From fd70d635ec16e964c8cab17415018c13ffa8331f Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Sun, 10 Sep 2023 19:44:12 -0400 Subject: [PATCH 1/6] refactor: Fix category --- src/services/Assets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/Assets.php b/src/services/Assets.php index 6e1a749..c811afd 100644 --- a/src/services/Assets.php +++ b/src/services/Assets.php @@ -42,6 +42,6 @@ public function getAuthToken($validateOnly = false): string } Craft::error("An exception occurred in getAuthToken()", __METHOD__); - return Craft::t("cantodamassets", "An error occurred fetching auth token!"); + return Craft::t("_canto-dam-assets", "An error occurred fetching auth token!"); } } From 3147b4e6b696c4c355a2fe27e1accf9f112b7082 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Mon, 11 Sep 2023 10:23:03 -0400 Subject: [PATCH 2/6] chore: Remove debugging console.log --- buildchain/src/js/canto-field.js | 1 - 1 file changed, 1 deletion(-) diff --git a/buildchain/src/js/canto-field.js b/buildchain/src/js/canto-field.js index efaea57..8bbbb7f 100644 --- a/buildchain/src/js/canto-field.js +++ b/buildchain/src/js/canto-field.js @@ -215,7 +215,6 @@ } $(cantoUCFrame).on("load", function () { $(cantoUCFrame).contents().find("body").addClass(bodyClass); - console.log($(cantoUCFrame).contents().find("body")); }); } From 3c9e2eec22422fcb5227aa32e8d18d70e5288b79 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Mon, 11 Sep 2023 10:51:41 -0400 Subject: [PATCH 3/6] chore: Updated assets build --- .../{app-9ed12e88.css => app-7c0be19c.css} | 2 +- src/web/assets/dist/assets/app-7c0be19c.css.gz | Bin 0 -> 7091 bytes src/web/assets/dist/assets/app-9ed12e88.css.gz | Bin 7092 -> 0 bytes src/web/assets/dist/assets/app-e12d88c5.js | 2 -- src/web/assets/dist/assets/app-e12d88c5.js.map | 1 - src/web/assets/dist/assets/app-fe94df30.js | 2 ++ src/web/assets/dist/assets/app-fe94df30.js.map | 1 + ...ield-5ec7fbc3.js => canto-field-50aeaf64.js} | 12 ++++++------ .../dist/assets/canto-field-50aeaf64.js.gz | Bin 0 -> 1827 bytes ...7fbc3.js.map => canto-field-50aeaf64.js.map} | 2 +- .../dist/assets/canto-field-50aeaf64.js.map.gz | Bin 0 -> 4554 bytes .../dist/assets/canto-field-5ec7fbc3.js.gz | Bin 1839 -> 0 bytes .../dist/assets/canto-field-5ec7fbc3.js.map.gz | Bin 4576 -> 0 bytes ...comoon-9dcb22af.svg => icomoon-bc1681f9.svg} | 0 ...7416c.svg => icomoon_flight_01-ebe3313e.svg} | 0 src/web/assets/dist/manifest.json | 16 ++++++++-------- src/web/assets/dist/manifest.json.gz | Bin 386 -> 386 bytes src/web/assets/dist/stats.html | 2 +- 18 files changed, 20 insertions(+), 20 deletions(-) rename src/web/assets/dist/assets/{app-9ed12e88.css => app-7c0be19c.css} (99%) create mode 100644 src/web/assets/dist/assets/app-7c0be19c.css.gz delete mode 100644 src/web/assets/dist/assets/app-9ed12e88.css.gz delete mode 100644 src/web/assets/dist/assets/app-e12d88c5.js delete mode 100644 src/web/assets/dist/assets/app-e12d88c5.js.map create mode 100644 src/web/assets/dist/assets/app-fe94df30.js create mode 100644 src/web/assets/dist/assets/app-fe94df30.js.map rename src/web/assets/dist/assets/{canto-field-5ec7fbc3.js => canto-field-50aeaf64.js} (65%) create mode 100644 src/web/assets/dist/assets/canto-field-50aeaf64.js.gz rename src/web/assets/dist/assets/{canto-field-5ec7fbc3.js.map => canto-field-50aeaf64.js.map} (62%) create mode 100644 src/web/assets/dist/assets/canto-field-50aeaf64.js.map.gz delete mode 100644 src/web/assets/dist/assets/canto-field-5ec7fbc3.js.gz delete mode 100644 src/web/assets/dist/assets/canto-field-5ec7fbc3.js.map.gz rename src/web/assets/dist/assets/{icomoon-9dcb22af.svg => icomoon-bc1681f9.svg} (100%) rename src/web/assets/dist/assets/{icomoon_flight_01-d817416c.svg => icomoon_flight_01-ebe3313e.svg} (100%) diff --git a/src/web/assets/dist/assets/app-9ed12e88.css b/src/web/assets/dist/assets/app-7c0be19c.css similarity index 99% rename from src/web/assets/dist/assets/app-9ed12e88.css rename to src/web/assets/dist/assets/app-7c0be19c.css index 1567817..4cf3e83 100644 --- a/src/web/assets/dist/assets/app-9ed12e88.css +++ b/src/web/assets/dist/assets/app-7c0be19c.css @@ -1 +1 @@ -#uploadBtnInvisible{display:none}#uploadBtn{background:linear-gradient(16deg,rgb(7 139 140 / 100%) 0%,rgb(169 218 0 / 100%) 100%);color:#fff;border-radius:17px;border-top:none;border-right:none;border-bottom:2px solid green;border-left:2px solid green;margin:0;padding:5px 16px;font-size:15px}#uploadBtn::-webkit-file-upload-button{visibility:hidden}#uploadBtn:before{content:"Upload File";color:#fff;display:inline-block;background:#078b8c!important;border-radius:17px;padding:5px 8px;outline:none;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;font-weight:700;font-size:15px}#uploadBtn:hover:before{border-color:#000}#uploadBtn:active{outline:0}#uploadBtn:active:before{background:linear-gradient(to bottom,#e3e3e3,#f9f9f9)}.header-section .insert-album-section{display:inline-block;float:none!important;margin-left:15px}.loading-message{z-index:110;color:#fff;text-align:center}body:not(.can-select-single) div#insertBtn,body:not(.can-select-single) .image-preview-modal .detail-box .insert-action-section .insert-text{display:none}body:not(.can-select-multiple) .body-section .single-image:hover .select-box,body:not(.can-select-multiple) .body-section .single-image:hover .select-icon-background{display:none}body:not(.can-select-album) div#insertAlbumWrapper{display:none}.canto-uc-subiframe{width:100%;height:100%}.modal-test{height:100%}.modal-status-bar{height:25px;background:linear-gradient(87deg,rgb(7 139 140 / 100%) 0%,rgb(255 255 255 / 100%) 50%);margin:-5px 25px 0 0;padding-left:25px;color:#fff;display:none}.canto-asset-preview-stack{background:#f6f6f6;border:1px solid #ccc;margin-bottom:20px;box-shadow:0 0 #0000007f,0 3px 0 -2px #f6f6f6,0 3px 2px -2px #0006,0 7px 0 -4px #f6f6f6,0 7px 2px -4px #0006,0 11px 0 -6px #f6f6f6,0 11px 2px -6px #0006,0 15px 0 -8px #f6f6f6,0 15px 2px -8px #0006,0 19px 0 -10px #f6f6f6,0 19px 2px -10px #0006,0 23px 0 -12px #f6f6f6,0 23px 2px -12px #0006}.flex{display:flex}.hidden{display:none}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@font-face{font-family:icomoon_flight_01;src:url(./icomoon_flight_01-1a8cae7d.eot?xm1ff0);src:url(./icomoon_flight_01-1a8cae7d.eot?xm1ff0#iefix) format("embedded-opentype"),url(./icomoon_flight_01-52dbb8ac.ttf?xm1ff0) format("truetype"),url(./icomoon_flight_01-5ef695f8.woff?xm1ff0) format("woff"),url(./icomoon_flight_01-d817416c.svg?xm1ff0#icomoon_flight_01) format("svg");font-weight:400;font-style:normal}[class^=icon-],[class*=" icon-"]{font-family:icomoon_flight_01!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;cursor:pointer;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-capture:before{content:""}.icon-help:before{content:""}.icon-icn_flight_box_folder_01:before{content:""}.icon-icn_flight_dropbox_folder_01:before{content:""}.icon-icn_flight_googleDrive_folder_01:before{content:""}.icon-dropbox_folder_open:before{content:""}.icon-dropbox_folder:before{content:""}.icon-geo_data:before{content:""}.icon-timeline:before{content:""}.icon-dashboard:before{content:""}.icon-Coordinate:before{content:""}.icon-dimensions:before{content:""}.icon-fullscreen_01:before{content:""}.icon-more01:before{content:""}.icon-cold_restore:before{content:""}.icon-cold_request:before{content:""}.icon-cold_move:before{content:""}.icon-offline:before{content:""}.icon-googleDrive_folder:before{content:""}.icon-googleDrive_folder_open:before{content:""}.icon-library:before{content:""}.icon-triangle-down:before{content:""}.icon-triangle-up:before{content:""}.icon-box_folder:before{content:"}"}.icon-box_folder_open:before{content:"~"}.icon-copy1:before{content:"|"}.icon-copy:before{content:"{"}.icon-add_1:before{content:"`"}.icon-subtract_1:before{content:"a"}.icon-closed2:before{content:"_"}.icon-warning:before{content:"^"}.icon-pdf_preview:before{content:"M"}.icon-rotate_left:before{content:"*"}.icon-rotate_right:before{content:"-"}.icon-move:before{content:"0"}.icon-resize:before{content:":"}.icon-resize2:before{content:">"}.icon-keyphoto:before{content:"?"}.icon-icn_delete:before{content:"&"}.icon-icn_remove:before{content:"'"}.icon-crop:before{content:""}.icon-more:before{content:'"'}.icon-edit:before{content:"#"}.icon-add:before{content:"!"}.icon-icn_expand_02:before{content:""}.icon-icn_linkedin_01:before{content:""}.icon-icn_upload_cloud_01:before{content:""}.icon-icn_checkbox_checked_02:before{content:""}.icon-icn_grid_filled_01:before{content:"I"}.icon-icn_flight_logo_01:before{content:""}.icon-icn_default_user_01:before{content:""}.icon-box_logo_01:before{content:""}.icon-icn_tree4:before{content:""}.icon-icn_tree3:before{content:""}.icon-icn_tree2:before{content:""}.icon-icn_tree:before{content:""}.icon-icn_upload4:before{content:""}.icon-icn_box_filled:before{content:""}.icon-icn_upload3:before{content:""}.icon-icn_dropbox_02:before{content:""}.icon-icn_bell_02:before{content:""}.icon-icn_star_01:before{content:""}.icon-icn_disk_01:before{content:""}.icon-icn_close_x_01:before{content:""}.icon-icn_close_circle_x_01:before{content:""}.icon-icn_checkmark_circle_01:before{content:""}.icon-icn_eye_01:before{content:""}.icon-icn_flight_arrow_up_01:before{content:""}.icon-icn_flight_arrow_down_01:before{content:""}.icon-icn_flight_sort_descend_01:before{content:""}.icon-icn_reload_alt_01:before{content:""}.icon-icn_checkbox_checked_01:before{content:";"}.icon-icn_pencil_01:before{content:"·"}.icon-icn_flight_arrow_left_01:before{content:"≤"}.icon-icn_flight_arrow_right_01:before{content:"≥"}.icon-icn_flight_album_assign_01:before{content:"Å"}.icon-icn_flight_folder_open3{font-family:icomoon!important}.icon-icn_flight_folder_open3:before{content:""}.icon-icn_flight_folder_01{font-family:icomoon!important}.icon-icn_flight_folder_01:before{content:""}.icon-icn_reload_01:before{content:"‰"}.icon-icn_flight_plus_sm_thick_01:before{content:"≠"}.icon-icn_flight_plus_sm_01:before{content:"±"}.icon-icn_flight_power:before{content:"\\"}.icon-icn_checkbox_checked_013:before{content:"<"}.icon-icn_flight_preso:before{content:"."}.icon-cal:before{content:"/"}.icon-icn_flight_sort_01:before{content:"="}.icon-icn_flight_info_01:before{content:","}.icon-icn_flight_preso_01:before{content:")"}.icon-icn_portal_01:before{content:"("}.icon-icn_flight_plus_01:before{content:"]"}.icon-icn_album_01:before{content:"["}.icon-Plus-02:before{content:"¡"}.icon-image:before{content:"b"}.icon-image2:before{content:"c"}.icon-music:before{content:"d"}.icon-film:before{content:"e"}.icon-camera:before{content:"f"}.icon-bullhorn:before{content:""}.icon-book:before{content:"g"}.icon-books:before{content:"h"}.icon-file:before{content:"i"}.icon-file2:before{content:"j"}.icon-file3:before{content:"k"}.icon-file4:before{content:"l"}.icon-stack:before{content:"m"}.icon-folder:before{content:"n"}.icon-folder-open:before{content:"o"}.icon-tag:before{content:""}.icon-notebook:before{content:"p"}.icon-envelope:before{content:"q"}.icon-history:before{content:""}.icon-bell:before{content:"r"}.icon-calendar:before{content:"s"}.icon-screen:before{content:"t"}.icon-laptop:before{content:"u"}.icon-drawer:before{content:"v"}.icon-upload:before{content:"x"}.icon-user:before{content:"y"}.icon-users:before{content:"z"}.icon-user2:before{content:"Z"}.icon-spinner:before{content:"Í"}.icon-search:before{content:"S"}.icon-zoomin:before{content:"A"}.icon-zoomout:before{content:"B"}.icon-key:before{content:""}.icon-lock:before{content:""}.icon-unlocked:before{content:""}.icon-settings:before{content:"ˇ"}.icon-cog:before{content:"C"}.icon-pie:before{content:"D"}.icon-bars:before{content:"E"}.icon-remove:before{content:"F"}.icon-remove2:before{content:"G"}.icon-briefcase:before{content:"H"}.icon-list:before{content:"L"}.icon-menu:before{content:"J"}.icon-tree:before{content:"K"}.icon-download2:before{content:""}.icon-upload2:before{content:""}.icon-flag:before{content:"N"}.icon-star:before{content:"O"}.icon-star2:before{content:"P"}.icon-heart:before{content:"Q"}.icon-heart2:before{content:"R"}.icon-thumbs-up:before{content:"¨"}.icon-info:before{content:"ˆ"}.icon-close:before{content:"ç"}.icon-checkmark:before{content:"T"}.icon-checkmark2:before{content:"U"}.icon-minus:before{content:"µ"}.icon-plus:before{content:"+"}.icon-enter:before{content:"V"}.icon-exit:before{content:"W"}.icon-stop:before{content:""}.icon-arrow-down:before{content:"å"}.icon-checkbox-checked:before{content:"X"}.icon-checkbox-unchecked:before{content:"Y"}.icon-checkbox-partial:before{content:"1"}.icon-radio-checked:before{content:"2"}.icon-radio-unchecked:before{content:"3"}.icon-filter:before{content:"4"}.icon-filter2:before{content:"5"}.icon-table:before{content:"6"}.icon-paragraph-justify:before{content:"7"}.icon-share:before{content:"8"}.icon-mail:before{content:"9"}.icon-googleplus:before{content:""}.icon-googleplus2:before{content:""}.icon-googleplus3:before{content:""}.icon-facebook:before{content:""}.icon-facebook2:before{content:""}.icon-facebook3:before{content:""}.icon-twitter:before{content:""}.icon-twitter2:before{content:""}.icon-twitter3:before{content:""}.icon-wordpress:before{content:""}.icon-wordpress2:before{content:""}.icon-linkedin:before{content:""}.icon-pinterest:before{content:""}.icon-pinterest2:before{content:""}.icon-file-pdf:before{content:"@"}.icon-file-word:before{content:"$"}.icon-file-excel:before{content:"%"}.icon-arrow-up-right:before{content:""}.icon-arrow-right:before{content:""}.icon-arrow-left:before{content:""}.icon-arrow-right2:before{content:""}.icon-arrow-left2:before{content:""}.icon-weather-snow:before{content:""}.icon-uniF16B:before{content:""}.icon-download:before{content:"w"}@font-face{font-family:icomoon;src:url(./icomoon-59ef1723.eot?n9woxf);src:url(./icomoon-59ef1723.eot?n9woxf#iefix) format("embedded-opentype"),url(./icomoon-e9b5396f.ttf?n9woxf) format("truetype"),url(./icomoon-96885745.woff?n9woxf) format("woff"),url(./icomoon-9dcb22af.svg?n9woxf#icomoon) format("svg");font-weight:400;font-style:normal}[class^=icon-s-],[class*=" icon-s-"]{font-family:icomoon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-s-folder-01:before{content:""}.icon-s-more-24:before{content:""}.icon-s-Treemenu-24:before{content:""}.icon-s-arrow-24:before{content:""}.icon-s-profile-24:before{content:""}.icon-s-settings-24:before{content:""}.icon-s-advanceduploader-24:before{content:""}.icon-s-mycollections-24:before{content:""}.icon-s-logoout-24:before{content:""}.icon-s-help-24:before{content:""}.icon-s-gotoportal-24:before{content:""}.icon-s-aboutus-24:before{content:""}.icon-s-TypeASC-20:before{content:""}.icon-s-TypeDESC-20:before{content:""}.icon-s-DateASC-20:before{content:""}.icon-s-DateDESC-20:before{content:""}.icon-s-NameASC:before{content:""}.icon-s-NameDESC:before{content:""}.icon-s-Workspace-20:before{content:""}.icon-s-MasonryGridView-20:before{content:""}.icon-s-Edit-20:before{content:""}.icon-s-Search-20:before{content:""}.icon-s-ThumbnailView-20:before{content:""}.icon-s-GEOView-20:before{content:""}.icon-s-ListView-20:before{content:""}.icon-s-Filter-20:before{content:""}.icon-s-Date-20:before{content:""}.icon-s-Comment-22:before{content:""}.icon-s-Delete-22:before{content:""}.icon-s-UnrelateFile-22:before{content:""}.icon-s-RelateFile-22:before{content:""}.icon-s-Portal-22:before{content:""}.icon-s-AllFiles-32:before{content:""}.icon-s-Audio-32:before{content:""}.icon-s-Documents-32:before{content:""}.icon-s-Images-32:before{content:""}.icon-s-Others-32:before{content:""}.icon-s-Presentations-32:before{content:""}.icon-s-Videos-32:before{content:""}.icon-s-PageDown-32:before{content:""}.icon-s-PageUp-32:before{content:""}.icon-s-Add_Section-32:before{content:""}.icon-s-Portal-32:before{content:""}.icon-s-Error-24:before{content:""}.icon-s-Approval-56:before{content:""}.icon-s-SmartTags-56:before{content:""}.icon-s-Uploadicon-56:before{content:""}.icon-s-importicon-56:before{content:""}.icon-s-Workspace-56:before{content:""}.icon-s-Slack-56:before{content:""}.icon-s-Arrow001-56:before{content:""}.icon-s-Arrow002-56:before{content:""}.icon-s-SelfRegistration-56:before{content:""}.icon-s-InfoPage-56:before{content:""}.icon-s-NewUploadLink-56:before{content:""}.icon-s-UploadLinks-56:before{content:""}.icon-s-Integrations-56:before{content:""}.icon-s-CustomFields-56:before{content:""}.icon-s-Keywords-56:before{content:""}.icon-s-CrewSettings-56:before{content:""}.icon-s-Portal-56:before{content:""}.icon-s-Metadata-56:before{content:""}.icon-s-NewPortal-56:before{content:""}.icon-s-Account-56:before{content:""}.icon-s-Branding-56:before{content:""}.icon-s-PassengerSettings-56:before{content:""}.icon-s-box-56:before{content:""}.icon-s-DigitalRights-56:before{content:""}.icon-s-Dropbox-56:before{content:""}.icon-s-DuplicateCheck-56:before{content:""}.icon-s-NewUser-56:before{content:""}.icon-s-Reports-56:before{content:""}.icon-s-UsersAccounts-56:before{content:""}.icon-s-Workflow-56:before{content:""}.icon-s-Google-56:before{content:""}.icon-s-Defaults-56:before{content:""}.icon-s-Groups-56:before{content:""}.icon-s-lock_16:before{content:""}.icon-s-notlock_16:before{content:""}.icon-s-Type-16:before{content:""}.icon-s-Name-16:before{content:""}.icon-s-Custom-16:before{content:""}.icon-s-Date-16:before{content:""}.icon-s-Warning-16:before{content:""}.icon-canto-eye-16:before{content:""}.icon-s-Unlink_16:before{content:""}.icon-s-Search_16:before{content:""}.icon-s-Refresh_16:before{content:""}.icon-s-RadioButton2_16:before{content:""}.icon-s-RadioButton1_16:before{content:""}.icon-s-UnselectedCheck_32:before{content:""}.icon-s-Ok2_32:before{content:""}.icon-s-Ok1_16:before{content:""}.icon-s-Edit_16:before{content:""}.icon-s-Dropdown_16:before{content:""}.icon-s-Delete_16:before{content:""}.icon-s-Date_16:before{content:""}.icon-s-ClosePopup_16:before{content:""}.icon-s-Checkbox2_16:before{content:""}.icon-s-Checkbox1_16:before{content:""}.icon-s-Cancel_16:before{content:""}.icon-s-BackButton_28:before{content:""}.icon-s-Arrow3_16:before{content:""}.icon-s-Arrow2_16:before{content:""}.icon-s-Arrow1_16:before{content:""}.icon-s-PasswordPolicy-56:before{content:""}.icon-s-dashboard_24:before{content:""}.icon-s-Album_locked-20px:before{content:""}.icon-s-Album-20px:before{content:""}.icon-s-Folder_locked-20px:before{content:""}.icon-s-Folder_open_locked-20px:before{content:""}.icon-s-Folder_open-20px:before{content:""}.icon-s-closeicon-16px:before{content:""}.icon-s-refreshicon-16px:before{content:""}.icon-s-RequestAccessUser-16:before{content:""}.icon-s-LandingPageTempl08-32:before{content:""}.icon-s-LandingPageTempl07-32:before{content:""}.icon-s-LandingPageTempl06-32:before{content:""}.icon-s-LandingPageTempl05-32:before{content:""}.icon-s-LandingPageTempl04-32:before{content:""}.icon-s-LandingPageTempl03-32:before{content:""}.icon-s-LandingPageTempl02-32:before{content:""}.icon-s-LandingPageTempl01-32:before{content:""}.icon-s-db-32:before{content:"";color:#60acec}.icon-s-box-32:before{content:"";color:#307abb}.icon-s-twitter-32:before{content:"";color:#1ab2e8}.icon-s-youtube-32:before{content:"";color:#c8312b}.icon-s-vimeo-32:before{content:"";color:#30b9eb}.icon-s-slack-32:before{content:"";color:#77d4b6}.icon-s-mail-32:before{content:"";color:#566ed6}.icon-s-googledrive-32:before{content:"";color:#029d54}.icon-s-googleanalytics-32:before{content:""}.icon-s-facebook-32:before{content:"";color:#6678c5}.icon-s-pinterest-32:before{content:"";color:#df4a3e}.icon-s-arrow_circle_down-62:before{content:""}.icon-s-Email-56:before{content:""}.icon-s-hamburger-20:before{content:""}.icon-s-dagger_solid-20:before{content:""}.icon-s-dagger-20:before{content:""}.icon-s-align_center-16:before{content:"";color:#8a8a8a}.icon-s-align_left-16:before{content:""}.icon-s-align_right-16:before{content:""}.icon-s-bold-16:before{content:""}.icon-s-calendar-16:before{content:""}.icon-s-italics-16:before{content:""}.icon-s-pencil-16:before{content:""}.icon-s-portal-16:before{content:""}.icon-s-canto-eyeno-16:before{content:""}.icon-s-filter-16:before{content:""}.icon-s-sort-16:before{content:""}.icon-s-undo-16:before{content:""}.icon-s-help-16:before{content:""}.icon-s-layout01-32:before{content:""}.icon-s-layout02-32:before{content:""}.icon-s-layout03-32:before{content:""}.icon-s-layout04-32:before{content:""}.icon-s-layout05-32:before{content:""}.icon-s-layout06-32:before{content:""}.icon-s-layout07-32:before{content:""}.icon-s-layout08-32:before{content:""}.icon-s-layout09-32:before{content:""}.icon-s-layout10-32:before{content:""}.icon-s-layout11-32:before{content:""}.icon-s-layout12-32:before{content:""}.icon-s-layout13-32:before{content:""}.icon-s-layout14-32:before{content:""}.icon-s-TextColor-16:before{content:""}.icon-s-Clone-16:before{content:""}.icon-s-save-16:before{content:""}.icon-s-Portal_Private-20:before{content:""}.icon-s-Portal_Public-20:before{content:""}.icon-s-Portal_Common-20:before{content:""}.icon-s-Keyword-16:before{content:""}.icon-s-single_workspace-20:before{content:""}.icon-s-workspaces-20:before{content:""}.icon-s-Fullscreen:before{content:""}.icon-s-indesignPackage:before{content:""}.icon-s-documentPackage:before{content:""}.icon-s-comments:before{content:""}.icon-s-map:before{content:""}.canto-pickup-img-btn{height:30px;line-height:26px;margin:15px;padding:0 15px;font-size:15px;background-color:#ff9800;font-weight:700;border:0;display:block}.canto-pickup-img-btn:hover{background-color:#c77b09}.canto-uc-frame{position:fixed;width:90%;height:90%;margin:auto;top:5%;left:5%;background:#fff;border:0;box-shadow:0 0 5px #ccc;z-index:999}.canto-uc-frame .header{height:20px;padding:15px;background:#f5f5f5;border-bottom:1px solid #ddd}.canto-uc-frame .header .title{font-size:17px;font-weight:700}.canto-uc-frame .header .close-btn{position:absolute;right:20px;top:14px;font-size:23px;color:#000}.canto-uc-frame .header .close-btn:hover{cursor:pointer}.canto-uc-frame .canto-uc-subiframe{width:100%;position:relative;height:calc(100% - 50px);border:0;padding:0}.text-lowercase{text-transform:lowercase!important}.text-orange{color:#733!important}.text-orange:focus,.text-orange:hover{color:#733}.text-black{color:#000!important}.text-white{color:#fff!important}.text-grey{color:#444!important}body{font-family:sans-serif,Helvetica,Arial;font-size:14px;line-height:1.4286;color:#333;background-color:#fff;min-width:850px;overflow-x:hidden}.canto-body{height:100vh;width:100%;position:relative;overflow:hidden;z-index:1;margin:0}.header-section{height:50px;width:100%;position:relative;background-color:#f5f5f5;box-shadow:0 0 5px #0003}.header-section .library{display:inline-block;cursor:pointer}.header-section .library .treeview-icon{line-height:50px;margin-left:20px;position:relative;top:1px}.header-section .library .treeview-icon:before{margin-right:5px}.header-section .library .treeview-desc{font-size:15px;margin-left:0}.header-section .search-box{display:inline-block;margin-left:25px;width:200px;position:relative}.header-section .search-box input{width:170px;padding:2px 10px;border-radius:15px;border:1px solid #ccc;height:20px}.header-section .search-box span{position:absolute;right:0;top:0;color:#888;height:25px;width:32px;padding-top:7px;padding-left:10px;cursor:pointer}.header-section .filter-section{line-height:50px;margin-right:20px;position:relative;display:inline-block}.header-section .filter-section .type-font{font-size:25px;color:#000;position:relative;top:5px;cursor:pointer}.header-section .filter-section .type-font.current{color:#fff;border-radius:50%;background-color:#222}.header-section .filter-section .type-font:hover{border-radius:50%;background-color:#dedede}.header-section .filter-section .type-font:hover.current{color:#fff;border-radius:50%;background-color:#222}.header-section .selected-count-section{display:inline-block;margin-left:calc(50% - 100px)}.header-section .selected-action-section{display:inline-block;float:right;line-height:50px;margin-right:0}.header-section .selected-action-section .action-icon{font-size:20px;color:#555;margin-right:20px;position:relative;top:3px;cursor:pointer}.header-section .selected-action-section .action-icon:hover{border-radius:50%;color:#333}.header-section .selected-action-section .action-icon.all-selected{color:#111}.header-section .selected-action-section .action-icon.all-selected:hover{color:#000}.header-section .selected-action-section .action-btn{padding:4px 10px;width:54px;background:#555;line-height:50px;margin-top:20px;border-radius:15px;color:#ddd;margin-right:29px;vertical-align:top;cursor:pointer}.header-section .selected-action-section .action-btn:hover{background:#333}.header-section .logout-btn{z-index:3;height:50px;width:47px;background-color:#f5f5f5;border-radius:50%;display:block;cursor:pointer;border:1px solid #f1f1f1;float:right;text-align:center;margin-right:10px}.header-section .logout-btn span{font-size:21px;margin:auto;color:#555;position:relative;line-height:50px}.header-section .logout-btn:hover,.header-section .logout-btn:hover span{color:#333}.max-select-tips{position:fixed;top:50px;text-align:center;left:20%;z-index:100;background:#e89600;color:#fff;font-size:15px;display:none;width:calc(80% - 15px);line-height:35px;opacity:.85}.no-treeview{left:0!important;width:100%!important}.hidden{display:none!important}.tree-view-section{width:20%;border-right:1px solid #ddd;height:calc(100% - 50px);display:inline-block;position:relative;background-color:#f5f5f5;border-top:1px solid #ddd;overflow:scroll}.tree-view-section .tree-view{margin-top:10px}.tree-view-section .tree-view .logo{width:18px;position:relative;display:inline-block;top:5px;vertical-align:top}.tree-view-section .tree-view ul{list-style:none;padding-left:0;cursor:pointer}.tree-view-section .tree-view li{list-style:none;line-height:30px;padding-left:10px;margin-left:10px;position:relative;white-space:nowrap}.tree-view-section .tree-view li:before{content:"";border-left:1px solid #e0e0e0;height:100%;position:absolute;left:-1px}.tree-view-section .tree-view li:after{content:"";left:-1px;position:absolute;right:auto;border-top:1px solid #e0e0e0;height:20px;top:25px;width:15px}.tree-view-section .tree-view li:last-child:before{height:30px}.tree-view-section .tree-view li.selected,.tree-view-section .tree-view li.selected span{color:#ff9800}.tree-view-section .tree-view li.no-child{color:#aaa}.tree-view-section .tree-view li.no-child span{color:#aaa;font-style:italic;margin-left:1px}.tree-view-section .tree-view li .tree-whole-row{position:absolute;height:28px;width:100%;left:0;background-color:#f5f5f5;z-index:0}.tree-view-section .tree-view li .tree-whole-row:hover{background-color:#ddd}.tree-view-section .tree-view i{width:15px;height:20px;display:inline-block;font-size:18px;margin-right:5px;position:relative;top:2px}.tree-view-section .tree-view .folder-loading{width:18px;height:18px;position:relative;top:2px}.tree-view-section .tree-view a,.tree-view-section .tree-view span{color:#666;font-size:14px;z-index:2;position:relative}.tree-view-section .tree-view>ul{padding-left:0;border-left:none}.tree-view-section .tree-view>ul>li:before{border-left:none}.tree-view-section .tree-view>ul>li:after{border-top:none}.body-section{display:inline-block;vertical-align:top;width:80%;position:absolute;left:20%;font-size:0;height:calc(100% - 50px);overflow-y:scroll}.body-section .loading-more{position:fixed;bottom:0;width:calc(80% - 15px);height:33px;z-index:100;background:#bcbcbc;color:#000;text-align:center;font-size:15px;line-height:33px;display:none;left:20%;opacity:.95}.body-section .no-item{position:fixed;top:20%;width:80%;height:50px;z-index:100;color:#626262;display:block;text-align:center;font-size:15px;line-height:35px;font-weight:400}.body-section .image-section{padding:3px}.body-section .single-image{margin:1px;height:189px;width:189px;position:relative;display:inline-block;vertical-align:top;overflow:hidden}.body-section .single-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.9}.body-section .single-image .mask-layer{display:none;background-color:#3232324d;z-index:2;height:100%;width:100%;position:absolute;top:0;left:0;overflow:hidden}.body-section .single-image .single-image-name{position:absolute;width:100%;top:100%;background:rgb(50 50 50 / 50%);color:#fff;font-size:12px;line-height:20px;padding:10px 0;text-align:center;z-index:99;word-break:break-all;white-space:pre-wrap}.body-section .single-image .select-box{display:none;position:absolute;top:10px;right:10px;color:#555;font-size:25px;z-index:5}.body-section .single-image .select-icon-background{display:none;background-color:#fff;box-shadow:0 0 6px #777;border-radius:100%;width:23px;height:23px;position:absolute;top:11px;right:11px;z-index:4}.body-section .single-image:hover img{opacity:1}.body-section .single-image:hover .mask-layer,.body-section .single-image:hover .select-box,.body-section .single-image:hover .select-icon-background,.body-section .single-image.selected .select-box,.body-section .single-image.selected .select-icon-background{display:block}.page-mask{z-index:99;position:fixed;width:100%;height:100%;top:0;left:0;background-color:#000c}.loading-icon{z-index:110;position:fixed;width:100%;height:100%;top:0;left:0;background-color:#000c}.loading-icon img{top:50%;left:50%;transform:translate(-50%) translateY(-50%);position:absolute}.loading-icon .loading-icon-circle{top:50%;left:50%;transform:translate(-50%) translateY(-50%);height:50px;width:50px;line-height:32px;position:relative;display:inline-block;overflow:hidden;white-space:nowrap}.loading-icon .loading-icon-circle .loading-icon-markup{animation:icon-spin 2s infinite linear}.loading-icon .loading-icon-circle .loading-icon-markup .icon-color{color:#fff}.view-image-modal{z-index:99;position:fixed;display:block;top:50%;left:50%;transform:translate(-50%) translateY(-50%);max-width:100%;max-height:100%}.view-image-modal .page-mask{z-index:100;position:fixed;width:100%;height:100%;top:0;left:0;background-color:#000c}.view-image-modal img{z-index:101;position:relative;max-width:100vw;max-height:100vh}.view-image-modal .close-btn{position:absolute;right:20px;top:20px;font-size:30px;width:30px;height:30px;color:#fff;z-index:102;cursor:pointer}.image-detail-modal{z-index:99;position:fixed;display:block;width:540px;height:320px;background-color:#fff;top:calc(50% - 150px);left:calc(50% - 250px)}.image-detail-modal .page-mask{z-index:100;position:fixed;width:100%;height:100%;top:0;left:0;background-color:#000c}.image-detail-modal .close-btn{position:absolute;color:#000;right:20px;top:20px;font-size:30px;width:30px;height:30px;z-index:102;cursor:pointer}.image-detail-modal .detail-section{position:relative;padding:20px;z-index:101;width:500px;height:350px;background-color:#fff}.image-detail-modal .detail-section .detail-title{font-size:20px;text-align:center;margin-bottom:10px;margin-top:15px}.image-detail-modal .detail-section .detail-li{line-height:30px}.image-detail-modal .detail-section .detail-li .title{width:200px;text-align:right;display:inline-block;font-size:15px;font-weight:700}.image-detail-modal .detail-section .detail-li .content{text-align:left;margin-left:5px;font-size:15px}.image-detail-modal .insert-btn{line-height:20px;border:1px solid #333;position:absolute;bottom:0;z-index:102;margin:auto;text-align:center;left:190px;padding:5px 10px;border-radius:20px;cursor:pointer}.image-detail-modal .insert-btn:hover{border:1px solid #006799;background-color:#006799;color:#fff}.load-more{position:relative;top:20px;display:block;height:20px;color:#828282;margin:auto;font-size:15px;text-align:center;cursor:pointer}.load-more span{font-family:sans-serif,Helvetica,Arial}.load-more:before{font-size:20px;position:relative;top:5px}.image-preview-modal{z-index:99;position:fixed;width:100%;height:100%;top:0;left:0;background-color:#000000e5;padding:20px;box-sizing:border-box}.image-preview-modal .close-btn{position:absolute;right:20px;top:30px;font-size:25px;color:#fff;cursor:pointer;z-index:99}.image-preview-modal .image-box{position:relative;width:calc(100% - 575px);height:100%}.image-preview-modal .image-box img{position:relative;max-width:100%;max-height:100%;margin:auto;left:50%;top:50%;transform:translate(-50%,-50%)}.image-preview-modal .detail-box{width:575px;top:0;position:absolute;right:0;box-sizing:border-box;height:90%;padding:20px 20px 20px 40px;background-color:#444}.image-preview-modal .detail-box .clear{clear:both}.image-preview-modal .detail-box .detail-list-cotnt{height:75%;overflow-y:auto;position:relative;overflow-x:hidden}.image-preview-modal .detail-box .image-name{font-size:18px;color:#fff;margin-top:15px;line-height:30px;margin-bottom:20px;width:calc(100% - 30px);display:block;position:relative;word-break:break-all}.image-preview-modal .detail-box .detail-item{font-size:12px;line-height:20px;color:#bbb;margin:5px 0}.image-preview-modal .detail-box .detail-item .title{font-weight:700}.image-preview-modal .detail-box .detail-item .more{display:none}.image-preview-modal .detail-box .detail-item.restrict-height .content{max-height:40px;overflow-y:hidden}.image-preview-modal .detail-box .detail-item.restrict-height .more{display:block;float:right;text-decoration:underline;cursor:pointer}.image-preview-modal .detail-box .insert-action-section{position:absolute;padding-bottom:20px;bottom:0;color:#ff9800;background-color:inherit;font-size:17px;width:calc(100% - 40px);box-sizing:border-box;line-height:50px}.image-preview-modal .detail-box .insert-action-section .insert-text{display:inline;color:#fff}.image-preview-modal .detail-box .insert-action-section .cancel-btn{display:inline;background-color:#666;padding:6px 15px;border-radius:15px;color:#fff;font-size:15px;margin-left:40px;cursor:pointer}.image-preview-modal .detail-box .insert-action-section .cancel-btn:hover{background-color:#555}.image-preview-modal .detail-box .insert-action-section .insert-btn{display:inline;background-color:#777;padding:6px 15px;border-radius:15px;color:#fff;font-size:15px;margin:10px;cursor:pointer}.image-preview-modal .detail-box .insert-action-section .insert-btn:hover{background-color:#666}.image-preview-modal .detail-box .insert-action-section .btn-group{float:right;margin-right:10px}.canto-pick-box{width:95%;background-color:#ff9800;padding:10px}.canto-pick-box .header{position:relative}.canto-pick-box .header .title{font-size:16px;font-weight:700;color:#fff}.canto-pick-box .header .close-btn{position:absolute;right:0;top:0;font-size:23px;color:#fff}.canto-pick-box .img-box{background-color:#fff;margin-top:10px;padding:10px}.canto-pick-box .btn-section{text-align:center}.canto-pick-box .btn-section button{height:30px;width:100px;line-height:26px;margin:15px;padding:0;font-size:15px;background-color:#ff9800;color:#fff;border:2px solid #fff;font-weight:700}.canto-pick-box .btn-section button:hover{background-color:#c77b09}.canto-preview-img{width:200px;height:200px;-o-object-fit:cover;object-fit:cover} +#uploadBtnInvisible{display:none}#uploadBtn{background:linear-gradient(16deg,rgb(7 139 140 / 100%) 0%,rgb(169 218 0 / 100%) 100%);color:#fff;border-radius:17px;border-top:none;border-right:none;border-bottom:2px solid green;border-left:2px solid green;margin:0;padding:5px 16px;font-size:15px}#uploadBtn::-webkit-file-upload-button{visibility:hidden}#uploadBtn:before{content:"Upload File";color:#fff;display:inline-block;background:#078b8c!important;border-radius:17px;padding:5px 8px;outline:none;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;font-weight:700;font-size:15px}#uploadBtn:hover:before{border-color:#000}#uploadBtn:active{outline:0}#uploadBtn:active:before{background:linear-gradient(to bottom,#e3e3e3,#f9f9f9)}.header-section .insert-album-section{display:inline-block;float:none!important;margin-left:15px}.loading-message{z-index:110;color:#fff;text-align:center}body:not(.can-select-single) div#insertBtn,body:not(.can-select-single) .image-preview-modal .detail-box .insert-action-section .insert-text{display:none}body:not(.can-select-multiple) .body-section .single-image:hover .select-box,body:not(.can-select-multiple) .body-section .single-image:hover .select-icon-background{display:none}body:not(.can-select-album) div#insertAlbumWrapper{display:none}.canto-uc-subiframe{width:100%;height:100%}.modal-test{height:100%}.modal-status-bar{height:25px;background:linear-gradient(87deg,rgb(7 139 140 / 100%) 0%,rgb(255 255 255 / 100%) 50%);margin:-5px 25px 0 0;padding-left:25px;color:#fff;display:none}.canto-asset-preview-stack{background:#f6f6f6;border:1px solid #ccc;margin-bottom:20px;box-shadow:0 0 #0000007f,0 3px 0 -2px #f6f6f6,0 3px 2px -2px #0006,0 7px 0 -4px #f6f6f6,0 7px 2px -4px #0006,0 11px 0 -6px #f6f6f6,0 11px 2px -6px #0006,0 15px 0 -8px #f6f6f6,0 15px 2px -8px #0006,0 19px 0 -10px #f6f6f6,0 19px 2px -10px #0006,0 23px 0 -12px #f6f6f6,0 23px 2px -12px #0006}.flex{display:flex}.hidden{display:none}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@font-face{font-family:icomoon_flight_01;src:url(./icomoon_flight_01-1a8cae7d.eot?xm1ff0);src:url(./icomoon_flight_01-1a8cae7d.eot?xm1ff0#iefix) format("embedded-opentype"),url(./icomoon_flight_01-52dbb8ac.ttf?xm1ff0) format("truetype"),url(./icomoon_flight_01-5ef695f8.woff?xm1ff0) format("woff"),url(./icomoon_flight_01-ebe3313e.svg?xm1ff0#icomoon_flight_01) format("svg");font-weight:400;font-style:normal}[class^=icon-],[class*=" icon-"]{font-family:icomoon_flight_01!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;cursor:pointer;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-capture:before{content:""}.icon-help:before{content:""}.icon-icn_flight_box_folder_01:before{content:""}.icon-icn_flight_dropbox_folder_01:before{content:""}.icon-icn_flight_googleDrive_folder_01:before{content:""}.icon-dropbox_folder_open:before{content:""}.icon-dropbox_folder:before{content:""}.icon-geo_data:before{content:""}.icon-timeline:before{content:""}.icon-dashboard:before{content:""}.icon-Coordinate:before{content:""}.icon-dimensions:before{content:""}.icon-fullscreen_01:before{content:""}.icon-more01:before{content:""}.icon-cold_restore:before{content:""}.icon-cold_request:before{content:""}.icon-cold_move:before{content:""}.icon-offline:before{content:""}.icon-googleDrive_folder:before{content:""}.icon-googleDrive_folder_open:before{content:""}.icon-library:before{content:""}.icon-triangle-down:before{content:""}.icon-triangle-up:before{content:""}.icon-box_folder:before{content:"}"}.icon-box_folder_open:before{content:"~"}.icon-copy1:before{content:"|"}.icon-copy:before{content:"{"}.icon-add_1:before{content:"`"}.icon-subtract_1:before{content:"a"}.icon-closed2:before{content:"_"}.icon-warning:before{content:"^"}.icon-pdf_preview:before{content:"M"}.icon-rotate_left:before{content:"*"}.icon-rotate_right:before{content:"-"}.icon-move:before{content:"0"}.icon-resize:before{content:":"}.icon-resize2:before{content:">"}.icon-keyphoto:before{content:"?"}.icon-icn_delete:before{content:"&"}.icon-icn_remove:before{content:"'"}.icon-crop:before{content:""}.icon-more:before{content:'"'}.icon-edit:before{content:"#"}.icon-add:before{content:"!"}.icon-icn_expand_02:before{content:""}.icon-icn_linkedin_01:before{content:""}.icon-icn_upload_cloud_01:before{content:""}.icon-icn_checkbox_checked_02:before{content:""}.icon-icn_grid_filled_01:before{content:"I"}.icon-icn_flight_logo_01:before{content:""}.icon-icn_default_user_01:before{content:""}.icon-box_logo_01:before{content:""}.icon-icn_tree4:before{content:""}.icon-icn_tree3:before{content:""}.icon-icn_tree2:before{content:""}.icon-icn_tree:before{content:""}.icon-icn_upload4:before{content:""}.icon-icn_box_filled:before{content:""}.icon-icn_upload3:before{content:""}.icon-icn_dropbox_02:before{content:""}.icon-icn_bell_02:before{content:""}.icon-icn_star_01:before{content:""}.icon-icn_disk_01:before{content:""}.icon-icn_close_x_01:before{content:""}.icon-icn_close_circle_x_01:before{content:""}.icon-icn_checkmark_circle_01:before{content:""}.icon-icn_eye_01:before{content:""}.icon-icn_flight_arrow_up_01:before{content:""}.icon-icn_flight_arrow_down_01:before{content:""}.icon-icn_flight_sort_descend_01:before{content:""}.icon-icn_reload_alt_01:before{content:""}.icon-icn_checkbox_checked_01:before{content:";"}.icon-icn_pencil_01:before{content:"·"}.icon-icn_flight_arrow_left_01:before{content:"≤"}.icon-icn_flight_arrow_right_01:before{content:"≥"}.icon-icn_flight_album_assign_01:before{content:"Å"}.icon-icn_flight_folder_open3{font-family:icomoon!important}.icon-icn_flight_folder_open3:before{content:""}.icon-icn_flight_folder_01{font-family:icomoon!important}.icon-icn_flight_folder_01:before{content:""}.icon-icn_reload_01:before{content:"‰"}.icon-icn_flight_plus_sm_thick_01:before{content:"≠"}.icon-icn_flight_plus_sm_01:before{content:"±"}.icon-icn_flight_power:before{content:"\\"}.icon-icn_checkbox_checked_013:before{content:"<"}.icon-icn_flight_preso:before{content:"."}.icon-cal:before{content:"/"}.icon-icn_flight_sort_01:before{content:"="}.icon-icn_flight_info_01:before{content:","}.icon-icn_flight_preso_01:before{content:")"}.icon-icn_portal_01:before{content:"("}.icon-icn_flight_plus_01:before{content:"]"}.icon-icn_album_01:before{content:"["}.icon-Plus-02:before{content:"¡"}.icon-image:before{content:"b"}.icon-image2:before{content:"c"}.icon-music:before{content:"d"}.icon-film:before{content:"e"}.icon-camera:before{content:"f"}.icon-bullhorn:before{content:""}.icon-book:before{content:"g"}.icon-books:before{content:"h"}.icon-file:before{content:"i"}.icon-file2:before{content:"j"}.icon-file3:before{content:"k"}.icon-file4:before{content:"l"}.icon-stack:before{content:"m"}.icon-folder:before{content:"n"}.icon-folder-open:before{content:"o"}.icon-tag:before{content:""}.icon-notebook:before{content:"p"}.icon-envelope:before{content:"q"}.icon-history:before{content:""}.icon-bell:before{content:"r"}.icon-calendar:before{content:"s"}.icon-screen:before{content:"t"}.icon-laptop:before{content:"u"}.icon-drawer:before{content:"v"}.icon-upload:before{content:"x"}.icon-user:before{content:"y"}.icon-users:before{content:"z"}.icon-user2:before{content:"Z"}.icon-spinner:before{content:"Í"}.icon-search:before{content:"S"}.icon-zoomin:before{content:"A"}.icon-zoomout:before{content:"B"}.icon-key:before{content:""}.icon-lock:before{content:""}.icon-unlocked:before{content:""}.icon-settings:before{content:"ˇ"}.icon-cog:before{content:"C"}.icon-pie:before{content:"D"}.icon-bars:before{content:"E"}.icon-remove:before{content:"F"}.icon-remove2:before{content:"G"}.icon-briefcase:before{content:"H"}.icon-list:before{content:"L"}.icon-menu:before{content:"J"}.icon-tree:before{content:"K"}.icon-download2:before{content:""}.icon-upload2:before{content:""}.icon-flag:before{content:"N"}.icon-star:before{content:"O"}.icon-star2:before{content:"P"}.icon-heart:before{content:"Q"}.icon-heart2:before{content:"R"}.icon-thumbs-up:before{content:"¨"}.icon-info:before{content:"ˆ"}.icon-close:before{content:"ç"}.icon-checkmark:before{content:"T"}.icon-checkmark2:before{content:"U"}.icon-minus:before{content:"µ"}.icon-plus:before{content:"+"}.icon-enter:before{content:"V"}.icon-exit:before{content:"W"}.icon-stop:before{content:""}.icon-arrow-down:before{content:"å"}.icon-checkbox-checked:before{content:"X"}.icon-checkbox-unchecked:before{content:"Y"}.icon-checkbox-partial:before{content:"1"}.icon-radio-checked:before{content:"2"}.icon-radio-unchecked:before{content:"3"}.icon-filter:before{content:"4"}.icon-filter2:before{content:"5"}.icon-table:before{content:"6"}.icon-paragraph-justify:before{content:"7"}.icon-share:before{content:"8"}.icon-mail:before{content:"9"}.icon-googleplus:before{content:""}.icon-googleplus2:before{content:""}.icon-googleplus3:before{content:""}.icon-facebook:before{content:""}.icon-facebook2:before{content:""}.icon-facebook3:before{content:""}.icon-twitter:before{content:""}.icon-twitter2:before{content:""}.icon-twitter3:before{content:""}.icon-wordpress:before{content:""}.icon-wordpress2:before{content:""}.icon-linkedin:before{content:""}.icon-pinterest:before{content:""}.icon-pinterest2:before{content:""}.icon-file-pdf:before{content:"@"}.icon-file-word:before{content:"$"}.icon-file-excel:before{content:"%"}.icon-arrow-up-right:before{content:""}.icon-arrow-right:before{content:""}.icon-arrow-left:before{content:""}.icon-arrow-right2:before{content:""}.icon-arrow-left2:before{content:""}.icon-weather-snow:before{content:""}.icon-uniF16B:before{content:""}.icon-download:before{content:"w"}@font-face{font-family:icomoon;src:url(./icomoon-59ef1723.eot?n9woxf);src:url(./icomoon-59ef1723.eot?n9woxf#iefix) format("embedded-opentype"),url(./icomoon-e9b5396f.ttf?n9woxf) format("truetype"),url(./icomoon-96885745.woff?n9woxf) format("woff"),url(./icomoon-bc1681f9.svg?n9woxf#icomoon) format("svg");font-weight:400;font-style:normal}[class^=icon-s-],[class*=" icon-s-"]{font-family:icomoon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-s-folder-01:before{content:""}.icon-s-more-24:before{content:""}.icon-s-Treemenu-24:before{content:""}.icon-s-arrow-24:before{content:""}.icon-s-profile-24:before{content:""}.icon-s-settings-24:before{content:""}.icon-s-advanceduploader-24:before{content:""}.icon-s-mycollections-24:before{content:""}.icon-s-logoout-24:before{content:""}.icon-s-help-24:before{content:""}.icon-s-gotoportal-24:before{content:""}.icon-s-aboutus-24:before{content:""}.icon-s-TypeASC-20:before{content:""}.icon-s-TypeDESC-20:before{content:""}.icon-s-DateASC-20:before{content:""}.icon-s-DateDESC-20:before{content:""}.icon-s-NameASC:before{content:""}.icon-s-NameDESC:before{content:""}.icon-s-Workspace-20:before{content:""}.icon-s-MasonryGridView-20:before{content:""}.icon-s-Edit-20:before{content:""}.icon-s-Search-20:before{content:""}.icon-s-ThumbnailView-20:before{content:""}.icon-s-GEOView-20:before{content:""}.icon-s-ListView-20:before{content:""}.icon-s-Filter-20:before{content:""}.icon-s-Date-20:before{content:""}.icon-s-Comment-22:before{content:""}.icon-s-Delete-22:before{content:""}.icon-s-UnrelateFile-22:before{content:""}.icon-s-RelateFile-22:before{content:""}.icon-s-Portal-22:before{content:""}.icon-s-AllFiles-32:before{content:""}.icon-s-Audio-32:before{content:""}.icon-s-Documents-32:before{content:""}.icon-s-Images-32:before{content:""}.icon-s-Others-32:before{content:""}.icon-s-Presentations-32:before{content:""}.icon-s-Videos-32:before{content:""}.icon-s-PageDown-32:before{content:""}.icon-s-PageUp-32:before{content:""}.icon-s-Add_Section-32:before{content:""}.icon-s-Portal-32:before{content:""}.icon-s-Error-24:before{content:""}.icon-s-Approval-56:before{content:""}.icon-s-SmartTags-56:before{content:""}.icon-s-Uploadicon-56:before{content:""}.icon-s-importicon-56:before{content:""}.icon-s-Workspace-56:before{content:""}.icon-s-Slack-56:before{content:""}.icon-s-Arrow001-56:before{content:""}.icon-s-Arrow002-56:before{content:""}.icon-s-SelfRegistration-56:before{content:""}.icon-s-InfoPage-56:before{content:""}.icon-s-NewUploadLink-56:before{content:""}.icon-s-UploadLinks-56:before{content:""}.icon-s-Integrations-56:before{content:""}.icon-s-CustomFields-56:before{content:""}.icon-s-Keywords-56:before{content:""}.icon-s-CrewSettings-56:before{content:""}.icon-s-Portal-56:before{content:""}.icon-s-Metadata-56:before{content:""}.icon-s-NewPortal-56:before{content:""}.icon-s-Account-56:before{content:""}.icon-s-Branding-56:before{content:""}.icon-s-PassengerSettings-56:before{content:""}.icon-s-box-56:before{content:""}.icon-s-DigitalRights-56:before{content:""}.icon-s-Dropbox-56:before{content:""}.icon-s-DuplicateCheck-56:before{content:""}.icon-s-NewUser-56:before{content:""}.icon-s-Reports-56:before{content:""}.icon-s-UsersAccounts-56:before{content:""}.icon-s-Workflow-56:before{content:""}.icon-s-Google-56:before{content:""}.icon-s-Defaults-56:before{content:""}.icon-s-Groups-56:before{content:""}.icon-s-lock_16:before{content:""}.icon-s-notlock_16:before{content:""}.icon-s-Type-16:before{content:""}.icon-s-Name-16:before{content:""}.icon-s-Custom-16:before{content:""}.icon-s-Date-16:before{content:""}.icon-s-Warning-16:before{content:""}.icon-canto-eye-16:before{content:""}.icon-s-Unlink_16:before{content:""}.icon-s-Search_16:before{content:""}.icon-s-Refresh_16:before{content:""}.icon-s-RadioButton2_16:before{content:""}.icon-s-RadioButton1_16:before{content:""}.icon-s-UnselectedCheck_32:before{content:""}.icon-s-Ok2_32:before{content:""}.icon-s-Ok1_16:before{content:""}.icon-s-Edit_16:before{content:""}.icon-s-Dropdown_16:before{content:""}.icon-s-Delete_16:before{content:""}.icon-s-Date_16:before{content:""}.icon-s-ClosePopup_16:before{content:""}.icon-s-Checkbox2_16:before{content:""}.icon-s-Checkbox1_16:before{content:""}.icon-s-Cancel_16:before{content:""}.icon-s-BackButton_28:before{content:""}.icon-s-Arrow3_16:before{content:""}.icon-s-Arrow2_16:before{content:""}.icon-s-Arrow1_16:before{content:""}.icon-s-PasswordPolicy-56:before{content:""}.icon-s-dashboard_24:before{content:""}.icon-s-Album_locked-20px:before{content:""}.icon-s-Album-20px:before{content:""}.icon-s-Folder_locked-20px:before{content:""}.icon-s-Folder_open_locked-20px:before{content:""}.icon-s-Folder_open-20px:before{content:""}.icon-s-closeicon-16px:before{content:""}.icon-s-refreshicon-16px:before{content:""}.icon-s-RequestAccessUser-16:before{content:""}.icon-s-LandingPageTempl08-32:before{content:""}.icon-s-LandingPageTempl07-32:before{content:""}.icon-s-LandingPageTempl06-32:before{content:""}.icon-s-LandingPageTempl05-32:before{content:""}.icon-s-LandingPageTempl04-32:before{content:""}.icon-s-LandingPageTempl03-32:before{content:""}.icon-s-LandingPageTempl02-32:before{content:""}.icon-s-LandingPageTempl01-32:before{content:""}.icon-s-db-32:before{content:"";color:#60acec}.icon-s-box-32:before{content:"";color:#307abb}.icon-s-twitter-32:before{content:"";color:#1ab2e8}.icon-s-youtube-32:before{content:"";color:#c8312b}.icon-s-vimeo-32:before{content:"";color:#30b9eb}.icon-s-slack-32:before{content:"";color:#77d4b6}.icon-s-mail-32:before{content:"";color:#566ed6}.icon-s-googledrive-32:before{content:"";color:#029d54}.icon-s-googleanalytics-32:before{content:""}.icon-s-facebook-32:before{content:"";color:#6678c5}.icon-s-pinterest-32:before{content:"";color:#df4a3e}.icon-s-arrow_circle_down-62:before{content:""}.icon-s-Email-56:before{content:""}.icon-s-hamburger-20:before{content:""}.icon-s-dagger_solid-20:before{content:""}.icon-s-dagger-20:before{content:""}.icon-s-align_center-16:before{content:"";color:#8a8a8a}.icon-s-align_left-16:before{content:""}.icon-s-align_right-16:before{content:""}.icon-s-bold-16:before{content:""}.icon-s-calendar-16:before{content:""}.icon-s-italics-16:before{content:""}.icon-s-pencil-16:before{content:""}.icon-s-portal-16:before{content:""}.icon-s-canto-eyeno-16:before{content:""}.icon-s-filter-16:before{content:""}.icon-s-sort-16:before{content:""}.icon-s-undo-16:before{content:""}.icon-s-help-16:before{content:""}.icon-s-layout01-32:before{content:""}.icon-s-layout02-32:before{content:""}.icon-s-layout03-32:before{content:""}.icon-s-layout04-32:before{content:""}.icon-s-layout05-32:before{content:""}.icon-s-layout06-32:before{content:""}.icon-s-layout07-32:before{content:""}.icon-s-layout08-32:before{content:""}.icon-s-layout09-32:before{content:""}.icon-s-layout10-32:before{content:""}.icon-s-layout11-32:before{content:""}.icon-s-layout12-32:before{content:""}.icon-s-layout13-32:before{content:""}.icon-s-layout14-32:before{content:""}.icon-s-TextColor-16:before{content:""}.icon-s-Clone-16:before{content:""}.icon-s-save-16:before{content:""}.icon-s-Portal_Private-20:before{content:""}.icon-s-Portal_Public-20:before{content:""}.icon-s-Portal_Common-20:before{content:""}.icon-s-Keyword-16:before{content:""}.icon-s-single_workspace-20:before{content:""}.icon-s-workspaces-20:before{content:""}.icon-s-Fullscreen:before{content:""}.icon-s-indesignPackage:before{content:""}.icon-s-documentPackage:before{content:""}.icon-s-comments:before{content:""}.icon-s-map:before{content:""}.canto-pickup-img-btn{height:30px;line-height:26px;margin:15px;padding:0 15px;font-size:15px;background-color:#ff9800;font-weight:700;border:0;display:block}.canto-pickup-img-btn:hover{background-color:#c77b09}.canto-uc-frame{position:fixed;width:90%;height:90%;margin:auto;top:5%;left:5%;background:#fff;border:0;box-shadow:0 0 5px #ccc;z-index:999}.canto-uc-frame .header{height:20px;padding:15px;background:#f5f5f5;border-bottom:1px solid #ddd}.canto-uc-frame .header .title{font-size:17px;font-weight:700}.canto-uc-frame .header .close-btn{position:absolute;right:20px;top:14px;font-size:23px;color:#000}.canto-uc-frame .header .close-btn:hover{cursor:pointer}.canto-uc-frame .canto-uc-subiframe{width:100%;position:relative;height:calc(100% - 50px);border:0;padding:0}.text-lowercase{text-transform:lowercase!important}.text-orange{color:#733!important}.text-orange:focus,.text-orange:hover{color:#733}.text-black{color:#000!important}.text-white{color:#fff!important}.text-grey{color:#444!important}body{font-family:sans-serif,Helvetica,Arial;font-size:14px;line-height:1.4286;color:#333;background-color:#fff;min-width:850px;overflow-x:hidden}.canto-body{height:100vh;width:100%;position:relative;overflow:hidden;z-index:1;margin:0}.header-section{height:50px;width:100%;position:relative;background-color:#f5f5f5;box-shadow:0 0 5px #0003}.header-section .library{display:inline-block;cursor:pointer}.header-section .library .treeview-icon{line-height:50px;margin-left:20px;position:relative;top:1px}.header-section .library .treeview-icon:before{margin-right:5px}.header-section .library .treeview-desc{font-size:15px;margin-left:0}.header-section .search-box{display:inline-block;margin-left:25px;width:200px;position:relative}.header-section .search-box input{width:170px;padding:2px 10px;border-radius:15px;border:1px solid #ccc;height:20px}.header-section .search-box span{position:absolute;right:0;top:0;color:#888;height:25px;width:32px;padding-top:7px;padding-left:10px;cursor:pointer}.header-section .filter-section{line-height:50px;margin-right:20px;position:relative;display:inline-block}.header-section .filter-section .type-font{font-size:25px;color:#000;position:relative;top:5px;cursor:pointer}.header-section .filter-section .type-font.current{color:#fff;border-radius:50%;background-color:#222}.header-section .filter-section .type-font:hover{border-radius:50%;background-color:#dedede}.header-section .filter-section .type-font:hover.current{color:#fff;border-radius:50%;background-color:#222}.header-section .selected-count-section{display:inline-block;margin-left:calc(50% - 100px)}.header-section .selected-action-section{display:inline-block;float:right;line-height:50px;margin-right:0}.header-section .selected-action-section .action-icon{font-size:20px;color:#555;margin-right:20px;position:relative;top:3px;cursor:pointer}.header-section .selected-action-section .action-icon:hover{border-radius:50%;color:#333}.header-section .selected-action-section .action-icon.all-selected{color:#111}.header-section .selected-action-section .action-icon.all-selected:hover{color:#000}.header-section .selected-action-section .action-btn{padding:4px 10px;width:54px;background:#555;line-height:50px;margin-top:20px;border-radius:15px;color:#ddd;margin-right:29px;vertical-align:top;cursor:pointer}.header-section .selected-action-section .action-btn:hover{background:#333}.header-section .logout-btn{z-index:3;height:50px;width:47px;background-color:#f5f5f5;border-radius:50%;display:block;cursor:pointer;border:1px solid #f1f1f1;float:right;text-align:center;margin-right:10px}.header-section .logout-btn span{font-size:21px;margin:auto;color:#555;position:relative;line-height:50px}.header-section .logout-btn:hover,.header-section .logout-btn:hover span{color:#333}.max-select-tips{position:fixed;top:50px;text-align:center;left:20%;z-index:100;background:#e89600;color:#fff;font-size:15px;display:none;width:calc(80% - 15px);line-height:35px;opacity:.85}.no-treeview{left:0!important;width:100%!important}.hidden{display:none!important}.tree-view-section{width:20%;border-right:1px solid #ddd;height:calc(100% - 50px);display:inline-block;position:relative;background-color:#f5f5f5;border-top:1px solid #ddd;overflow:scroll}.tree-view-section .tree-view{margin-top:10px}.tree-view-section .tree-view .logo{width:18px;position:relative;display:inline-block;top:5px;vertical-align:top}.tree-view-section .tree-view ul{list-style:none;padding-left:0;cursor:pointer}.tree-view-section .tree-view li{list-style:none;line-height:30px;padding-left:10px;margin-left:10px;position:relative;white-space:nowrap}.tree-view-section .tree-view li:before{content:"";border-left:1px solid #e0e0e0;height:100%;position:absolute;left:-1px}.tree-view-section .tree-view li:after{content:"";left:-1px;position:absolute;right:auto;border-top:1px solid #e0e0e0;height:20px;top:25px;width:15px}.tree-view-section .tree-view li:last-child:before{height:30px}.tree-view-section .tree-view li.selected,.tree-view-section .tree-view li.selected span{color:#ff9800}.tree-view-section .tree-view li.no-child{color:#aaa}.tree-view-section .tree-view li.no-child span{color:#aaa;font-style:italic;margin-left:1px}.tree-view-section .tree-view li .tree-whole-row{position:absolute;height:28px;width:100%;left:0;background-color:#f5f5f5;z-index:0}.tree-view-section .tree-view li .tree-whole-row:hover{background-color:#ddd}.tree-view-section .tree-view i{width:15px;height:20px;display:inline-block;font-size:18px;margin-right:5px;position:relative;top:2px}.tree-view-section .tree-view .folder-loading{width:18px;height:18px;position:relative;top:2px}.tree-view-section .tree-view a,.tree-view-section .tree-view span{color:#666;font-size:14px;z-index:2;position:relative}.tree-view-section .tree-view>ul{padding-left:0;border-left:none}.tree-view-section .tree-view>ul>li:before{border-left:none}.tree-view-section .tree-view>ul>li:after{border-top:none}.body-section{display:inline-block;vertical-align:top;width:80%;position:absolute;left:20%;font-size:0;height:calc(100% - 50px);overflow-y:scroll}.body-section .loading-more{position:fixed;bottom:0;width:calc(80% - 15px);height:33px;z-index:100;background:#bcbcbc;color:#000;text-align:center;font-size:15px;line-height:33px;display:none;left:20%;opacity:.95}.body-section .no-item{position:fixed;top:20%;width:80%;height:50px;z-index:100;color:#626262;display:block;text-align:center;font-size:15px;line-height:35px;font-weight:400}.body-section .image-section{padding:3px}.body-section .single-image{margin:1px;height:189px;width:189px;position:relative;display:inline-block;vertical-align:top;overflow:hidden}.body-section .single-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.9}.body-section .single-image .mask-layer{display:none;background-color:#3232324d;z-index:2;height:100%;width:100%;position:absolute;top:0;left:0;overflow:hidden}.body-section .single-image .single-image-name{position:absolute;width:100%;top:100%;background:rgb(50 50 50 / 50%);color:#fff;font-size:12px;line-height:20px;padding:10px 0;text-align:center;z-index:99;word-break:break-all;white-space:pre-wrap}.body-section .single-image .select-box{display:none;position:absolute;top:10px;right:10px;color:#555;font-size:25px;z-index:5}.body-section .single-image .select-icon-background{display:none;background-color:#fff;box-shadow:0 0 6px #777;border-radius:100%;width:23px;height:23px;position:absolute;top:11px;right:11px;z-index:4}.body-section .single-image:hover img{opacity:1}.body-section .single-image:hover .mask-layer,.body-section .single-image:hover .select-box,.body-section .single-image:hover .select-icon-background,.body-section .single-image.selected .select-box,.body-section .single-image.selected .select-icon-background{display:block}.page-mask{z-index:99;position:fixed;width:100%;height:100%;top:0;left:0;background-color:#000c}.loading-icon{z-index:110;position:fixed;width:100%;height:100%;top:0;left:0;background-color:#000c}.loading-icon img{top:50%;left:50%;transform:translate(-50%) translateY(-50%);position:absolute}.loading-icon .loading-icon-circle{top:50%;left:50%;transform:translate(-50%) translateY(-50%);height:50px;width:50px;line-height:32px;position:relative;display:inline-block;overflow:hidden;white-space:nowrap}.loading-icon .loading-icon-circle .loading-icon-markup{animation:icon-spin 2s infinite linear}.loading-icon .loading-icon-circle .loading-icon-markup .icon-color{color:#fff}.view-image-modal{z-index:99;position:fixed;display:block;top:50%;left:50%;transform:translate(-50%) translateY(-50%);max-width:100%;max-height:100%}.view-image-modal .page-mask{z-index:100;position:fixed;width:100%;height:100%;top:0;left:0;background-color:#000c}.view-image-modal img{z-index:101;position:relative;max-width:100vw;max-height:100vh}.view-image-modal .close-btn{position:absolute;right:20px;top:20px;font-size:30px;width:30px;height:30px;color:#fff;z-index:102;cursor:pointer}.image-detail-modal{z-index:99;position:fixed;display:block;width:540px;height:320px;background-color:#fff;top:calc(50% - 150px);left:calc(50% - 250px)}.image-detail-modal .page-mask{z-index:100;position:fixed;width:100%;height:100%;top:0;left:0;background-color:#000c}.image-detail-modal .close-btn{position:absolute;color:#000;right:20px;top:20px;font-size:30px;width:30px;height:30px;z-index:102;cursor:pointer}.image-detail-modal .detail-section{position:relative;padding:20px;z-index:101;width:500px;height:350px;background-color:#fff}.image-detail-modal .detail-section .detail-title{font-size:20px;text-align:center;margin-bottom:10px;margin-top:15px}.image-detail-modal .detail-section .detail-li{line-height:30px}.image-detail-modal .detail-section .detail-li .title{width:200px;text-align:right;display:inline-block;font-size:15px;font-weight:700}.image-detail-modal .detail-section .detail-li .content{text-align:left;margin-left:5px;font-size:15px}.image-detail-modal .insert-btn{line-height:20px;border:1px solid #333;position:absolute;bottom:0;z-index:102;margin:auto;text-align:center;left:190px;padding:5px 10px;border-radius:20px;cursor:pointer}.image-detail-modal .insert-btn:hover{border:1px solid #006799;background-color:#006799;color:#fff}.load-more{position:relative;top:20px;display:block;height:20px;color:#828282;margin:auto;font-size:15px;text-align:center;cursor:pointer}.load-more span{font-family:sans-serif,Helvetica,Arial}.load-more:before{font-size:20px;position:relative;top:5px}.image-preview-modal{z-index:99;position:fixed;width:100%;height:100%;top:0;left:0;background-color:#000000e5;padding:20px;box-sizing:border-box}.image-preview-modal .close-btn{position:absolute;right:20px;top:30px;font-size:25px;color:#fff;cursor:pointer;z-index:99}.image-preview-modal .image-box{position:relative;width:calc(100% - 575px);height:100%}.image-preview-modal .image-box img{position:relative;max-width:100%;max-height:100%;margin:auto;left:50%;top:50%;transform:translate(-50%,-50%)}.image-preview-modal .detail-box{width:575px;top:0;position:absolute;right:0;box-sizing:border-box;height:90%;padding:20px 20px 20px 40px;background-color:#444}.image-preview-modal .detail-box .clear{clear:both}.image-preview-modal .detail-box .detail-list-cotnt{height:75%;overflow-y:auto;position:relative;overflow-x:hidden}.image-preview-modal .detail-box .image-name{font-size:18px;color:#fff;margin-top:15px;line-height:30px;margin-bottom:20px;width:calc(100% - 30px);display:block;position:relative;word-break:break-all}.image-preview-modal .detail-box .detail-item{font-size:12px;line-height:20px;color:#bbb;margin:5px 0}.image-preview-modal .detail-box .detail-item .title{font-weight:700}.image-preview-modal .detail-box .detail-item .more{display:none}.image-preview-modal .detail-box .detail-item.restrict-height .content{max-height:40px;overflow-y:hidden}.image-preview-modal .detail-box .detail-item.restrict-height .more{display:block;float:right;text-decoration:underline;cursor:pointer}.image-preview-modal .detail-box .insert-action-section{position:absolute;padding-bottom:20px;bottom:0;color:#ff9800;background-color:inherit;font-size:17px;width:calc(100% - 40px);box-sizing:border-box;line-height:50px}.image-preview-modal .detail-box .insert-action-section .insert-text{display:inline;color:#fff}.image-preview-modal .detail-box .insert-action-section .cancel-btn{display:inline;background-color:#666;padding:6px 15px;border-radius:15px;color:#fff;font-size:15px;margin-left:40px;cursor:pointer}.image-preview-modal .detail-box .insert-action-section .cancel-btn:hover{background-color:#555}.image-preview-modal .detail-box .insert-action-section .insert-btn{display:inline;background-color:#777;padding:6px 15px;border-radius:15px;color:#fff;font-size:15px;margin:10px;cursor:pointer}.image-preview-modal .detail-box .insert-action-section .insert-btn:hover{background-color:#666}.image-preview-modal .detail-box .insert-action-section .btn-group{float:right;margin-right:10px}.canto-pick-box{width:95%;background-color:#ff9800;padding:10px}.canto-pick-box .header{position:relative}.canto-pick-box .header .title{font-size:16px;font-weight:700;color:#fff}.canto-pick-box .header .close-btn{position:absolute;right:0;top:0;font-size:23px;color:#fff}.canto-pick-box .img-box{background-color:#fff;margin-top:10px;padding:10px}.canto-pick-box .btn-section{text-align:center}.canto-pick-box .btn-section button{height:30px;width:100px;line-height:26px;margin:15px;padding:0;font-size:15px;background-color:#ff9800;color:#fff;border:2px solid #fff;font-weight:700}.canto-pick-box .btn-section button:hover{background-color:#c77b09}.canto-preview-img{width:200px;height:200px;-o-object-fit:cover;object-fit:cover} diff --git a/src/web/assets/dist/assets/app-7c0be19c.css.gz b/src/web/assets/dist/assets/app-7c0be19c.css.gz new file mode 100644 index 0000000000000000000000000000000000000000..89c7e0f026d7e04e53aa9484a0015b2bfc9e9b38 GIT binary patch literal 7091 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 dl#6I7|dbA_nANUE%pJtudsPYsYqpHRrSmO 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.options);const a=o=>"#fields-"+Craft.namespaceId(o,this.options.id),s=a("damAssetPreview");r();function r(){const o=a("damAssetPreviewWrapper");if(t(o).remove(),t(s).attr("data-thumbnailurl")==null||t(s).attr("data-thumbnailurl")=="none")t(s).hide();else{const e=t(s).attr("data-thumbnailurl"),c=t(s).attr("data-albumName");let i=t(s).attr("data-thumbnailName");const l=t(s).attr("data-assetCount"),k=l==1?"":"canto-asset-preview-stack";i=l==1?i:`${l} images`,c.length&&(i+=" / "+c),t(a("chooseAsset")).html("Choose a Different DAM Asset"),t(s).prepend(` -
+(function(t){let d={},f="canto.com",b="52ff8ed9d6874d48a3bef9621bc1af26",y,h;const m="CantoDamConnector",p={env:"canto.com"};function g(a,s){this.element=a,this.options=t.extend({},p,s),this._defaults=p,this._name=m,this.init()}g.prototype={init:function(){t(()=>{A(this.options);const a=n=>"#fields-"+Craft.namespaceId(n,this.options.id),s=a("damAssetPreview");r();function r(){const n=a("damAssetPreviewWrapper");if(t(n).remove(),t(s).attr("data-thumbnailurl")==null||t(s).attr("data-thumbnailurl")=="none")t(s).hide();else{const e=t(s).attr("data-thumbnailurl"),c=t(s).attr("data-albumName");let i=t(s).attr("data-thumbnailName");const l=t(s).attr("data-assetCount"),k=l==1?"":"canto-asset-preview-stack";i=l==1?i:`${l} images`,c.length&&(i+=" / "+c),t(a("chooseAsset")).html("Choose a Different DAM Asset"),t(s).prepend(` +
${i}
-`)}}function u(o){t.ajax({type:"POST",url:"https://oauth.canto.com/oauth/api/oauth2/universal2/token",dataType:"json",data:{app_id:b,grant_type:"authorization_code",redirect_uri:"http://localhost:8080",code:o,code_verifier:"1649285048042"},success:function(e){d=e,D(d)},error:function(){alert("Get token errorz")}})}t(a("chooseAsset")).click(o=>{v.show();let e=o.target.dataset.field,c=o.target.dataset.element,i=o.target.dataset.type,l=o.target.dataset.access;C(e,c,i,l,this.options.bodyClass)}),t(a("removeDamAsset")).click(o=>{t(a("chooseAsset")).html("Add a DAM Asset"),t(s).hide(),t(a("cantoId")).val(null),t(a("cantoAlbumId")).val(null),t(a("cantoAssetData")).val([]),t(a("cantoAlbumData")).val([])}),window.addEventListener("message",o=>{const e=o.data;if(t(n).attr("data-field")==this.options.fieldId)if(e&&e.type=="getTokenInfo"){var c=document.getElementById(n.slice(1)).contentWindow;d.formatDistrict=h,c.postMessage(d,"*")}else if(e&&e.type=="cantoLogout")d={},t(".canto-uc-iframe-close-btn").trigger("click");else if(e&&e.type=="cantoInsertImage")t(".canto-uc-iframe-close-btn").trigger("click"),callback(y,e.assetList);else if(e&&e.type=="closeModal"){let i=e.cantoAssetData[0];const l=e.cantoAssetData.length;t(s).attr("data-assetCount",l),t(s).attr("data-thumbnailUrl",i.url.directUrlOriginal),t(s).attr("data-thumbnailName",i.displayName),t(s).attr("data-albumName",e.cantoAlbumData.name),r(),t(a("cantoId")).val(e.cantoId),t(a("cantoAlbumId")).val(e.cantoAlbumId),t(a("cantoAssetData")).val(JSON.stringify(e.cantoAssetData)),t(a("cantoAlbumData")).val(JSON.stringify(e.cantoAlbumData)),t(s).show(),v.hide()}else e&&u(e)})})}},t.fn[m]=function(a){return this.each(function(){t.data(this,"plugin_"+m)||t.data(this,"plugin_"+m,new g(this,a))})};function A(a){f=a.env,h=a.extensions}const n="#cantoDamAssetsUCFrame";let I=t(` +`)}}function u(n){t.ajax({type:"POST",url:"https://oauth.canto.com/oauth/api/oauth2/universal2/token",dataType:"json",data:{app_id:b,grant_type:"authorization_code",redirect_uri:"http://localhost:8080",code:n,code_verifier:"1649285048042"},success:function(e){d=e,D(d)},error:function(){alert("Get token errorz")}})}t(a("chooseAsset")).click(n=>{v.show();let e=n.target.dataset.field,c=n.target.dataset.element,i=n.target.dataset.type,l=n.target.dataset.access;C(e,c,i,l,this.options.bodyClass)}),t(a("removeDamAsset")).click(n=>{t(a("chooseAsset")).html("Add a DAM Asset"),t(s).hide(),t(a("cantoId")).val(null),t(a("cantoAlbumId")).val(null),t(a("cantoAssetData")).val([]),t(a("cantoAlbumData")).val([])}),window.addEventListener("message",n=>{const e=n.data;if(t(o).attr("data-field")==this.options.fieldId)if(e&&e.type=="getTokenInfo"){var c=document.getElementById(o.slice(1)).contentWindow;d.formatDistrict=h,c.postMessage(d,"*")}else if(e&&e.type=="cantoLogout")d={},t(".canto-uc-iframe-close-btn").trigger("click");else if(e&&e.type=="cantoInsertImage")t(".canto-uc-iframe-close-btn").trigger("click"),callback(y,e.assetList);else if(e&&e.type=="closeModal"){let i=e.cantoAssetData[0];const l=e.cantoAssetData.length;t(s).attr("data-assetCount",l),t(s).attr("data-thumbnailUrl",i.url.directUrlOriginal),t(s).attr("data-thumbnailName",i.displayName),t(s).attr("data-albumName",e.cantoAlbumData.name),r(),t(a("cantoId")).val(e.cantoId),t(a("cantoAlbumId")).val(e.cantoAlbumId),t(a("cantoAssetData")).val(JSON.stringify(e.cantoAssetData)),t(a("cantoAlbumData")).val(JSON.stringify(e.cantoAlbumData)),t(s).show(),v.hide()}else e&&u(e)})})}},t.fn[m]=function(a){return this.each(function(){t.data(this,"plugin_"+m)||t.data(this,"plugin_"+m,new g(this,a))})};function A(a){f=a.env,h=a.extensions}const o="#cantoDamAssetsUCFrame";let I=t(` - `),v=new Garnish.Modal(I,{autoShow:!1});function C(a,s,r,u,o){let e={accessToken:u},c="https://oauth.canto.com/oauth/api/oauth2/universal2/authorize?response_type=code&app_id=52ff8ed9d6874d48a3bef9621bc1af26&redirect_uri=http://localhost:8080&state=abcd&code_challenge=1649285048042&code_challenge_method=plain";var i="/admin/_canto-dam-assets/canto-embed.twig";e.accessToken?(t(n).attr("data-element",s),t(n).attr("data-field",a),t(n).attr("data-type",r),t(n).attr("data-access",e.accessToken),t(n).attr("src",i)):(t(n).attr("data-element",s),t(n).attr("data-field",a),t(n).attr("data-type",r),t(n).attr("src",c)),t(n).on("load",function(){t(n).contents().find("body").addClass(o),console.log(t(n).contents().find("body"))})}function D(a){t.ajax({type:"GET",url:"https://oauth."+f+":443/oauth/api/oauth2/tenant/"+a.refreshToken,success:function(s){a.tenant=s,t(n).attr("src","/admin/_canto-dam-assets/canto-embed.twig")},error:function(){alert("Get tenant error")}})}})(jQuery); -//# sourceMappingURL=canto-field-5ec7fbc3.js.map + `),v=new Garnish.Modal(I,{autoShow:!1});function C(a,s,r,u,n){let e={accessToken:u},c="https://oauth.canto.com/oauth/api/oauth2/universal2/authorize?response_type=code&app_id=52ff8ed9d6874d48a3bef9621bc1af26&redirect_uri=http://localhost:8080&state=abcd&code_challenge=1649285048042&code_challenge_method=plain";var i="/admin/_canto-dam-assets/canto-embed.twig";e.accessToken?(t(o).attr("data-element",s),t(o).attr("data-field",a),t(o).attr("data-type",r),t(o).attr("data-access",e.accessToken),t(o).attr("src",i)):(t(o).attr("data-element",s),t(o).attr("data-field",a),t(o).attr("data-type",r),t(o).attr("src",c)),t(o).on("load",function(){t(o).contents().find("body").addClass(n)})}function D(a){t.ajax({type:"GET",url:"https://oauth."+f+":443/oauth/api/oauth2/tenant/"+a.refreshToken,success:function(s){a.tenant=s,t(o).attr("src","/admin/_canto-dam-assets/canto-embed.twig")},error:function(){alert("Get tenant error")}})}})(jQuery); +//# sourceMappingURL=canto-field-50aeaf64.js.map diff --git a/src/web/assets/dist/assets/canto-field-50aeaf64.js.gz b/src/web/assets/dist/assets/canto-field-50aeaf64.js.gz new file mode 100644 index 0000000000000000000000000000000000000000..2dde5b316f5e0c4574c83a748dbfde56dafb0743 GIT binary patch literal 1827 zcmV+;2i*7{iwFP!000021GQIeZ`-yO{+?fz6piE^u2QiO55q!^7u1=V6%DA~9Tw&_qqaOpubM#Th{f z6-LI1ED@d&^kR@@XDof0o}T?@m=4eAPcxRiJRO|Ok`tN@P7!{<`8bh6o1i4<(k{ND z<)svYB}OWQE7CBr7_IHwj+efJc}TI28k2J!vx1dO7(%i8l$Ev6#Ki30Fp-83UIoT} zcABz`)`iie>IMWY87ch-7u^cp_MwBs6BdiGxQA*1Tt(o~pCU`gUOWXuJ#Y zi1nX}RuxmQh-aY*MHDMm$^{GI)S-@IYK*dr4DFe`E@y)BqE-cp2oZHr{QdX$tdNj` zp~#u#JcW(NtkA3riIJz*<7CHx7PGqi4e|mpTNLsATXa_5Rk6F1&BLXvg#kymq#)$v z6+#_u{A{oCY3gZ1lUp?A-inWIo;O7s@RH7%zQIXcFfljz;bF*+2nzZEI!bH?A>m0b zrDiVYD1scAvIxigzx%Y}{;xs57JR{!rp2IdXM!?WYz0JT`xNy4=LR=O-|Qo`_6m_{vTN=da|*0f;Cgy;=m(H$jl7JnhgTGT!U zfdp>wHiU9-7O~FdUFd<#h=>hUb7o?Db})_|8$b>0OmxhJ`Rw#87G#SAz# ze84PrTx&07k2|~3JDF1G2#x1_7H^{A^YNDz&u`ClSF7_M) z1MlHHT+pYMx$Xn&Qm(6lKG@G)>u=o*FT-9U*fswMt37qonFH+h7ti{ZTZY?Z^y`QB zzr_|{V$QRNa65<5lSQ^?@zN~n&h5z#FFHE#h=q%;fni(wAK)2h;&b_htoW5ijbf%& zBJh%pCV9B7sa&Z#MTJpS)Nm0hPO3Zgkz4Ae5 za^Cj?Pi((^b5;kMTK8sDp~$4?dF>c)Uakp(is8*f#)(jhvGK;pnl#4!*wb07t$72zoW z{JFy5m8H+kr@@=okG~AiQFeqz!{JZ6&;yTfNquxg;VGH{=5m*$T~!XRcp7_aqIZt> zFEH>uQSV%MRqsW88--v0sF`|*#s~fWvp~yQCF~s(1CYU||Gp*Og}apAi(|@Yb~=o| R>bRuU!9O%Vu?+_i0046~l8pcW literal 0 HcmV?d00001 diff --git a/src/web/assets/dist/assets/canto-field-5ec7fbc3.js.map b/src/web/assets/dist/assets/canto-field-50aeaf64.js.map similarity index 62% rename from src/web/assets/dist/assets/canto-field-5ec7fbc3.js.map rename to src/web/assets/dist/assets/canto-field-50aeaf64.js.map index dbefb26..34288f9 100644 --- a/src/web/assets/dist/assets/canto-field-5ec7fbc3.js.map +++ b/src/web/assets/dist/assets/canto-field-50aeaf64.js.map @@ -1 +1 @@ -{"version":3,"file":"canto-field-5ec7fbc3.js","sources":["../../../../../buildchain/src/js/canto-field.js"],"sourcesContent":["/**\n * =====================================================================================================================\n * Refactored plugin code\n * =====================================================================================================================\n **/\n\n(function ($) {\n let tokenInfo = {},\n env = \"canto.com\",\n appId = \"52ff8ed9d6874d48a3bef9621bc1af26\",\n currentCantoTagID,\n formatDistrict;\n\n const pluginName = \"CantoDamConnector\",\n defaults = {\n env: \"canto.com\",\n };\n\n // Plugin constructor\n function Plugin(element, options) {\n this.element = element;\n\n this.options = $.extend({}, defaults, options);\n\n this._defaults = defaults;\n this._name = pluginName;\n\n this.init();\n }\n\n Plugin.prototype = {\n\n init: function () {\n\n $(() => {\n // this.options gives us access to the $jsonVars that our FieldType passed down to us\n settings(this.options);\n\n // Macro for getting a namespaced field selector\n const fieldNamespaceIdSelector = (fieldName) => `#fields-` + Craft.namespaceId(fieldName, this.options.id);\n\n // Display the image preview on init\n const damAssetPreview = fieldNamespaceIdSelector('damAssetPreview');\n displayImagePreview();\n\n /**\n * Displays the image preview for the chosen Canto asset(s)\n */\n function displayImagePreview() {\n const damAssetPreviewWrapper = fieldNamespaceIdSelector('damAssetPreviewWrapper');\n $(damAssetPreviewWrapper).remove();\n if ($(damAssetPreview).attr(\"data-thumbnailurl\") == null ||\n $(damAssetPreview).attr(\"data-thumbnailurl\") == \"none\") {\n $(damAssetPreview).hide();\n } else {\n const url = $(damAssetPreview).attr(\"data-thumbnailurl\");\n const albumName = $(damAssetPreview).attr(\"data-albumName\");\n let name = $(damAssetPreview).attr(\"data-thumbnailName\");\n const assetCount = $(damAssetPreview).attr(\"data-assetCount\");\n const className = assetCount == 1 ? \"\" : \"canto-asset-preview-stack\";\n name = assetCount == 1 ? name : `${assetCount} images`;\n if (albumName.length) {\n name += ' / ' + albumName;\n }\n $(fieldNamespaceIdSelector('chooseAsset')).html(\"Choose a Different DAM Asset\");\n $(damAssetPreview).prepend(`\n
\n\n${name}
\n
\n`);\n }\n }\n\n function getTokenByVerifycode(verifyCode) {\n $.ajax({\n type: \"POST\",\n url: \"https://oauth.canto.com/oauth/api/oauth2/universal2/token\",\n dataType: \"json\",\n data: {\n \"app_id\": appId,\n \"grant_type\": \"authorization_code\",\n \"redirect_uri\": \"http://localhost:8080\",\n \"code\": verifyCode,\n \"code_verifier\": \"1649285048042\"\n },\n success: function (data) {\n tokenInfo = data;\n getTenant(tokenInfo);\n\n },\n error: function () {\n alert(\"Get token errorz\");\n }\n });\n }\n\n // Handle adding or changing an asset\n $(fieldNamespaceIdSelector('chooseAsset')).click((e) => {\n $modal.show();\n let fieldId = e.target.dataset.field;\n let elementId = e.target.dataset.element;\n let type = e.target.dataset.type;\n let accessToken = e.target.dataset.access;\n loadIframeContent(fieldId, elementId, type, accessToken, this.options.bodyClass);\n });\n\n // Handle clicks to remove the asset\n $(fieldNamespaceIdSelector('removeDamAsset')).click((e) => {\n // Hide the preview, and change the button name\n $(fieldNamespaceIdSelector('chooseAsset')).html(\"Add a DAM Asset\");\n $(damAssetPreview).hide();\n $(fieldNamespaceIdSelector('cantoId')).val(null);\n $(fieldNamespaceIdSelector('cantoAlbumId')).val(null);\n $(fieldNamespaceIdSelector('cantoAssetData')).val([]);\n $(fieldNamespaceIdSelector('cantoAlbumData')).val([]);\n });\n\n // Beginning of Canto's Universal Connector code:\n window.addEventListener(\"message\", (event) => {\n const data = event.data;\n // Onlu listen in if we are the target for this fieldId\n if ($(cantoUCFrame).attr(\"data-field\") != this.options.fieldId) {\n return;\n }\n if (data && data.type == \"getTokenInfo\") {\n var receiver = document.getElementById(cantoUCFrame.slice(1)).contentWindow;\n tokenInfo.formatDistrict = formatDistrict;\n receiver.postMessage(tokenInfo, '*');\n } else if (data && data.type == \"cantoLogout\") {\n tokenInfo = {};\n $(\".canto-uc-iframe-close-btn\").trigger(\"click\");\n\n } else if (data && data.type == \"cantoInsertImage\") {\n $(\".canto-uc-iframe-close-btn\").trigger(\"click\");\n callback(currentCantoTagID, data.assetList);\n\n } else if (data && data.type == \"closeModal\") {\n let cantoAsset = data.cantoAssetData[0];\n const assetCount = data.cantoAssetData.length;\n $(damAssetPreview).attr(\"data-assetCount\", assetCount);\n $(damAssetPreview).attr(\"data-thumbnailUrl\", cantoAsset.url.directUrlOriginal);\n $(damAssetPreview).attr(\"data-thumbnailName\", cantoAsset.displayName);\n $(damAssetPreview).attr(\"data-albumName\", data.cantoAlbumData.name);\n displayImagePreview();\n // Save the cantoId & cantoAssetData into the hidden field data\n $(fieldNamespaceIdSelector('cantoId')).val(data.cantoId);\n $(fieldNamespaceIdSelector('cantoAlbumId')).val(data.cantoAlbumId);\n $(fieldNamespaceIdSelector('cantoAssetData')).val(JSON.stringify(data.cantoAssetData));\n $(fieldNamespaceIdSelector('cantoAlbumData')).val(JSON.stringify(data.cantoAlbumData));\n $(damAssetPreview).show();\n $modal.hide();\n\n } else if (data) {\n let verifyCode = data;\n getTokenByVerifycode(verifyCode);\n\n }\n\n });\n });\n }\n\n };\n\n // A really lightweight plugin wrapper around the constructor,\n // preventing against multiple instantiations\n $.fn[pluginName] = function (options) {\n return this.each(function () {\n if (!$.data(this, \"plugin_\" + pluginName)) {\n $.data(this, \"plugin_\" + pluginName,\n new Plugin(this, options));\n }\n });\n };\n\n function settings(options) {\n env = options.env;\n formatDistrict = options.extensions;\n }\n\n // The modal for the Canto picker\n const cantoUCFrame = '#cantoDamAssetsUCFrame';\n let modalMarkup = $(`\n
\n
\n
\n

