@templmf/temp-solf-lmf 0.0.142 → 0.0.144
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/f2e-spec-main.zip +0 -0
- package/package.json +1 -1
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/AUTHORS +18 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/COPYING +674 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/cs/messages.json +1252 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/en/messages.json +1339 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/fa/messages.json +1219 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/ru/messages.json +1276 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/zh/messages.json +1279 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/zh_CN/messages.json +1279 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/zh_TW/messages.json +1267 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_metadata/computed_hashes.json +1 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_metadata/verified_contents.json +1 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/css/options.css +531 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/css/popup.css +197 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/draw_omega.js +22 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-128.png +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-128.svg +1 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-48.png +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-64.png +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-action-16.png +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-action-19.png +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-action-24.png +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-action-32.png +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-action.svg +1 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/indexedDB.js +67 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/background.js +611 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/background_preload.js +92 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/log_error.js +17 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega.js +2190 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_debug.js +90 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_decoration.js +175 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_pac.min.js +19199 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_target.min.js +11491 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_target_chromium_extension.min.js +5742 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_target_popup.js +93 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_target_web.js +295 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_webext_proxy_script.min.js +19310 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/options.js +73 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/options_guide.js +67 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/popup.js +541 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/switch_profile_guide.js +104 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/FileSaver/FileSaver.min.js +2 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular/angular.min.js +352 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-animate/angular-animate.min.js +59 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-bootstrap/ui-bootstrap-tpls.min.js +10 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-i18n/angular-locale_en-us.js +143 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-i18n/angular-locale_zh-cn.js +125 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-i18n/angular-locale_zh-hk.js +125 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-i18n/angular-locale_zh-tw.js +125 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-ladda/angular-ladda.min.js +2 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-loader/angular-loader.min.js +10 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-sanitize/angular-sanitize.min.js +18 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-spectrum-colorpicker/angular-spectrum-colorpicker.min.js +2 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-ui-router/angular-ui-router.min.js +8 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-ui-sortable/sortable.min.js +8 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-ui-utils/validate.min.js +7 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/blob/Blob.js +684 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/css/bootstrap.min.css +6 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/fonts/glyphicons-halflings-regular.eot +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/fonts/glyphicons-halflings-regular.svg +288 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/fonts/glyphicons-halflings-regular.woff +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/fonts/glyphicons-halflings-regular.woff2 +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/js/dropdown.js +165 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/jquery/jquery.min.js +2 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/jqueryui-touch-punch/jquery.ui.touch-punch.min.js +11 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/jsondiffpatch/jsondiffpatch.min.js +37 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/ladda/ladda-themeless.min.css +7 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/ladda/ladda.min.js +8 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/ngprogress/ngProgress.min.js +8 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/script.js/script.min.js +6 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/shepherd.js/shepherd-theme-arrows.css +210 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/shepherd.js/shepherd.min.js +2 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/spectrum/spectrum.css +507 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/spectrum/spectrum.js +2341 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/spin.js/spin.js +337 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/tether/tether.js +1443 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/base.css +437 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/default-auto.css +38 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/default-dark.css +18 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/default-light.css +18 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-3024.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-apathy.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-apprentice.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-cave-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-cave.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-dune-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-dune.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-estuary-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-estuary.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-forest-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-forest.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-heath-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-heath.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-lakeside-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-lakeside.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-plateau-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-plateau.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-savanna-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-savanna.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-seaside-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-seaside.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-sulphurpool-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-sulphurpool.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atlas.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-bespin.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-brewer.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-bright.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-brush-trees-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-brush-trees.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-chalk.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-china-danqing-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-china-danqing-light.css +18 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-china-red-screen.css +23 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-china-traditional-light.css +19 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-china-traditional-night.css +19 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-circus.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-classic-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-classic-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-colors.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-cupcake.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-cupertino.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-da-one-black.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-da-one-gray.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-da-one-ocean.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-da-one-paper.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-da-one-white.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-darcula.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-darkmoss.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-darktooth.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-decaf.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-default-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-default-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-eighties.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-embers.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-equilibrium-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-equilibrium-gray-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-equilibrium-gray-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-equilibrium-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-espresso.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-eva-dim.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-eva.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-flat.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-framer.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gigavolt.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-github.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-google-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-google-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-grayscale-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-grayscale-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-green-screen.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-dark-hard.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-dark-medium.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-dark-pale.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-dark-soft.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-light-hard.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-light-medium.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-light-soft.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-hardcore.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-harmonic16-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-harmonic16-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-helios.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-hopscotch.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-horizon-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-horizon-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-humanoid-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-humanoid-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-icy-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-ir-black.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-isotope.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-kimber.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-macintosh.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-marrakesh.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-materia.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-material-darker.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-material-lighter.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-material-palenight.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-material-vivid.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-material.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-mexico-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-mocha.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-monokai.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-nebula.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-nord.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-nova.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-ocean.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-oceanicnext.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-one-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-onedark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-outrun-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-paraiso.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-pasque.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-phd.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-pinky.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-pop.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-porple.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-primer-dark-colorblind.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-primer-dark-dimmed.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-primer-dark-high-contrast.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-primer-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-primer-light-colorblind.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-primer-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-qualia.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-railscasts.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-rose-pine-dawn.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-rose-pine-moon.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-rose-pine.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-sagelight.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-sakura.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-sandcastle.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-shapeshifter.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-silk-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-silk-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-snazzy.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-solar-flare-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-solar-flare.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-solarized-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-solarized-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-spacemacs.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-summercamp.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-summerfruit-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-summerfruit-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-synth-midnight-terminal-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-synth-midnight-terminal-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-tender.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-tomorrow-night-blue.css +19 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-tomorrow-night-bright.css +19 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-tomorrow-night-eighties.css +19 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-tomorrow-night.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-tomorrow.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-twilight.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-unikitty-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-unikitty-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-vulcan.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-10-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-10.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-95-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-95.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-high-contrast-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-high-contrast.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-nt-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-nt.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-woodland.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-xcode-dusk.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-zenburn.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/themes.json +3617 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/variable.css +33 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/bower.json +14 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/compare-versions/compare-versions.js +219 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/csso/csso.js +23 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBCursor.js +471 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBCursorWithValue.js +11 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBDatabase.js +155 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBFactory.js +256 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBIndex.js +183 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBKeyRange.js +71 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBObjectStore.js +375 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBOpenDBRequest.js +9 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBRequest.js +33 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBTransaction.js +213 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBVersionChangeEvent.js +12 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/fakeIndexedDB.js +3 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/index.js +14 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/Database.js +32 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/FakeDOMStringList.js +72 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/FakeEvent.js +38 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/FakeEventTarget.js +104 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/Index.js +157 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/KeyGenerator.js +22 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/ObjectStore.js +172 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/RecordStore.js +133 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/binarySearch.js +74 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/canInjectKey.js +23 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/cmp.js +77 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/enforceRange.js +13 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/errors.js +62 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/extractKey.js +39 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/scheduling.js +29 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/types.js +1 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/validateKeyPath.js +46 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/valueToKey.js +55 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/valueToKeyRange.js +19 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/filesize/filesize.esm.js +228 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/idb-keyval/idb-keyval.js +274 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/iframeResizer/iframeResizer.contentWindow.min.js +1305 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/iframeResizer/iframeResizer.min.js +1466 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/jquery-ui/jquery-ui-1.10.4.custom.min.js +6 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/jszip/jszip.min.js +13 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/moment/moment-with-locales.js +18476 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/tabulator/tabulator.css +1368 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/tabulator/tabulator_esm.js +29258 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/toastify/toastify-es.js +467 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/toastify/toastify.css +94 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/localstorage-polyfill.js +67 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/log.js +119 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/manifest.json +47 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/options.html +50 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/about.html +39 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/apply_options_confirm.html +13 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/builtin.html +16 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/cannot_delete_profile.html +17 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/delete_attached.html +14 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/delete_profile.html +13 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/fixed_auth_edit.html +29 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/general.html +36 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/input_group_clear.html +5 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/io.html +115 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/new_profile.html +54 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/omega_profile_select.html +9 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/options_welcome.html +15 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile.html +17 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile_fixed.html +55 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile_pac.html +68 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile_rule_list.html +34 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile_switch.html +185 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile_unsupported.html +3 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile_virtual.html +19 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/rename_profile.html +24 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/replace_profile.html +15 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/reset_options_confirm.html +12 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/rule_remove_confirm.html +14 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/rule_reset_confirm.html +13 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/theme.html +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/ui.html +72 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/css/dialog.css +119 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/css/index.css +225 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/grant_permissions.html +51 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/img/AllowedIncognitoAccess.png +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/index.html +58 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/grant_permissions.js +32 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/i18n.js +10 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/index.js +56 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/keyboard.js +134 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/keyboard_help.js +32 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/loader.js +51 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/profiles.js +294 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/proxy_not_controllable.js +43 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/style.js +15 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/css/base.css +33 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/css/index.css +145 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/index.html +21 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/js/index.js +588 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/js/loader.js +24 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/js/tab.js +154 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/js/url.js +334 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/js/utils.js +88 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/proxy_not_controllable.html +23 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/temp_rules/css/base.css +34 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/temp_rules/css/index.css +15 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/temp_rules/index.html +21 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/temp_rules/js/index.js +168 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/temp_rules/js/loader.js +27 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup-iframe.html +22 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup-iframe.js +14 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup.html +137 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/x-background.js +65 -0
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
|
|
2
|
+
<div class="page-header">
|
|
3
|
+
<div class="profile-actions">
|
|
4
|
+
<button ng-show="exportRuleList" ng-click="exportRuleList(profile.name)" title="{{'options_profileExportRuleListHelp' | tr}}" ng-class="exportRuleListOptions.warning ? 'btn-warning' : 'btn-default'" class="btn"><span class="glyphicon glyphicon-list"></span> {{'options_profileExportRuleList' | tr}}
|
|
5
|
+
</button>
|
|
6
|
+
<button ng-show="scriptable" ng-click="exportScript($event, profile.name)" title="{{'options_exportPacFileHelp' | tr}}" class="btn btn-default"><span class="glyphicon glyphicon-download"></span> {{'options_profileExportPac' | tr}}
|
|
7
|
+
</button>
|
|
8
|
+
<button ng-click="renameProfile(profile.name)" class="btn btn-default"><span class="glyphicon glyphicon-edit"></span> {{'options_renameProfile' | tr}}
|
|
9
|
+
</button>
|
|
10
|
+
<button ng-click="deleteProfile(profile.name)" class="btn btn-danger"><span class="glyphicon glyphicon-trash"></span> {{'options_deleteProfile' | tr}}
|
|
11
|
+
</button>
|
|
12
|
+
</div><span class="profile-color-editor">
|
|
13
|
+
<div ng-if="profile.profileType == "VirtualProfile"" ng-style="{'background-color': getProfileColor()}" class="profile-color-editor-fake"></div>
|
|
14
|
+
<x-spectrum-colorpicker ng-model="profile.color" options="spectrumOptions" ng-if="profile.profileType != "VirtualProfile""></x-spectrum-colorpicker></span>
|
|
15
|
+
<h2 class="profile-name">{{'options_profileTabPrefix' | tr}}{{profile.name}}</h2>
|
|
16
|
+
</div>
|
|
17
|
+
<div ng-include="profileTemplate"></div>
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
|
|
2
|
+
<div ng-controller="FixedProfileCtrl">
|
|
3
|
+
<section class="settings-group settings-group-fixed-servers">
|
|
4
|
+
<h3>{{'options_group_proxyServers' | tr}}</h3>
|
|
5
|
+
<div class="table-responsive">
|
|
6
|
+
<table class="fixed-servers table table-bordered table-striped width-limit-lg">
|
|
7
|
+
<thead>
|
|
8
|
+
<tr>
|
|
9
|
+
<th>{{'options_proxy_scheme' | tr}}</th>
|
|
10
|
+
<th>{{'options_proxy_protocol' | tr}}</th>
|
|
11
|
+
<th>{{'options_proxy_server' | tr}}</th>
|
|
12
|
+
<th>{{'options_proxy_port' | tr}}</th>
|
|
13
|
+
<th></th>
|
|
14
|
+
</tr>
|
|
15
|
+
</thead>
|
|
16
|
+
<tbody>
|
|
17
|
+
<tr ng-repeat="scheme in urlSchemes" ng-show="scheme == "" || showAdvanced">
|
|
18
|
+
<td>{{schemeDisp[scheme] || ('options_scheme_default' | tr)}}</td>
|
|
19
|
+
<td>
|
|
20
|
+
<select ng-model="proxyEditors[scheme].scheme" ng-options="opt.value as opt.label for opt in optionsForScheme[scheme]" class="form-control"></select>
|
|
21
|
+
</td>
|
|
22
|
+
<td ng-if="proxyEditors[scheme].scheme">
|
|
23
|
+
<input type="text" ng-model="proxyEditors[scheme].host" required="required" class="form-control"/>
|
|
24
|
+
</td>
|
|
25
|
+
<td ng-if="!proxyEditors[scheme].scheme">
|
|
26
|
+
<input type="text" value="" placeholder="{{proxyEditors[""].host}}" disabled="disabled" class="form-control"/>
|
|
27
|
+
</td>
|
|
28
|
+
<td ng-if="proxyEditors[scheme].scheme">
|
|
29
|
+
<input type="number" min="1" ng-model="proxyEditors[scheme].port" required="required" class="form-control"/>
|
|
30
|
+
</td>
|
|
31
|
+
<td ng-if="!proxyEditors[scheme].scheme">
|
|
32
|
+
<input type="number" value="" placeholder="{{proxyEditors[""].port}}" disabled="disabled" class="form-control"/>
|
|
33
|
+
</td>
|
|
34
|
+
<td class="proxy-actions">
|
|
35
|
+
<button ng-class="isProxyAuthActive(scheme) ? "btn-success" : "btn-default"" type="button" role="button" ng-click="editProxyAuth(scheme)" title="{{"options_proxy_auth" | tr}}" class="btn btn-xs proxy-auth-toggle"><span class="glyphicon glyphicon-lock"></span></button>
|
|
36
|
+
</td>
|
|
37
|
+
</tr>
|
|
38
|
+
</tbody>
|
|
39
|
+
<tbody ng-show="!showAdvanced">
|
|
40
|
+
<tr class="fixed-show-advanced">
|
|
41
|
+
<td colspan="7">
|
|
42
|
+
<button ng-click="showAdvanced = true" class="btn btn-link"><span class="glyphicon glyphicon-chevron-down"></span> {{'options_proxy_expand' | tr}}</button>
|
|
43
|
+
</td>
|
|
44
|
+
</tr>
|
|
45
|
+
</tbody>
|
|
46
|
+
</table>
|
|
47
|
+
</div>
|
|
48
|
+
</section>
|
|
49
|
+
<section class="settings-group">
|
|
50
|
+
<h3>{{'options_group_bypassList' | tr}}</h3>
|
|
51
|
+
<p class="help-block">{{'options_bypassListHelp' | tr}}</p>
|
|
52
|
+
<p class="help-block"><a href="https://developer.chrome.com/extensions/proxy#bypass_list" target="_blank">{{'options_bypassListHelpLinkText' | tr}}</a></p>
|
|
53
|
+
<textarea rows="10" ng-model="bypassList" ng-model-options="{updateOn:'blur'}" class="monospace form-control width-limit"></textarea>
|
|
54
|
+
</section>
|
|
55
|
+
</div>
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
|
|
2
|
+
<div ng-controller="PacProfileCtrl">
|
|
3
|
+
<p ng-show="pacProfilesUnsupported" class="alert alert-danger width-limit"><span class="glyphicon glyphicon-remove"></span> {{'options_pac_profile_unsupported_moz' | tr}}
|
|
4
|
+
</p>
|
|
5
|
+
<section class="settings-group">
|
|
6
|
+
<h3>{{'options_group_pacUrl' | tr}}</h3>
|
|
7
|
+
<div input-group-clear="input-group-clear" type="text" model="profile.pacUrl" ng-pattern="referenced ? urlRegex : urlWithFile" controller="pacUrlCtrl.ctrl" class="width-limit"></div>
|
|
8
|
+
<p class="help-block">{{'options_pacUrlHelp' | tr}}</p>
|
|
9
|
+
<div ng-show="pacUrlIsFile && !referenced" class="has-warning">
|
|
10
|
+
<p class="help-block"><span class="glyphicon glyphicon-warning-sign"></span> {{'options_pacUrlFile' | tr}}</p>
|
|
11
|
+
</div>
|
|
12
|
+
<div ng-show="isFileUrl(pacUrlCtrl.ctrl.$viewValue) && referenced" class="has-error">
|
|
13
|
+
<p class="help-block"><span class="glyphicon glyphicon-remove-sign"></span> {{'options_pacUrlFile' | tr}}</p>
|
|
14
|
+
<p class="help-block">{{'options_pacUrlFileDisabled' | tr}}</p>
|
|
15
|
+
</div>
|
|
16
|
+
<details ng-show="profile.pacUrl && !pacUrlIsFile" ng-open="::profile.headers && profile.headers.length > 0" class="form-group">
|
|
17
|
+
<summary style="display: list-item">{{'options_group_ruleListHeaders' | tr}}</summary>
|
|
18
|
+
<div class="width-limit">
|
|
19
|
+
<div ng-if="profile.headers && profile.headers.length > 0" class="table-responsive">
|
|
20
|
+
<table class="table table-bordered table-condensed">
|
|
21
|
+
<thead>
|
|
22
|
+
<tr>
|
|
23
|
+
<th>{{'options_ruleListHeaderName' | tr}}</th>
|
|
24
|
+
<th>{{'options_ruleListHeaderValue' | tr}}</th>
|
|
25
|
+
<th>{{'options_conditionActions' | tr}}</th>
|
|
26
|
+
</tr>
|
|
27
|
+
</thead>
|
|
28
|
+
<tbody>
|
|
29
|
+
<tr ng-repeat="header in profile.headers track by $index">
|
|
30
|
+
<td>
|
|
31
|
+
<input type="text" ng-model="header.name" placeholder="{{'options_ruleListHeaderNamePlaceholder' | tr}}" required="required" class="form-control"/>
|
|
32
|
+
</td>
|
|
33
|
+
<td>
|
|
34
|
+
<input type="text" ng-model="header.value" placeholder="{{'options_ruleListHeaderValuePlaceholder' | tr}}" class="form-control"/>
|
|
35
|
+
</td>
|
|
36
|
+
<td>
|
|
37
|
+
<button type="button" title="{{'options_deleteHeader' | tr}}" ng-click="removeHeader($index)" class="btn btn-danger btn-sm"><span class="glyphicon glyphicon-trash"></span></button>
|
|
38
|
+
</td>
|
|
39
|
+
</tr>
|
|
40
|
+
</tbody>
|
|
41
|
+
</table>
|
|
42
|
+
</div>
|
|
43
|
+
<button type="button" ng-click="addHeader()" class="btn btn-default btn-sm"><span class="glyphicon glyphicon-plus"></span> {{'options_addHeader' | tr}}
|
|
44
|
+
</button>
|
|
45
|
+
</div>
|
|
46
|
+
<p class="help-block">{{'options_ruleListHeadersHelp' | tr}}</p>
|
|
47
|
+
</details>
|
|
48
|
+
<p ng-show="profile.pacUrl && !pacUrlIsFile">
|
|
49
|
+
<button ng-click="updateProfile(profile.name)" ladda="updatingProfile[profile.name]" data-spinner-color="#000000" ng-class="profile.pacUrl && !profile.lastUpdate ? "btn-primary" : "btn-default"" class="btn"><span class="glyphicon glyphicon-download-alt"></span> {{'options_downloadProfileNow' | tr}}</button>
|
|
50
|
+
</p>
|
|
51
|
+
</section>
|
|
52
|
+
<section class="settings-group">
|
|
53
|
+
<h3>{{'options_group_pacScript' | tr}}
|
|
54
|
+
<button ng-class="profile.auth["all"] ? "btn-success" : "btn-default"" type="button" role="button" ng-click="editProxyAuth()" title="{{"options_proxy_auth" | tr}}" class="btn btn-xs proxy-auth-toggle"><span class="glyphicon glyphicon-lock"></span></button>
|
|
55
|
+
</h3>
|
|
56
|
+
<div ng-show="profile.auth["all"]" class="alert alert-warning width-limit">
|
|
57
|
+
<p>{{'options_proxy_authAllWarningPac' | tr}}</p>
|
|
58
|
+
<p ng-show="!!profile.pacUrl">{{'options_proxy_authAllWarningPacUrl' | tr}}</p>
|
|
59
|
+
<p ng-show="!profile.pacUrl">{{'options_proxy_authAllWarningPacScript' | tr}}</p>
|
|
60
|
+
<p ng-show="!!referenced"><span class="glyphicon glyphicon-warning-sign"></span> {{'options_proxy_authReferencedWarning' | tr}}</p>
|
|
61
|
+
</div>
|
|
62
|
+
<div ng-hide="pacUrlIsFile">
|
|
63
|
+
<p ng-show="profile.pacUrl && profile.lastUpdate" class="alert alert-success width-limit">{{'options_pacScriptLastUpdate' | tr:[(profile.lastUpdate | date:'medium')]}}</p>
|
|
64
|
+
<p ng-show="profile.pacUrl && !profile.lastUpdate" class="alert alert-danger width-limit">{{'options_pacScriptObsolete' | tr}}</p>
|
|
65
|
+
<textarea ng-model="profile.pacScript" rows="20" ng-readonly="pacUrlCtrl.ctrl.$invalid || !!profile.pacUrl" class="monospace form-control width-limit"></textarea>
|
|
66
|
+
</div>
|
|
67
|
+
</section>
|
|
68
|
+
</div>
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
|
|
2
|
+
<div ng-controller="RuleListProfileCtrl">
|
|
3
|
+
<section class="settings-group">
|
|
4
|
+
<h3>{{'options_group_ruleListConfig' | tr}}</h3>
|
|
5
|
+
<div class="form-group">
|
|
6
|
+
<label>{{'options_ruleListMatchProfile' | tr}}</label>
|
|
7
|
+
<div omega-profile-select="options | profiles:profile" ng-model="profile.matchProfileName" disp-name="dispNameFilter" options="options" style="display: inline-block;"></div>
|
|
8
|
+
</div>
|
|
9
|
+
<div class="form-group">
|
|
10
|
+
<label>{{'options_ruleListDefaultProfile' | tr}}</label>
|
|
11
|
+
<div omega-profile-select="options | profiles:profile" ng-model="profile.defaultProfileName" disp-name="dispNameFilter" options="options" style="display: inline-block;"></div>
|
|
12
|
+
</div>
|
|
13
|
+
<form class="form-group">
|
|
14
|
+
<label>{{'options_ruleListFormat' | tr}}</label>
|
|
15
|
+
<div ng-repeat="format in ruleListFormats" class="radio inline-form-control no-min-width">
|
|
16
|
+
<label>
|
|
17
|
+
<input type="radio" name="formatInput" value="{{format}}" ng-model="profile.format"/>{{'ruleListFormat_' + format | tr}}
|
|
18
|
+
</label>
|
|
19
|
+
</div>
|
|
20
|
+
</form>
|
|
21
|
+
</section>
|
|
22
|
+
<section class="settings-group">
|
|
23
|
+
<h3>{{'options_group_ruleListUrl' | tr}}</h3>
|
|
24
|
+
<div input-group-clear="input-group-clear" type="url" model="profile.sourceUrl" ng-if="profile" class="width-limit"></div>
|
|
25
|
+
<p class="help-block">{{'options_ruleListUrlHelp' | tr}}</p>
|
|
26
|
+
</section>
|
|
27
|
+
<section class="settings-group">
|
|
28
|
+
<h3>{{'options_group_ruleListText' | tr}}</h3>
|
|
29
|
+
<p>
|
|
30
|
+
<button ng-disabled="!profile.sourceUrl" ng-click="updateProfile(profile.name)" ladda="updatingProfile[profile.name]" data-spinner-color="#000000" class="btn btn-default"><span class="glyphicon glyphicon-download-alt"></span> {{'options_downloadProfileNow' | tr}}</button>
|
|
31
|
+
</p>
|
|
32
|
+
<textarea ng-model="profile.ruleList" rows="20" ng-readonly="!!profile.sourceUrl" class="monospace form-control width-limit"></textarea>
|
|
33
|
+
</section>
|
|
34
|
+
</div>
|
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
|
|
2
|
+
<div ng-controller="SwitchProfileCtrl">
|
|
3
|
+
<section ng-show="conditionHelp.show" ng-init="expandedSection = {id: 0}" class="condition-help-section settings-group">
|
|
4
|
+
<h3>{{'options_group_conditionHelp' | tr}}
|
|
5
|
+
<button type="button" ng-click="conditionHelp.show = false" class="close close-condition-help"><span aria-hidden="true">×</span><span class="sr-only">{{'dialog_close' | tr}}</span></button>
|
|
6
|
+
</h3>
|
|
7
|
+
<div ng-repeat="group in (showConditionTypes == 0 ? basicConditionTypes : advancedConditionTypes)" class="condition-help">
|
|
8
|
+
<h4 ng-show="!!('condition_group_' + group.group | tr)"><a ng-click="expandedSection.id = $index" role="button"><span ng-class="{'glyphicon-chevron-down': expandedSection.id == $index, 'glyphicon-chevron-right': expandedSection.id != $index}" class="glyphicon"></span> {{'condition_group_' + group.group | tr}}</a></h4>
|
|
9
|
+
<dl ng-show="expandedSection.id == $index">
|
|
10
|
+
<dt ng-repeat-start="type in group.types">{{'condition_' + type | tr}}</dt>
|
|
11
|
+
<dd ng-repeat-end="ng-repeat-end">
|
|
12
|
+
<div ng-bind-html=""condition_help_" + type | tr"></div>
|
|
13
|
+
<div ng-if="isUrlConditionType[type]" class="text-danger"><span class="glyphicon glyphicon-alert"></span> <span ng-bind-html=""condition_alert_fullUrlLimitation" | tr"></span>
|
|
14
|
+
</div>
|
|
15
|
+
</dd>
|
|
16
|
+
</dl>
|
|
17
|
+
</div>
|
|
18
|
+
</section>
|
|
19
|
+
<section class="settings-group">
|
|
20
|
+
<h3>{{'options_group_switchRules' | tr}}
|
|
21
|
+
<button ng-click="toggleSource()" ng-class="editSource ? "btn-primary active" : "btn-default"" class="btn"><span class="glyphicon glyphicon-edit"></span> {{'options_profileEditSource' | tr}}
|
|
22
|
+
</button> <a ng-show="editSource" target="_blank" title="{{"options_profileEditSourceHelp" | tr}}" href="{{"options_profileEditSourceHelpUrl" | tr}}" class="btn btn-link btn-sm clear-padding toggle-condition-help"><span class="glyphicon glyphicon-question-sign"></span></a>
|
|
23
|
+
</h3>
|
|
24
|
+
<div ng-show="source.error" class="alert alert-danger width-limit"><span class="glyphicon glyphicon-remove"></span> {{source.error.message}}
|
|
25
|
+
</div>
|
|
26
|
+
<div ng-show="!!hasUrlConditions" class="alert alert-danger"><span class="glyphicon glyphicon-alert"></span> <span ng-bind-html=""condition_alert_fullUrlLimitation" | tr"></span>
|
|
27
|
+
</div>
|
|
28
|
+
<div ng-show="editSource" class="rules-source">
|
|
29
|
+
<textarea ng-model="source.code" rows="20" ng-change="source.touched = true; $root.optionsDirty = true" class="monospace form-control width-limit"></textarea>
|
|
30
|
+
</div>
|
|
31
|
+
<div ng-if="loadRules" ng-show="!editSource" class="table-responsive switch-rules-wrapper">
|
|
32
|
+
<table class="switch-rules table table-bordered table-condensed width-limit-xl">
|
|
33
|
+
<thead>
|
|
34
|
+
<tr>
|
|
35
|
+
<th style="white-space: nowrap">{{'options_sort' | tr}}</th>
|
|
36
|
+
<th class="condition-type-th">{{'options_conditionType' | tr}}
|
|
37
|
+
<button title="{{"options_showConditionTypeHelp" | tr}}" ng-click="conditionHelp.show = !conditionHelp.show" class="btn btn-link btn-sm clear-padding toggle-condition-help"><span class="glyphicon glyphicon-question-sign"></span></button>
|
|
38
|
+
</th>
|
|
39
|
+
<th>{{'options_conditionDetails' | tr}}</th>
|
|
40
|
+
<th>{{'options_resultProfile' | tr}}</th>
|
|
41
|
+
<th>{{'options_conditionActions' | tr}}</th>
|
|
42
|
+
<th ng-if="showNotes">{{'options_ruleNote' | tr}}</th>
|
|
43
|
+
</tr>
|
|
44
|
+
</thead>
|
|
45
|
+
<tbody ui-sortable="sortableOptions" ng-model="profile.rules">
|
|
46
|
+
<tr ng-repeat="rule in profile.rules" class="switch-rule-row">
|
|
47
|
+
<td class="sort-bar"><span class="glyphicon glyphicon-sort"></span></td>
|
|
48
|
+
<td ng-class="{"has-icon": isUrlConditionType[rule.condition.conditionType]}">
|
|
49
|
+
<select ng-model="rule.condition.conditionType" ng-options="type.type as ("condition_" + type.type | tr) group by (type.group | tr) for type in conditionTypes" class="form-control"></select><a ng-href="{{"condition_alert_fullUrlLimitationLink" | tr}}" target="_blank" ng-if="isUrlConditionType[rule.condition.conditionType]" class="icon-wrapper"><span class="glyphicon glyphicon-alert text-danger"></span></a>
|
|
50
|
+
</td>
|
|
51
|
+
<td ng-switch="rule.condition.conditionType" ng-class="{"has-warning": conditionHasWarning(rule.condition)}"><span ng-switch-when="FalseCondition"><span ng-show="!!rule.condition.pattern">
|
|
52
|
+
<input ng-model="rule.condition.pattern" disabled="disabled" title="{{'condition_details_FalseCondition' | tr}}" class="form-control"/></span><span ng-show="!rule.condition.pattern">{{'condition_details_FalseCondition' | tr}}</span></span><span ng-switch-when="HostLevelsCondition" class="host-levels-details">
|
|
53
|
+
<input type="number" min="1" max="99" ng-model="rule.condition.minValue" required="required" class="form-control"/> <span>{{'options_hostLevelsBetween' | tr}}</span>
|
|
54
|
+
<input type="number" max="99" min="1" ng-model="rule.condition.maxValue" required="required" class="form-control"/></span><span ng-switch-when="IpCondition">
|
|
55
|
+
<input type="text" ng-model="rule.condition" required="required" omega-ip2str="omega-ip2str" placeholder="127.0.0.1/8" ui-validate="{pattern: "validateIpCondition(rule.condition, $value)"}" class="form-control"/></span><span ng-switch-when="TimeCondition" class="host-levels-details">
|
|
56
|
+
<input type="number" min="0" max="23" ng-model="rule.condition.startHour" required="required" class="form-control"/> <span>{{'options_hourBetween' | tr}}</span>
|
|
57
|
+
<input type="number" min="0" max="23" ng-model="rule.condition.endHour" required="required" class="form-control"/></span><span ng-switch-when="WeekdayCondition" class="host-levels-details">
|
|
58
|
+
<label ng-repeat="selected in getWeekdayList(rule.condition) track by $index" class="checkbox-inline">
|
|
59
|
+
<input type="checkbox" ng-model="selected" ng-change="updateDay(rule.condition, $index, selected)"/>{{"options_weekDayShort_" + $index | tr}}
|
|
60
|
+
</label></span>
|
|
61
|
+
<input ng-model="rule.condition.pattern" ng-switch-default="ng-switch-default" required="required" ui-validate="{pattern: "validateCondition(rule.condition, $value)"}" class="form-control"/>
|
|
62
|
+
</td>
|
|
63
|
+
<td class="switch-rule-row-target">
|
|
64
|
+
<div omega-profile-select="options | profiles:profile" ng-model="rule.profileName" disp-name="dispNameFilter" options="options" ng-class="{disabled: rule.condition.conditionType == "NeverCondition"}"></div>
|
|
65
|
+
</td>
|
|
66
|
+
<td>
|
|
67
|
+
<button title="{{'options_deleteRule' | tr}}" ng-click="removeRule($index)" class="btn btn-danger btn-sm"><span class="glyphicon glyphicon-trash"></span></button>
|
|
68
|
+
<button title="{{'options_cloneRule' | tr}}" ng-click="cloneRule($index)" class="btn btn-default btn-sm"><span class="glyphicon glyphicon-duplicate"></span></button>
|
|
69
|
+
<button title="{{'options_ruleNote' | tr}}" ng-if="!showNotes" ng-click="addNote($index)" class="btn btn-default btn-sm"><span class="glyphicon glyphicon-comment"></span></button>
|
|
70
|
+
</td>
|
|
71
|
+
<td ng-if="showNotes">
|
|
72
|
+
<input ng-model="rule.note" class="form-control"/>
|
|
73
|
+
</td>
|
|
74
|
+
</tr>
|
|
75
|
+
</tbody>
|
|
76
|
+
<tbody>
|
|
77
|
+
<tr>
|
|
78
|
+
<td style="border-right: none;"></td>
|
|
79
|
+
<td style="border-left: none;" colspan="4" ng-attr-colspan="{{showNotes ? 5 : 4}}">
|
|
80
|
+
<button ng-click="addRule()" class="btn btn-default btn-sm"><span class="glyphicon glyphicon-plus"></span> <span>{{'options_addCondition' | tr}}</span>
|
|
81
|
+
</button>
|
|
82
|
+
</td>
|
|
83
|
+
</tr>
|
|
84
|
+
</tbody>
|
|
85
|
+
<tbody ng-if="attached" class="switch-attached">
|
|
86
|
+
<tr>
|
|
87
|
+
<td style="border-right: none;"><span class="glyphicon {{profileIcons["RuleListProfile"]}}"></span></td>
|
|
88
|
+
<td style="border-left: none;"><span class="checkbox">
|
|
89
|
+
<label>
|
|
90
|
+
<input type="checkbox" ng-model="attachedOptions.enabled"/>{{'options_switchAttachedProfileInCondition' | tr}}
|
|
91
|
+
</label></span></td>
|
|
92
|
+
<td><span ng-show="!!attachedOptions.enabled">{{'options_switchAttachedProfileInConditionDetails' | tr}}</span><span ng-show="!attachedOptions.enabled">{{'options_switchAttachedProfileInConditionDisabled' | tr}}</span></td>
|
|
93
|
+
<td>
|
|
94
|
+
<div omega-profile-select="options | profiles:profile" ng-model="attached.matchProfileName" disp-name="dispNameFilter" options="options" ng-class="{disabled: !attachedOptions.enabled}"></div>
|
|
95
|
+
</td>
|
|
96
|
+
<td>
|
|
97
|
+
<button title="{{'options_deleteAttached' | tr}}" ng-click="removeAttached()" class="btn btn-danger btn-sm"><span class="glyphicon glyphicon-trash"></span></button>
|
|
98
|
+
</td>
|
|
99
|
+
<td ng-if="showNotes"></td>
|
|
100
|
+
</tr>
|
|
101
|
+
</tbody>
|
|
102
|
+
<tbody>
|
|
103
|
+
<tr class="switch-default-row">
|
|
104
|
+
<td></td>
|
|
105
|
+
<td colspan="2">{{'options_switchDefaultProfile' | tr}}</td>
|
|
106
|
+
<td>
|
|
107
|
+
<div omega-profile-select="options | profiles:profile" ng-model="attachedOptions.defaultProfileName" disp-name="dispNameFilter" options="options"></div>
|
|
108
|
+
</td>
|
|
109
|
+
<td>
|
|
110
|
+
<button title="{{'options_resetRules_help' | tr}}" ng-click="resetRules()" class="btn btn-info btn-sm"><span class="glyphicon glyphicon-chevron-up"></span></button>
|
|
111
|
+
</td>
|
|
112
|
+
<td ng-if="showNotes"></td>
|
|
113
|
+
</tr>
|
|
114
|
+
</tbody>
|
|
115
|
+
</table>
|
|
116
|
+
</div>
|
|
117
|
+
</section>
|
|
118
|
+
<section ng-if="!attached" class="settings-group">
|
|
119
|
+
<h3>{{'options_group_attachProfile' | tr}}</h3>
|
|
120
|
+
<p class="help-block">{{'options_attachProfileHelp' | tr}}</p>
|
|
121
|
+
<button ng-click="attachNew()" class="btn btn-default"><span class="glyphicon glyphicon-plus"></span> {{'options_attachProfile' | tr}}
|
|
122
|
+
</button>
|
|
123
|
+
</section>
|
|
124
|
+
<section ng-if="attached" class="settings-group">
|
|
125
|
+
<h3>{{'options_group_ruleListConfig' | tr}}</h3>
|
|
126
|
+
<form>
|
|
127
|
+
<div class="form-group">
|
|
128
|
+
<label>{{'options_ruleListFormat' | tr}}</label>
|
|
129
|
+
<div ng-repeat="format in ruleListFormats" class="radio inline-form-control no-min-width">
|
|
130
|
+
<label>
|
|
131
|
+
<input type="radio" name="formatInput" value="{{format}}" ng-model="attached.format"/>{{'ruleListFormat_' + format | tr}}
|
|
132
|
+
</label>
|
|
133
|
+
</div>
|
|
134
|
+
</div>
|
|
135
|
+
<div class="form-group">
|
|
136
|
+
<label>{{'options_group_ruleListUrl' | tr}}</label>
|
|
137
|
+
<div input-group-clear="input-group-clear" type="url" model="attached.sourceUrl" style="vertical-align: middle" class="width-limit inline-form-control"></div>
|
|
138
|
+
<p class="help-block">{{'options_ruleListUrlHelp' | tr}}</p>
|
|
139
|
+
</div>
|
|
140
|
+
<details ng-open="::attached.headers && attached.headers.length > 0" class="form-group">
|
|
141
|
+
<summary style="display: list-item">{{'options_group_ruleListHeaders' | tr}}</summary>
|
|
142
|
+
<div class="width-limit">
|
|
143
|
+
<div ng-if="attached.headers && attached.headers.length > 0" class="table-responsive">
|
|
144
|
+
<table class="table table-bordered table-condensed">
|
|
145
|
+
<thead>
|
|
146
|
+
<tr>
|
|
147
|
+
<th>{{'options_ruleListHeaderName' | tr}}</th>
|
|
148
|
+
<th>{{'options_ruleListHeaderValue' | tr}}</th>
|
|
149
|
+
<th>{{'options_conditionActions' | tr}}</th>
|
|
150
|
+
</tr>
|
|
151
|
+
</thead>
|
|
152
|
+
<tbody>
|
|
153
|
+
<tr ng-repeat="header in attached.headers track by $index">
|
|
154
|
+
<td>
|
|
155
|
+
<input type="text" ng-model="header.name" placeholder="{{'options_ruleListHeaderNamePlaceholder' | tr}}" required="required" class="form-control"/>
|
|
156
|
+
</td>
|
|
157
|
+
<td>
|
|
158
|
+
<input type="text" ng-model="header.value" placeholder="{{'options_ruleListHeaderValuePlaceholder' | tr}}" class="form-control"/>
|
|
159
|
+
</td>
|
|
160
|
+
<td>
|
|
161
|
+
<button type="button" title="{{'options_deleteHeader' | tr}}" ng-click="removeHeader($index)" class="btn btn-danger btn-sm"><span class="glyphicon glyphicon-trash"></span></button>
|
|
162
|
+
</td>
|
|
163
|
+
</tr>
|
|
164
|
+
</tbody>
|
|
165
|
+
</table>
|
|
166
|
+
</div>
|
|
167
|
+
<button type="button" ng-click="addHeader()" class="btn btn-default btn-sm"><span class="glyphicon glyphicon-plus"></span> {{'options_addHeader' | tr}}
|
|
168
|
+
</button>
|
|
169
|
+
</div>
|
|
170
|
+
<p class="help-block">{{'options_ruleListHeadersHelp' | tr}}</p>
|
|
171
|
+
</details>
|
|
172
|
+
</form>
|
|
173
|
+
<p>
|
|
174
|
+
<button ng-disabled="!attached.sourceUrl" ng-click="updateProfile(attached.name)" ladda="updatingProfile[attached.name]" data-spinner-color="#000000" ng-class="attached.sourceUrl && !attached.lastUpdate ? "btn-primary" : "btn-default"" class="btn btn-default"><span class="glyphicon glyphicon-download-alt"></span> {{'options_downloadProfileNow' | tr}}</button>
|
|
175
|
+
</p>
|
|
176
|
+
</section>
|
|
177
|
+
<section ng-if="attached" class="settings-group">
|
|
178
|
+
<h3>{{'options_group_ruleListText' | tr}}</h3>
|
|
179
|
+
<p ng-show="attached.sourceUrl && attached.lastUpdate" class="alert alert-success width-limit">{{'options_ruleListLastUpdate' | tr:[(attached.lastUpdate | date:'medium')]}}</p>
|
|
180
|
+
<p ng-show="attached.sourceUrl && !attached.lastUpdate" class="alert alert-danger width-limit">{{'options_ruleListObsolete' | tr}}</p>
|
|
181
|
+
<p ng-show="attachedRuleListError" class="alert alert-danger width-limit"><span class="glyphicon glyphicon-remove"></span> {{attachedRuleListError.message}}
|
|
182
|
+
</p>
|
|
183
|
+
<textarea id="attached-rulelist" rows="20" ng-model="attached.ruleList" ng-disabled="!!attached.sourceUrl" class="monospace form-control width-limit"></textarea>
|
|
184
|
+
</section>
|
|
185
|
+
</div>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
|
|
2
|
+
<div>
|
|
3
|
+
<section class="settings-group">
|
|
4
|
+
<h3>{{'options_group_virtualProfile' | tr}}</h3>
|
|
5
|
+
<p class="help-block">{{'options_virtualProfileTargetHelp' | tr}}</p>
|
|
6
|
+
<div class="form-group">
|
|
7
|
+
<label>{{'options_virtualProfileTarget' | tr}}</label>
|
|
8
|
+
<div omega-profile-select="options | profiles:profile" ng-model="profile.defaultProfileName" disp-name="dispNameFilter" style="display: inline-block;" options="options"></div>
|
|
9
|
+
</div>
|
|
10
|
+
</section>
|
|
11
|
+
<section class="settings-group">
|
|
12
|
+
<h3>{{'options_group_virtualProfileReplace' | tr}}</h3>
|
|
13
|
+
<p omega-html=""options_virtualProfileReplaceHelp" | tr:[$profile("profileByName(profile.defaultProfileName)")]" class="help-block"></p>
|
|
14
|
+
<div class="form-group">
|
|
15
|
+
<button ng-click="replaceProfile(profile.defaultProfileName, profile.name)" class="btn btn-default"><span class="glyphicon glyphicon-search"></span> {{'options_virtualProfileReplace' | tr}}
|
|
16
|
+
</button>
|
|
17
|
+
</div>
|
|
18
|
+
</section>
|
|
19
|
+
</div>
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
|
|
2
|
+
<form ng-submit="renameProfile.$valid && $close(newName)" name="renameProfile">
|
|
3
|
+
<div class="modal-header">
|
|
4
|
+
<button type="button" ng-click="$dismiss()" class="close"><span aria-hidden="true">×</span><span class="sr-only">{{'dialog_close' | tr}}</span></button>
|
|
5
|
+
<h4 class="modal-title">{{'options_modalHeader_renameProfile' | tr}}</h4>
|
|
6
|
+
</div>
|
|
7
|
+
<div class="modal-body">
|
|
8
|
+
<div ng-class="{"has-error": !renameProfile.profileNewName.$valid}" class="form-group">
|
|
9
|
+
<label for="profile-new-name">{{'options_renameProfileName' | tr}}</label>
|
|
10
|
+
<input id="profile-new-name" type="text" name="profileNewName" required="required" ng-model="newName" ui-validate="validateProfileName" ng-init="newName = fromName" class="form-control"/>
|
|
11
|
+
<div ng-show="renameProfile.profileNewName.$error.required" class="help-block">{{'options_profileNameEmpty' | tr}}</div>
|
|
12
|
+
<div ng-show="renameProfile.profileNewName.$error.reserved" class="help-block">{{'options_profileNameReserved' | tr}}</div>
|
|
13
|
+
<div ng-show="!renameProfile.profileNewName.$error.reserved && renameProfile.profileNewName.$error.conflict" class="help-block">{{'options_profileNameConflict' | tr}}</div>
|
|
14
|
+
<div ng-show="renameProfile.profileNewName.$valid && newName && isProfileNameHidden(newName)" class="help-block">
|
|
15
|
+
<div class="text-info"><span class="glyphicon glyphicon-info-sign"></span> {{'options_profileNameHidden' | tr}}
|
|
16
|
+
</div>
|
|
17
|
+
</div>
|
|
18
|
+
</div>
|
|
19
|
+
</div>
|
|
20
|
+
<div class="modal-footer">
|
|
21
|
+
<button type="button" ng-click="$dismiss()" class="btn btn-default">{{'dialog_cancel' | tr}}</button>
|
|
22
|
+
<button type="submit" ng-disabled="!renameProfile.$valid" class="btn btn-primary">{{'options_renameProfile' | tr}}</button>
|
|
23
|
+
</div>
|
|
24
|
+
</form>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
|
|
2
|
+
<div class="modal-header">
|
|
3
|
+
<button type="button" ng-click="$dismiss()" class="close"><span aria-hidden="true">×</span><span class="sr-only">{{'dialog_close' | tr}}</span></button>
|
|
4
|
+
<h4 class="modal-title">{{'options_modalHeader_replaceProfile' | tr}}</h4>
|
|
5
|
+
</div>
|
|
6
|
+
<div class="modal-body">
|
|
7
|
+
<p omega-html=""options_replaceProfileConfirm" | tr:[profileSelect("fromName"), profileSelect("toName")]"></p>
|
|
8
|
+
<div class="well"><span omega-profile-inline="profileByName(fromName)" options="options" disp-name="dispNameFilter"></span> <span class="glyphicon glyphicon-chevron-right"></span> <span omega-profile-inline="profileByName(toName)" options="options" disp-name="dispNameFilter"></span>
|
|
9
|
+
</div>
|
|
10
|
+
<div omega-html="'options_replaceProfileHelp' | tr:[$profile('profileByName(fromName)'), $profile('profileByName(toName)')]" class="help-block"></div>
|
|
11
|
+
</div>
|
|
12
|
+
<div class="modal-footer">
|
|
13
|
+
<button ng-click="$dismiss()" class="btn btn-default">{{'dialog_cancel' | tr}}</button>
|
|
14
|
+
<button type="button" ng-click="$close({fromName: fromName, toName: toName})" class="btn btn-warning">{{'options_replaceProfile' | tr}}</button>
|
|
15
|
+
</div>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
|
|
2
|
+
<div class="modal-header">
|
|
3
|
+
<button type="button" ng-click="$dismiss()" class="close"><span aria-hidden="true">×</span><span class="sr-only">{{'dialog_close' | tr}}</span></button>
|
|
4
|
+
<h4 class="modal-title">{{'options_modalHeader_resetOptions' | tr}}</h4>
|
|
5
|
+
</div>
|
|
6
|
+
<div class="modal-body">
|
|
7
|
+
<p class="text-danger">{{'options_resetOptionsConfirm' | tr}}</p>
|
|
8
|
+
</div>
|
|
9
|
+
<div class="modal-footer">
|
|
10
|
+
<button ng-click="$dismiss()" class="btn btn-default">{{'dialog_cancel' | tr}}</button>
|
|
11
|
+
<button type="button" ng-click="$close("ok")" class="btn btn-danger">{{'options_reset' | tr}}</button>
|
|
12
|
+
</div>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
<div class="modal-header">
|
|
3
|
+
<button type="button" ng-click="$dismiss()" class="close"><span aria-hidden="true">×</span><span class="sr-only">{{'dialog_close' | tr}}</span></button>
|
|
4
|
+
<h4 class="modal-title">{{'options_modalHeader_deleteRule' | tr}}</h4>
|
|
5
|
+
</div>
|
|
6
|
+
<div class="modal-body">
|
|
7
|
+
<p>{{'options_deleteRuleConfirm' | tr}}</p>
|
|
8
|
+
<div class="well"><span class="label label-info">{{'condition_' + rule.condition.conditionType | tr}}</span> {{rule.condition.pattern}}<span class="pull-right"><span omega-profile-inline="ruleProfile" disp-name="dispNameFilter" options="options"></span></span>
|
|
9
|
+
</div>
|
|
10
|
+
</div>
|
|
11
|
+
<div class="modal-footer">
|
|
12
|
+
<button ng-click="$dismiss()" class="btn btn-default">{{'dialog_cancel' | tr}}</button>
|
|
13
|
+
<button type="button" ng-click="$close("ok")" class="btn btn-danger">{{'options_deleteRule' | tr}}</button>
|
|
14
|
+
</div>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
|
|
2
|
+
<div class="modal-header">
|
|
3
|
+
<button type="button" ng-click="$dismiss()" class="close"><span aria-hidden="true">×</span><span class="sr-only">{{'dialog_close' | tr}}</span></button>
|
|
4
|
+
<h4 class="modal-title">{{'options_modalHeader_resetRules' | tr}}</h4>
|
|
5
|
+
</div>
|
|
6
|
+
<div class="modal-body">
|
|
7
|
+
<p>{{'options_resetRulesConfirm' | tr}}</p>
|
|
8
|
+
<div class="well"><span omega-profile-inline="ruleProfile" disp-name="dispNameFilter" options="options"></span></div>
|
|
9
|
+
</div>
|
|
10
|
+
<div class="modal-footer">
|
|
11
|
+
<button ng-click="$dismiss()" class="btn btn-default">{{'dialog_cancel' | tr}}</button>
|
|
12
|
+
<button type="button" ng-click="$close("ok")" class="btn btn-warning">{{'options_resetRules' | tr}}</button>
|
|
13
|
+
</div>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
<div class="page-header">
|
|
3
|
+
<h2>{{'Theme'}}</h2>
|
|
4
|
+
</div>
|
|
5
|
+
<section class="settings-group">
|
|
6
|
+
<h3>{{'Theme'}}</h3>
|
|
7
|
+
<p>
|
|
8
|
+
<button type="button" role="button" ng-click="changeTheme("default-dark")" class="btn btn-default"><span class="glyphicon glyphicon-heart"></span> {{'Dark'}}
|
|
9
|
+
</button>
|
|
10
|
+
<button type="button" role="button" ng-click="changeTheme("default-light")" class="btn btn-default"><span class="glyphicon glyphicon-heart-empty"></span> {{'Light'}}
|
|
11
|
+
</button>
|
|
12
|
+
<button type="button" role="button" ng-click="changeTheme("default-auto")" class="btn btn-default"><span class="glyphicon glyphicon-adjust"></span> {{'Auto'}}
|
|
13
|
+
</button>
|
|
14
|
+
<button type="button" role="button" ng-click="changeTheme("")" class="btn btn-default"><span class="glyphicon glyphicon-remove"></span> {{'Clear'}}
|
|
15
|
+
</button>
|
|
16
|
+
<select ng-model="selectedItem.data" ng-options="item as item.displayName for item in themeItems track by item.key" ng-change="selectTheme()" class="form-control inline-form-control"></select>
|
|
17
|
+
</p>
|
|
18
|
+
<p class="help-block"><a href="https://en.wikipedia.org/wiki/CSS" target="_blank">{{'Cascading Style Sheets (CSS) Wiki'}}</a></p>
|
|
19
|
+
<textarea rows="30" spellcheck="false" ng-model="options["-customCss"]" class="monospace form-control width-limit"></textarea>
|
|
20
|
+
</section>
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
|
|
2
|
+
<div class="page-header">
|
|
3
|
+
<h2>{{'options_tab_ui' | tr}}</h2>
|
|
4
|
+
</div>
|
|
5
|
+
<section class="settings-group">
|
|
6
|
+
<h3>{{'options_group_miscOptions' | tr}}</h3>
|
|
7
|
+
<div class="checkbox">
|
|
8
|
+
<label>
|
|
9
|
+
<input type="checkbox" ng-model="options["-confirmDeletion"]"/><span>{{'options_confirmDeletion' | tr}}</span>
|
|
10
|
+
</label>
|
|
11
|
+
</div>
|
|
12
|
+
<div class="checkbox">
|
|
13
|
+
<label>
|
|
14
|
+
<input id="refresh-on-profile-change" type="checkbox" ng-model="options["-refreshOnProfileChange"]"/><span>{{'options_refreshOnProfileChange' | tr}}</span>
|
|
15
|
+
</label>
|
|
16
|
+
</div>
|
|
17
|
+
<div class="checkbox">
|
|
18
|
+
<label>
|
|
19
|
+
<input type="checkbox" ng-model="options["-showInspectMenu"]"/><span>{{'options_showInspectMenu' | tr}}</span>
|
|
20
|
+
</label>
|
|
21
|
+
</div>
|
|
22
|
+
<div class="checkbox">
|
|
23
|
+
<label>
|
|
24
|
+
<input type="checkbox" ng-model="options["-addConditionsToBottom"]"/><span>{{'options_addConditionsToBottom' | tr}}</span>
|
|
25
|
+
</label>
|
|
26
|
+
</div>
|
|
27
|
+
<div class="checkbox">
|
|
28
|
+
<label>
|
|
29
|
+
<input type="checkbox" ng-model="options["-showResultProfileOnActionBadgeText"]"/><span>{{'options_showResultProfileOnActionBadgeText' | tr}}</span>
|
|
30
|
+
</label>
|
|
31
|
+
</div>
|
|
32
|
+
</section>
|
|
33
|
+
<section class="settings-group">
|
|
34
|
+
<h3>{{'options_group_keyboardShortcut' | tr}}</h3>
|
|
35
|
+
<p>
|
|
36
|
+
<button type="button" role="button" ng-click="openShortcutConfig()" class="btn btn-default"><span class="glyphicon glyphicon-share-alt"></span> {{'options_menuShortcutConfigure' | tr}}
|
|
37
|
+
</button> {{'options_menuShortcutHelp' | tr}}
|
|
38
|
+
</p>
|
|
39
|
+
<p class="help-block">{{'options_menuShortcutMore' | tr}}</p>
|
|
40
|
+
</section>
|
|
41
|
+
<section class="settings-group">
|
|
42
|
+
<h3>{{'options_group_switchOptions' | tr}}</h3>
|
|
43
|
+
<div class="form-group">
|
|
44
|
+
<label>{{'options_startupProfile' | tr}}</label>
|
|
45
|
+
<div omega-profile-select="options | profiles:"all"" ng-model="options["-startupProfileName"]" default-text="{{'options_startupProfile_none' | tr}}" disp-name="dispNameFilter" style="display: inline-block;" options="options"></div>
|
|
46
|
+
</div>
|
|
47
|
+
<div class="checkbox">
|
|
48
|
+
<label>
|
|
49
|
+
<input type="checkbox" ng-model="options["-showConditionTypes"]" ng-true-value="1" ng-false-value="0"/><span>{{'options_showConditionTypesAdvanced' | tr}}</span>
|
|
50
|
+
</label>
|
|
51
|
+
<p class="help-block">{{'options_showConditionTypesAdvancedHelp' | tr}}</p>
|
|
52
|
+
</div>
|
|
53
|
+
<div class="checkbox">
|
|
54
|
+
<label>
|
|
55
|
+
<input type="checkbox" ng-model="options["-enableQuickSwitch"]"/><span>{{'options_quickSwitch' | tr}}</span>
|
|
56
|
+
</label>
|
|
57
|
+
</div>
|
|
58
|
+
<div id="quick-switch-settings" ng-show="options["-enableQuickSwitch"]" ng-controller="QuickSwitchCtrl" class="settings-group">
|
|
59
|
+
<h4>{{'options_cycledProfiles' | tr}}</h4>
|
|
60
|
+
<p class="help-block">{{'options_cycledProfilesHelp' | tr}}</p>
|
|
61
|
+
<div ng-show="options["-quickSwitchProfiles"].length < 2" class="has-error">
|
|
62
|
+
<p class="help-block">{{'options_cycledProfilesTooFew' | tr}}</p>
|
|
63
|
+
</div>
|
|
64
|
+
<ul ui-sortable="sortableOptions" ng-model="options["-quickSwitchProfiles"]" class="cycle-profile-container cycle-enabled">
|
|
65
|
+
<li ng-repeat="name in options["-quickSwitchProfiles"]"><span omega-profile-inline="profileByName(name)" options="options" disp-name="dispNameFilter"></span></li>
|
|
66
|
+
</ul>
|
|
67
|
+
<h4>{{'options_notCycledProfiles' | tr}}</h4>
|
|
68
|
+
<ul ui-sortable="sortableOptions" ng-model="notCycledProfiles" class="cycle-profile-container">
|
|
69
|
+
<li ng-repeat="name in notCycledProfiles" class="bg-success"><span omega-profile-inline="profileByName(name)" options="options" disp-name="dispNameFilter"></span></li>
|
|
70
|
+
</ul>
|
|
71
|
+
</div>
|
|
72
|
+
</section>
|