Canto Assets

\n
\n \n
Uploading Image...
\n
\n
\n `);\n let $modal = new Garnish.Modal(modalMarkup, {'autoShow': false});\n\n /*--------------------------load iframe content---------------------------------------*/\n function loadIframeContent(fieldId, elementId, type, accessToken, bodyClass) {\n// let timeStamp = new Date().getTime();\n let tokenInfo = {accessToken: accessToken};\n let cantoLoginPage = \"https://oauth.canto.com/oauth/api/oauth2/universal2/authorize?response_type=code&app_id=\" + \"52ff8ed9d6874d48a3bef9621bc1af26\" + \"&redirect_uri=http://localhost:8080&state=abcd\" + \"&code_challenge=\" + \"1649285048042\" + \"&code_challenge_method=plain\";\n\n var cantoContentPage = \"/admin/_canto-dam-assets/canto-embed.twig\";\n if (tokenInfo.accessToken) {\n $(cantoUCFrame).attr(\"data-element\", elementId);\n $(cantoUCFrame).attr(\"data-field\", fieldId);\n $(cantoUCFrame).attr(\"data-type\", type);\n $(cantoUCFrame).attr(\"data-access\", tokenInfo.accessToken);\n $(cantoUCFrame).attr(\"src\", cantoContentPage);\n } else {\n $(cantoUCFrame).attr(\"data-element\", elementId);\n $(cantoUCFrame).attr(\"data-field\", fieldId);\n $(cantoUCFrame).attr(\"data-type\", type);\n $(cantoUCFrame).attr(\"src\", cantoLoginPage);\n }\n $(cantoUCFrame).on(\"load\", function () {\n $(cantoUCFrame).contents().find(\"body\").addClass(bodyClass);\n console.log($(cantoUCFrame).contents().find(\"body\"));\n });\n }\n\n function getTenant(tokenInfo) {\n $.ajax({\n type: \"GET\",\n url: \"https://oauth.\" + env + \":443/oauth/api/oauth2/tenant/\" + tokenInfo.refreshToken,\n success: function (data) {\n tokenInfo.tenant = data;\n $(cantoUCFrame).attr(\"src\", \"/admin/_canto-dam-assets/canto-embed.twig\");\n },\n error: function () {\n alert(\"Get tenant error\");\n }\n });\n }\n\n})(jQuery, window, document);\n\n// Accept HMR as per: https://vitejs.dev/guide/api-hmr.html\nif (import.meta.hot) {\n import.meta.hot.accept(() => {\n console.log(\"HMR\")\n });\n}\n"],"names":["$","tokenInfo","env","appId","currentCantoTagID","formatDistrict","pluginName","defaults","Plugin","element","options","settings","fieldNamespaceIdSelector","fieldName","damAssetPreview","displayImagePreview","damAssetPreviewWrapper","url","albumName","name","assetCount","className","getTokenByVerifycode","verifyCode","data","getTenant","e","$modal","fieldId","elementId","type","accessToken","loadIframeContent","event","cantoUCFrame","receiver","cantoAsset","modalMarkup","bodyClass","cantoLoginPage","cantoContentPage"],"mappings":"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"} \ No newline at end of file +{"version":3,"file":"canto-field-50aeaf64.js","sources":["../../../../../buildchain/src/js/canto-field.js"],"sourcesContent":["/**\n * =====================================================================================================================\n * Refactored plugin code\n * =====================================================================================================================\n **/\n\n(function ($) {\n let tokenInfo = {},\n env = \"canto.com\",\n appId = \"52ff8ed9d6874d48a3bef9621bc1af26\",\n currentCantoTagID,\n formatDistrict;\n\n const pluginName = \"CantoDamConnector\",\n defaults = {\n env: \"canto.com\",\n };\n\n // Plugin constructor\n function Plugin(element, options) {\n this.element = element;\n\n this.options = $.extend({}, defaults, options);\n\n this._defaults = defaults;\n this._name = pluginName;\n\n this.init();\n }\n\n Plugin.prototype = {\n\n init: function () {\n\n $(() => {\n // this.options gives us access to the $jsonVars that our FieldType passed down to us\n settings(this.options);\n\n // Macro for getting a namespaced field selector\n const fieldNamespaceIdSelector = (fieldName) => `#fields-` + Craft.namespaceId(fieldName, this.options.id);\n\n // Display the image preview on init\n const damAssetPreview = fieldNamespaceIdSelector('damAssetPreview');\n displayImagePreview();\n\n /**\n * Displays the image preview for the chosen Canto asset(s)\n */\n function displayImagePreview() {\n const damAssetPreviewWrapper = fieldNamespaceIdSelector('damAssetPreviewWrapper');\n $(damAssetPreviewWrapper).remove();\n if ($(damAssetPreview).attr(\"data-thumbnailurl\") == null ||\n $(damAssetPreview).attr(\"data-thumbnailurl\") == \"none\") {\n $(damAssetPreview).hide();\n } else {\n const url = $(damAssetPreview).attr(\"data-thumbnailurl\");\n const albumName = $(damAssetPreview).attr(\"data-albumName\");\n let name = $(damAssetPreview).attr(\"data-thumbnailName\");\n const assetCount = $(damAssetPreview).attr(\"data-assetCount\");\n const className = assetCount == 1 ? \"\" : \"canto-asset-preview-stack\";\n name = assetCount == 1 ? name : `${assetCount} images`;\n if (albumName.length) {\n name += ' / ' + albumName;\n }\n $(fieldNamespaceIdSelector('chooseAsset')).html(\"Choose a Different DAM Asset\");\n $(damAssetPreview).prepend(`\n
\n\n${name}
\n
\n`);\n }\n }\n\n function getTokenByVerifycode(verifyCode) {\n $.ajax({\n type: \"POST\",\n url: \"https://oauth.canto.com/oauth/api/oauth2/universal2/token\",\n dataType: \"json\",\n data: {\n \"app_id\": appId,\n \"grant_type\": \"authorization_code\",\n \"redirect_uri\": \"http://localhost:8080\",\n \"code\": verifyCode,\n \"code_verifier\": \"1649285048042\"\n },\n success: function (data) {\n tokenInfo = data;\n getTenant(tokenInfo);\n\n },\n error: function () {\n alert(\"Get token errorz\");\n }\n });\n }\n\n // Handle adding or changing an asset\n $(fieldNamespaceIdSelector('chooseAsset')).click((e) => {\n $modal.show();\n let fieldId = e.target.dataset.field;\n let elementId = e.target.dataset.element;\n let type = e.target.dataset.type;\n let accessToken = e.target.dataset.access;\n loadIframeContent(fieldId, elementId, type, accessToken, this.options.bodyClass);\n });\n\n // Handle clicks to remove the asset\n $(fieldNamespaceIdSelector('removeDamAsset')).click((e) => {\n // Hide the preview, and change the button name\n $(fieldNamespaceIdSelector('chooseAsset')).html(\"Add a DAM Asset\");\n $(damAssetPreview).hide();\n $(fieldNamespaceIdSelector('cantoId')).val(null);\n $(fieldNamespaceIdSelector('cantoAlbumId')).val(null);\n $(fieldNamespaceIdSelector('cantoAssetData')).val([]);\n $(fieldNamespaceIdSelector('cantoAlbumData')).val([]);\n });\n\n // Beginning of Canto's Universal Connector code:\n window.addEventListener(\"message\", (event) => {\n const data = event.data;\n // Onlu listen in if we are the target for this fieldId\n if ($(cantoUCFrame).attr(\"data-field\") != this.options.fieldId) {\n return;\n }\n if (data && data.type == \"getTokenInfo\") {\n var receiver = document.getElementById(cantoUCFrame.slice(1)).contentWindow;\n tokenInfo.formatDistrict = formatDistrict;\n receiver.postMessage(tokenInfo, '*');\n } else if (data && data.type == \"cantoLogout\") {\n tokenInfo = {};\n $(\".canto-uc-iframe-close-btn\").trigger(\"click\");\n\n } else if (data && data.type == \"cantoInsertImage\") {\n $(\".canto-uc-iframe-close-btn\").trigger(\"click\");\n callback(currentCantoTagID, data.assetList);\n\n } else if (data && data.type == \"closeModal\") {\n let cantoAsset = data.cantoAssetData[0];\n const assetCount = data.cantoAssetData.length;\n $(damAssetPreview).attr(\"data-assetCount\", assetCount);\n $(damAssetPreview).attr(\"data-thumbnailUrl\", cantoAsset.url.directUrlOriginal);\n $(damAssetPreview).attr(\"data-thumbnailName\", cantoAsset.displayName);\n $(damAssetPreview).attr(\"data-albumName\", data.cantoAlbumData.name);\n displayImagePreview();\n // Save the cantoId & cantoAssetData into the hidden field data\n $(fieldNamespaceIdSelector('cantoId')).val(data.cantoId);\n $(fieldNamespaceIdSelector('cantoAlbumId')).val(data.cantoAlbumId);\n $(fieldNamespaceIdSelector('cantoAssetData')).val(JSON.stringify(data.cantoAssetData));\n $(fieldNamespaceIdSelector('cantoAlbumData')).val(JSON.stringify(data.cantoAlbumData));\n $(damAssetPreview).show();\n $modal.hide();\n\n } else if (data) {\n let verifyCode = data;\n getTokenByVerifycode(verifyCode);\n\n }\n\n });\n });\n }\n\n };\n\n // A really lightweight plugin wrapper around the constructor,\n // preventing against multiple instantiations\n $.fn[pluginName] = function (options) {\n return this.each(function () {\n if (!$.data(this, \"plugin_\" + pluginName)) {\n $.data(this, \"plugin_\" + pluginName,\n new Plugin(this, options));\n }\n });\n };\n\n function settings(options) {\n env = options.env;\n formatDistrict = options.extensions;\n }\n\n // The modal for the Canto picker\n const cantoUCFrame = '#cantoDamAssetsUCFrame';\n let modalMarkup = $(`\n
\n
\n
\n

Canto Assets

\n
\n \n
Uploading Image...
\n
\n
\n `);\n let $modal = new Garnish.Modal(modalMarkup, {'autoShow': false});\n\n /*--------------------------load iframe content---------------------------------------*/\n function loadIframeContent(fieldId, elementId, type, accessToken, bodyClass) {\n// let timeStamp = new Date().getTime();\n let tokenInfo = {accessToken: accessToken};\n let cantoLoginPage = \"https://oauth.canto.com/oauth/api/oauth2/universal2/authorize?response_type=code&app_id=\" + \"52ff8ed9d6874d48a3bef9621bc1af26\" + \"&redirect_uri=http://localhost:8080&state=abcd\" + \"&code_challenge=\" + \"1649285048042\" + \"&code_challenge_method=plain\";\n\n var cantoContentPage = \"/admin/_canto-dam-assets/canto-embed.twig\";\n if (tokenInfo.accessToken) {\n $(cantoUCFrame).attr(\"data-element\", elementId);\n $(cantoUCFrame).attr(\"data-field\", fieldId);\n $(cantoUCFrame).attr(\"data-type\", type);\n $(cantoUCFrame).attr(\"data-access\", tokenInfo.accessToken);\n $(cantoUCFrame).attr(\"src\", cantoContentPage);\n } else {\n $(cantoUCFrame).attr(\"data-element\", elementId);\n $(cantoUCFrame).attr(\"data-field\", fieldId);\n $(cantoUCFrame).attr(\"data-type\", type);\n $(cantoUCFrame).attr(\"src\", cantoLoginPage);\n }\n $(cantoUCFrame).on(\"load\", function () {\n $(cantoUCFrame).contents().find(\"body\").addClass(bodyClass);\n });\n }\n\n function getTenant(tokenInfo) {\n $.ajax({\n type: \"GET\",\n url: \"https://oauth.\" + env + \":443/oauth/api/oauth2/tenant/\" + tokenInfo.refreshToken,\n success: function (data) {\n tokenInfo.tenant = data;\n $(cantoUCFrame).attr(\"src\", \"/admin/_canto-dam-assets/canto-embed.twig\");\n },\n error: function () {\n alert(\"Get tenant error\");\n }\n });\n }\n\n})(jQuery, window, document);\n\n// Accept HMR as per: https://vitejs.dev/guide/api-hmr.html\nif (import.meta.hot) {\n import.meta.hot.accept(() => {\n console.log(\"HMR\")\n });\n}\n"],"names":["$","tokenInfo","env","appId","currentCantoTagID","formatDistrict","pluginName","defaults","Plugin","element","options","settings","fieldNamespaceIdSelector","fieldName","damAssetPreview","displayImagePreview","damAssetPreviewWrapper","url","albumName","name","assetCount","className","getTokenByVerifycode","verifyCode","data","getTenant","e","$modal","fieldId","elementId","type","accessToken","loadIframeContent","event","cantoUCFrame","receiver","cantoAsset","modalMarkup","bodyClass","cantoLoginPage","cantoContentPage"],"mappings":"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"} \ No newline at end of file diff --git a/src/web/assets/dist/assets/canto-field-50aeaf64.js.map.gz b/src/web/assets/dist/assets/canto-field-50aeaf64.js.map.gz new file mode 100644 index 0000000000000000000000000000000000000000..c2ea6a827210e3e45c2852b1c306bf2bc2cfdc80 GIT binary patch literal 4554 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 literal 0 HcmV?d00001 diff --git a/src/web/assets/dist/assets/canto-field-5ec7fbc3.js.gz b/src/web/assets/dist/assets/canto-field-5ec7fbc3.js.gz deleted file mode 100644 index 8ce0c23eb5fc935b91d04318babbc0f5bc3bfa6a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1839 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 KQw(taIRF4aOWX+n diff --git a/src/web/assets/dist/assets/icomoon-9dcb22af.svg b/src/web/assets/dist/assets/icomoon-bc1681f9.svg similarity index 100% rename from src/web/assets/dist/assets/icomoon-9dcb22af.svg rename to src/web/assets/dist/assets/icomoon-bc1681f9.svg diff --git a/src/web/assets/dist/assets/icomoon_flight_01-d817416c.svg b/src/web/assets/dist/assets/icomoon_flight_01-ebe3313e.svg similarity index 100% rename from src/web/assets/dist/assets/icomoon_flight_01-d817416c.svg rename to src/web/assets/dist/assets/icomoon_flight_01-ebe3313e.svg diff --git a/src/web/assets/dist/manifest.json b/src/web/assets/dist/manifest.json index 38a05af..e10d795 100644 --- a/src/web/assets/dist/manifest.json +++ b/src/web/assets/dist/manifest.json @@ -4,7 +4,7 @@ "src": "src/fonts/icomoon.eot" }, "src/fonts/icomoon.svg": { - "file": "assets/icomoon-9dcb22af.svg", + "file": "assets/icomoon-bc1681f9.svg", "src": "src/fonts/icomoon.svg" }, "src/fonts/icomoon.ttf": { @@ -20,7 +20,7 @@ "src": "src/fonts/icomoon_flight_01.eot" }, "src/fonts/icomoon_flight_01.svg": { - "file": "assets/icomoon_flight_01-d817416c.svg", + "file": "assets/icomoon_flight_01-ebe3313e.svg", "src": "src/fonts/icomoon_flight_01.svg" }, "src/fonts/icomoon_flight_01.ttf": { @@ -32,7 +32,7 @@ "src": "src/fonts/icomoon_flight_01.woff" }, "src/js/app.css": { - "file": "assets/app-9ed12e88.css", + "file": "assets/app-7c0be19c.css", "src": "src/js/app.css" }, "src/js/app.ts": { @@ -40,16 +40,16 @@ "assets/icomoon_flight_01-1a8cae7d.eot", "assets/icomoon_flight_01-52dbb8ac.ttf", "assets/icomoon_flight_01-5ef695f8.woff", - "assets/icomoon_flight_01-d817416c.svg", + "assets/icomoon_flight_01-ebe3313e.svg", "assets/icomoon-59ef1723.eot", "assets/icomoon-e9b5396f.ttf", "assets/icomoon-96885745.woff", - "assets/icomoon-9dcb22af.svg" + "assets/icomoon-bc1681f9.svg" ], "css": [ - "assets/app-9ed12e88.css" + "assets/app-7c0be19c.css" ], - "file": "assets/app-e12d88c5.js", + "file": "assets/app-fe94df30.js", "isEntry": true, "src": "src/js/app.ts" }, @@ -59,7 +59,7 @@ "src": "src/js/canto-embed.js" }, "src/js/canto-field.js": { - "file": "assets/canto-field-5ec7fbc3.js", + "file": "assets/canto-field-50aeaf64.js", "isEntry": true, "src": "src/js/canto-field.js" } diff --git a/src/web/assets/dist/manifest.json.gz b/src/web/assets/dist/manifest.json.gz index 30bddac74e3ed91e232b57692f08187677e34920..6ea09b72bf167f8fff18a0cd0df63754176b5318 100644 GIT binary patch literal 386 zcmV-|0e$`-iwFP!000021D%x3Zo)7Sgzr3s#hE}t$d7yPQ&bgloLw3eVuamR72@6N zI2DADkWG)4$NP;uqdm_Uo9mNYp{k5t6;d6Ps+OS4{DqzErMLEeA`TcN z>(Gf8jnq!6mHh*)95@=FOxx>2FRUwj8|)(@QlGx9`Gy*d5lgx#;Y|?c;5=g zfjmyrDA`1fdW`5q!^ka`#qPsw{eTkYP3;9Dl>(BS5^D!Sazlu^)Yk6nL9Z+r02@%X_5c6? literal 386 zcmV-|0e$`-iwFP!000021D%v#Z^9rH#ozrD#AmAmrG>rkQ!I<2{Bbo}jIb?>@w<=G zMQd&Ct&fDm{he@5?rDP1)E(u**wVX2A?@DUa;~kPzM@mO4A-XE>2R6~=k!&RP_7Nm z$TEs&wKPnsl-&b^WLz`Iwyl0LkgdjCuzE0AS9-o&W#< diff --git a/src/web/assets/dist/stats.html b/src/web/assets/dist/stats.html index 5fc807b..6462891 100644 --- a/src/web/assets/dist/stats.html +++ b/src/web/assets/dist/stats.html @@ -4818,7 +4818,7 @@