Przeglądaj źródła

移除多余js插件并压缩代码

jqh 5 lat temu
rodzic
commit
bfa3537ce8

+ 17 - 17
resources/assets/js/core/app.js

@@ -475,19 +475,19 @@
   // main menu internationalization
 
   // init i18n and load language file
-  i18next.use(window.i18nextXHRBackend).init({
-      debug: false,
-      fallbackLng: "en",
-      backend: {
-        loadPath: "data/locales/{{lng}}.json"
-      },
-      returnObjects: true
-    },
-    function (err, t) {
-      // resources have been loaded
-      jqueryI18next.init(i18next, $);
-    }
-  );
+  // i18next.use(window.i18nextXHRBackend).init({
+  //     debug: false,
+  //     fallbackLng: "en",
+  //     backend: {
+  //       loadPath: "data/locales/{{lng}}.json"
+  //     },
+  //     returnObjects: true
+  //   },
+  //   function (err, t) {
+  //     // resources have been loaded
+  //     jqueryI18next.init(i18next, $);
+  //   }
+  // );
 
   // change language according to data-language of dropdown item
   $(".dropdown-language .dropdown-item").on("click", function () {
@@ -500,10 +500,10 @@
     $("#dropdown-flag .flag-icon")
       .removeClass()
       .addClass(selectedFlag);
-    var currentLanguage = $this.data("language");
-    i18next.changeLanguage(currentLanguage, function (err, t) {
-      $(".main-menu, .horizontal-menu-wrapper").localize();
-    });
+    // var currentLanguage = $this.data("language");
+    // i18next.changeLanguage(currentLanguage, function (err, t) {
+    //   $(".main-menu, .horizontal-menu-wrapper").localize();
+    // });
   });
 
   /********************* Bookmark & Search ***********************/

+ 0 - 935
resources/assets/json/horizontalMenu.json

@@ -1,935 +0,0 @@
-{
-  "menu": [
-    {
-      "url": "",
-      "name": "Dashboard",
-      "slug": "dashboard",
-      "icon": "feather icon-home",
-      "i18n": "Dashboard",
-      "submenu": [
-        {
-          "url": "dashboard-analytics",
-          "name": "Analytics",
-          "icon": "feather icon-activity",
-          "i18n": "nav.dashboard_analytics"
-        },
-        {
-          "url": "dashboard-ecommerce",
-          "name": "eCommerce",
-          "icon": "feather icon-shopping-cart",
-          "i18n": "nav.dashboard_ecommerce"
-        }
-      ]
-    },
-    {
-      "url": "#",
-      "name": "Apps",
-      "slug": "apps",
-      "icon": "feather icon-package",
-      "i18n": "Apps",
-      "dropdown": "1",
-      "submenu": [
-        {
-          "url": "app-email",
-          "name": "Email",
-          "i18n": "Email",
-          "icon": "feather icon-mail",
-          "slug": "email-application"
-        },
-        {
-          "url": "app-chat",
-          "name": "Chat",
-          "i18n": "Chat",
-          "icon": "feather icon-message-square",
-          "slug": "chat-application"
-        },
-        {
-          "url": "app-todo",
-          "name": "Todo",
-          "i18n": "Todo",
-          "icon": "feather icon-check-square",
-          "slug": "app-todo"
-        },
-        {
-          "url": "app-calender",
-          "name": "Calender",
-          "i18n": "Calender",
-          "icon": "feather icon-calendar",
-          "slug": "app-calender"
-        },
-        {
-          "url": "#",
-          "name": "Ecommerce",
-          "i18n": "Ecommerce",
-          "icon": "feather icon-shopping-cart",
-          "slug": "",
-          "dropdown": "1",
-          "submenu": [
-            {
-              "url": "app-ecommerce-shop",
-              "name": "Shop",
-              "i18n": "Shop",
-              "icon": "feather icon-circle",
-              "slug": "app-ecommerce-shop"
-            },
-            {
-              "url": "app-ecommerce-details",
-              "name": "Details",
-              "icon": "feather icon-circle",
-              "i18n": "nav.app_ecommerce_details"
-            },
-            {
-              "url": "app-ecommerce-wishlist",
-              "name": "Wish List",
-              "i18n": "Wish List",
-              "icon": "feather icon-circle",
-              "slug": "app-ecommerce-wishlist"
-            },
-            {
-              "url": "app-ecommerce-checkout",
-              "name": "Checkout",
-              "i18n": "Checkout",
-              "icon": "feather icon-circle",
-              "slug": "app-ecommerce-checkout"
-            }
-          ]
-        },
-        {
-          "url": "",
-          "name": "User",
-          "icon": "feather icon-unlock",
-          "submenu": [
-            {
-              "url": "app-user-list",
-              "name": "List",
-              "icon": "feather icon-circle",
-              "i18n": "nav.app_user_list"
-            },
-            {
-              "url": "app-user-view",
-              "name": "View",
-              "icon": "feather icon-circle",
-              "i18n": "nav.app_user_view"
-            },
-            {
-              "url": "app-user-edit",
-              "name": "Edit",
-              "icon": "feather icon-circle",
-              "i18n": "nav.app_user_edit"
-            }
-          ]
-        }
-      ]
-    },
-    {
-      "url": "#",
-      "name": "UI Elements",
-      "slug": "ui-elements",
-      "icon": "feather icon-layers",
-      "i18n": "UI Elements",
-      "dropdown": "1",
-      "submenu": [
-        {
-          "url": "#",
-          "name": "Data List",
-          "i18n": "Data List",
-          "icon": "feather icon-list",
-          "slug": "",
-          "submenu": [
-            {
-              "url": "data-list-view",
-              "name": "List View",
-              "i18n": "List View",
-              "icon": "feather icon-circle",
-              "slug": "data-list-view"
-            },
-            {
-              "url": "data-thumb-view",
-              "name": "Thumb View",
-              "i18n": "Thumb View",
-              "icon": "feather icon-circle",
-              "slug": "data-thumb-view"
-            }
-          ]
-        },
-        {
-          "url": "#",
-          "name": "Content",
-          "slug": "content",
-          "i18n": "Content",
-          "icon": "feather icon-layout",
-          "submenu": [
-            {
-              "url": "content-grid",
-              "name": "Grid",
-              "i18n": "Grid",
-              "icon": "feather icon-circle",
-              "slug": "content-grid"
-            },
-            {
-              "url": "content-typography",
-              "name": "Typography",
-              "i18n": "Typography",
-              "icon": "feather icon-circle",
-              "slug": "content-typography"
-            },
-            {
-              "url": "content-text-utilities",
-              "name": "Text Utilities",
-              "i18n": "Text Utilities",
-              "icon": "feather icon-circle",
-              "slug": "content-text-utilities"
-            },
-            {
-              "url": "content-syntax-highlighter",
-              "name": "Syntax Highlighter",
-              "i18n": "Syntax Highlighter",
-              "icon": "feather icon-circle",
-              "slug": "content-syntax-highlighter"
-            },
-            {
-              "url": "content-helper-classes",
-              "name": "Helper Classes",
-              "i18n": "Helper Classes",
-              "icon": "feather icon-circle",
-              "slug": "content-helper-classes"
-            }
-          ]
-        },
-        {
-          "url": "colors",
-          "name": "Colors",
-          "i18n": "Colors",
-          "icon": "feather icon-droplet",
-          "slug": "colors"
-        },
-        {
-          "url": "#",
-          "name": "Cards",
-          "i18n": "Cards",
-          "icon": "feather icon-credit-card",
-          "slug": "cards",
-          "submenu": [
-            {
-              "url": "card-basic",
-              "name": "Basic",
-              "i18n": "Basic",
-              "icon": "feather icon-circle",
-              "slug": "card-basic"
-            },
-            {
-              "url": "card-advance",
-              "name": "Advance",
-              "i18n": "Advance",
-              "icon": "feather icon-circle",
-              "slug": "card-advance"
-            },
-            {
-              "url": "card-statistics",
-              "name": "Statistics",
-              "i18n": "Statistics",
-              "icon": "feather icon-circle",
-              "slug": "card-statistics"
-            },
-            {
-              "url": "card-analytics",
-              "name": "Analytics",
-              "i18n": "Analytics",
-              "icon": "feather icon-circle",
-              "slug": "card-analytics"
-            },
-            {
-              "url": "card-actions",
-              "name": "Card Actions",
-              "i18n": "Card Actions",
-              "icon": "feather icon-circle",
-              "slug": "card-actions"
-            }
-          ]
-        },
-        {
-          "url": "#",
-          "name": "Icons",
-          "i18n": "Icons",
-          "icon": "feather icon-eye",
-          "slug": "",
-          "submenu": [
-            {
-              "url": "icons-feather",
-              "name": "Feather",
-              "i18n": "Feather",
-              "icon": "feather icon-circle",
-              "slug": "icons-feather"
-            },
-            {
-              "url": "icons-font-awesome",
-              "name": "Font Awesome",
-              "i18n": "Font Awesome",
-              "icon": "feather icon-circle",
-              "slug": "icons-font-awesome"
-            }
-          ]
-        },
-        {
-          "url": "#",
-          "name": "Components",
-          "i18n": "Components",
-          "icon": "feather icon-briefcase",
-          "slug": "",
-          "submenu": [
-            {
-              "url": "component-alert",
-              "name": "Alerts",
-              "i18n": "Alerts",
-              "icon": "feather icon-circle",
-              "slug": "component-alert"
-            },
-            {
-              "url": "component-buttons",
-              "name": "Buttons",
-              "i18n": "Buttons",
-              "icon": "feather icon-circle",
-              "slug": "component-buttons"
-            },
-            {
-              "url": "component-breadcrumbs",
-              "name": "Breadcrumbs",
-              "i18n": "Breadcrumbs",
-              "icon": "feather icon-circle",
-              "slug": "component-breadcrumbs"
-            },
-            {
-              "url": "component-carousel",
-              "name": "Carousel",
-              "i18n": "Carousel",
-              "icon": "feather icon-circle",
-              "slug": "component-carousel"
-            },
-            {
-              "url": "component-collapse",
-              "name": "Collapse",
-              "i18n": "Collapse",
-              "icon": "feather icon-circle",
-              "slug": "component-collapse"
-            },
-            {
-              "url": "component-dropdowns",
-              "name": "Dropdowns",
-              "i18n": "Dropdowns",
-              "icon": "feather icon-circle",
-              "slug": "component-dropdowns"
-            },
-            {
-              "url": "component-list-group",
-              "name": "List Group",
-              "i18n": "List Group",
-              "icon": "feather icon-circle",
-              "slug": "component-list-group"
-            },
-            {
-              "url": "component-modals",
-              "name": "Modals",
-              "i18n": "Modals",
-              "icon": "feather icon-circle",
-              "slug": "component-modals"
-            },
-            {
-              "url": "component-pagination",
-              "name": "Pagination",
-              "i18n": "Pagination",
-              "icon": "feather icon-circle",
-              "slug": "component-pagination"
-            },
-            {
-              "url": "component-navs",
-              "name": "Navs Component",
-              "i18n": "Navs Component",
-              "icon": "feather icon-circle",
-              "slug": "component-navs"
-            },
-            {
-              "url": "component-navbar",
-              "name": "Navbar",
-              "icon": "feather icon-circle",
-              "i18n": "Navbar",
-              "slug": "component-navbar"
-            },
-            {
-              "url": "component-tabs",
-              "name": "Tabs Component",
-              "i18n": "Tabs Component",
-              "icon": "feather icon-circle",
-              "slug": "component-tabs"
-            },
-            {
-              "url": "component-pills",
-              "name": "Pills Component",
-              "i18n": "Pills Component",
-              "icon": "feather icon-circle",
-              "slug": "component-pills"
-            },
-            {
-              "url": "component-tooltips",
-              "name": "Tooltips",
-              "i18n": "Tooltips",
-              "icon": "feather icon-circle",
-              "slug": "component-tooltips"
-            },
-            {
-              "url": "component-popovers",
-              "name": "Popovers",
-              "i18n": "Popovers",
-              "icon": "feather icon-circle",
-              "slug": "component-popovers"
-            },
-            {
-              "url": "component-badges",
-              "name": "Badges",
-              "i18n": "Badges",
-              "icon": "feather icon-circle",
-              "slug": "component-badges"
-            },
-            {
-              "url": "component-pill-badges",
-              "name": "Pill Badges",
-              "i18n": "Pill Badges",
-              "icon": "feather icon-circle",
-              "slug": "component-pill-badges"
-            },
-            {
-              "url": "component-progress",
-              "name": "Progress",
-              "i18n": "Progress",
-              "icon": "feather icon-circle",
-              "slug": "component-progress"
-            },
-            {
-              "url": "component-media-objects",
-              "name": "Media Objects",
-              "icon": "feather icon-circle",
-              "slug": "component-media-objects"
-            },
-            {
-              "url": "component-spinner",
-              "name": "Spinner",
-              "i18n": "Spinner",
-              "icon": "feather icon-circle",
-              "slug": "component-bs-spinner"
-            },
-            {
-              "url": "component-toast",
-              "name": "Toasts",
-              "i18n": "Toasts",
-              "icon": "feather icon-circle",
-              "slug": "component-toast"
-            }
-          ]
-        },
-        {
-          "url": "#",
-          "name": "Extra Components",
-          "i18n": "Extra Components",
-          "icon": "feather icon-box",
-          "slug": "",
-          "submenu": [
-            {
-              "url": "ex-component-avatar",
-              "name": "Avatar",
-              "i18n": "Avatar",
-              "icon": "feather icon-circle",
-              "slug": "ex-component-avatar"
-            },
-            {
-              "url": "ex-component-chips",
-              "name": "Chips",
-              "i18n": "Chips",
-              "icon": "feather icon-circle",
-              "slug": "ex-component-chips"
-            },
-            {
-              "url": "ex-component-divider",
-              "name": "Divider",
-              "i18n": "Divider",
-              "icon": "feather icon-circle",
-              "slug": "ex-component-divider"
-            }
-          ]
-        },
-        {
-          "url": "#",
-          "name": "Extensions",
-          "i18n": "Extensions",
-          "icon": "feather icon-box",
-          "slug": "extensions",
-          "submenu": [
-            {
-              "url": "ext-component-sweet-alerts",
-              "name": "Sweet Alert",
-              "i18n": "Sweet Alert",
-              "icon": "feather icon-circle",
-              "slug": "ext-component-sweet-alerts"
-            },
-            {
-              "url": "ext-component-toastr",
-              "name": "Toastr",
-              "i18n": "Toastr",
-              "icon": "feather icon-circle",
-              "slug": "ext-component-toastr"
-            },
-            {
-              "url": "ext-component-noui-slider",
-              "name": "NoUi Slider",
-              "i18n": "NoUi Slider",
-              "icon": "feather icon-circle",
-              "slug": "ext-component-noui-slider"
-            },
-            {
-              "url": "ext-component-file-uploader",
-              "name": "File Uploader",
-              "i18n": "File Uploader",
-              "icon": "feather icon-circle",
-              "slug": "ext-component-file-uploader"
-            },
-            {
-              "url": "ext-component-quill-editor",
-              "name": "Quill Editor",
-              "i18n": "Quill Editor",
-              "icon": "feather icon-circle",
-              "slug": "ext-component-quill-editor"
-            },
-            {
-              "url": "ext-component-drag-drop",
-              "name": "Drag & Drop",
-              "i18n": "Drag & Drop",
-              "icon": "feather icon-circle",
-              "slug": "ext-component-drag-drop"
-            },
-            {
-              "url": "ext-component-tour",
-              "name": "Tour",
-              "i18n": "Tour",
-              "icon": "feather icon-circle",
-              "slug": "ext-component-tour"
-            },
-            {
-              "url": "ext-component-clipboard",
-              "name": "Clipboard",
-              "i18n": "Clipboard",
-              "icon": "feather icon-circle",
-              "slug": "ext-component-clipboard"
-            },
-            {
-              "url": "ext-component-plyr",
-              "name": "Media player",
-              "i18n": "Media player",
-              "icon": "feather icon-circle",
-              "slug": "Media Player"
-            },
-            {
-              "url": "ext-component-context-menu",
-              "name": "Context Menu",
-              "i18n": "Context Menu",
-              "icon": "feather icon-circle",
-              "slug": "ext-component-context-menu"
-            },
-            {
-              "url": "ext-component-swiper",
-              "name": "Swiper",
-              "i18n": "swiper",
-              "icon": "feather icon-smartphone",
-              "slug": "nav.ext-component-swiper"
-            },
-            {
-              "url": "ext-component-i18n",
-              "name": "l18n",
-              "i18n": "l18n",
-              "icon": "feather icon-circle",
-              "slug": "ext-component-i18n"
-            }
-          ]
-        }
-      ]
-    },
-    {
-      "url": "#",
-      "name": "Forms & Tables",
-      "icon": "feather icon-edit-2",
-      "slug": "Forms & Tables",
-      "i18n": "Dashboard",
-      "dropdown": "1",
-      "submenu": [
-        {
-          "url": "#",
-          "name": "Form Elements",
-          "i18n": "Form Elements",
-          "icon": "feather icon-copy",
-          "slug": "",
-          "submenu": [
-            {
-              "url": "form-select",
-              "name": "Select",
-              "i18n": "Select",
-              "icon": "feather icon-circle",
-              "slug": "form-select"
-            },
-            {
-              "url": "form-switch",
-              "name": "Switch",
-              "i18n": "Switch",
-              "icon": "feather icon-circle",
-              "slug": "form-switch"
-            },
-            {
-              "url": "form-checkbox",
-              "name": "Checkbox",
-              "i18n": "Checkbox",
-              "icon": "feather icon-circle",
-              "slug": "form-checkbox"
-            },
-            {
-              "url": "form-radio",
-              "name": "Radio",
-              "i18n": "Radio",
-              "icon": "feather icon-circle",
-              "slug": "form-radio"
-            },
-            {
-              "url": "form-input",
-              "name": "Input",
-              "i18n": "Input",
-              "icon": "feather icon-circle",
-              "slug": "form-input"
-            },
-            {
-              "url": "form-input-groups",
-              "name": "Input Groups",
-              "i18n": "Input Groups",
-              "icon": "feather icon-circle",
-              "slug": "form-input-groups"
-            },
-            {
-              "url": "form-number-input",
-              "name": "Number Input",
-              "i18n": "Number Input",
-              "icon": "feather icon-circle",
-              "slug": "form-number-input"
-            },
-            {
-              "url": "form-textarea",
-              "name": "Textarea",
-              "i18n": "Textarea",
-              "icon": "feather icon-circle",
-              "slug": "form-textarea"
-            },
-            {
-              "url": "form-date-time-picker",
-              "name": "Date & Time Picker",
-              "i18n": "Date & Time Picker",
-              "icon": "feather icon-circle",
-              "slug": "form-date-time-picker"
-            }
-          ]
-        },
-        {
-          "url": "form-layout",
-          "name": "Form Layout",
-          "i18n": "Form Layout",
-          "icon": "feather icon-box",
-          "slug": "form-layout"
-        },
-        {
-          "url": "form-wizard",
-          "name": "Form Wizard",
-          "i18n": "Form Wizard",
-          "icon": "feather icon-package",
-          "slug": "form-wizard"
-        },
-        {
-          "url": "form-validation",
-          "name": "Form Validation",
-          "i18n": "Form Validation",
-          "icon": "feather icon-check-circle",
-          "slug": "form-validation"
-        },
-        {
-          "url": "table",
-          "name": "Table",
-          "i18n": "Table",
-          "icon": "feather icon-server",
-          "slug": "table"
-        },
-        {
-          "url": "table-datatable",
-          "name": "Datatable",
-          "i18n": "Datatable",
-          "icon": "feather icon-grid",
-          "slug": "table-datatable"
-        },
-        {
-          "url": "table-ag-grid",
-          "name": "agGrid Table",
-          "icon": "feather icon-grid",
-          "i18n": "nav.table_ag_grid",
-          "slug": "table-ag-grid"
-        }
-      ]
-    },
-    {
-      "url": "#",
-      "name": "Pages",
-      "icon": "feather icon-file",
-      "slug": "pages",
-      "i18n": "Pages",
-      "dropdown": "1",
-      "submenu": [
-        {
-          "url": "page-user-profile",
-          "name": "Profile",
-          "i18n": "Profile",
-          "icon": "feather icon-user",
-          "slug": "user-profile"
-        },
-        {
-          "url": "page-account-settings",
-          "name": "Account Settings",
-          "icon": "feather icon-settings",
-          "i18n": "nav.page_account_settings"
-        },
-        {
-          "url": "page-faq",
-          "name": "FAQ",
-          "i18n": "FAQ",
-          "icon": "feather icon-help-circle",
-          "slug": "faq"
-        },
-        {
-          "url": "page-knowledge-base",
-          "name": "Knowledge Base",
-          "i18n": "Knowledge Base",
-          "icon": "feather icon-info",
-          "slug": "knowledge-base"
-        },
-        {
-          "url": "page-search",
-          "name": "Search",
-          "i18n": "Search",
-          "icon": "feather icon-search",
-          "slug": "search-page"
-        },
-        {
-          "url": "page-invoice",
-          "name": "Invoice",
-          "i18n": "Invoice",
-          "icon": "feather icon-file",
-          "slug": "invoice"
-        },
-        {
-          "url": "#",
-          "name": "Authentication",
-          "i18n": "Authentication",
-          "icon": "feather icon-unlock",
-          "slug": "",
-          "submenu": [
-            {
-              "url": "auth-login",
-              "name": "Login",
-              "i18n": "Login",
-              "icon": "feather icon-circle",
-              "slug": "login"
-            },
-            {
-              "url": "auth-register",
-              "name": "Register",
-              "i18n": "Register",
-              "icon": "feather icon-circle",
-              "slug": "register"
-            },
-            {
-              "url": "auth-forgot-password",
-              "name": "Forgot Password",
-              "i18n": "Forgot Password",
-              "icon": "feather icon-circle",
-              "slug": "forgot-password"
-            },
-            {
-              "url": "auth-reset-password",
-              "name": "Reset Password",
-              "i18n": "Reset Password",
-              "icon": "feather icon-circle",
-              "slug": "reset-password"
-            },
-            {
-              "url": "auth-lock-screen",
-              "name": "Lock Screen",
-              "i18n": "Lock Screen",
-              "icon": "feather icon-circle",
-              "slug": "lock-screen"
-            }
-          ]
-        },
-        {
-          "url": "#",
-          "name": "Miscellaneous",
-          "i18n": "Miscellaneous",
-          "icon": "feather icon-file-text",
-          "slug": "",
-          "submenu": [
-            {
-              "url": "page-coming-soon",
-              "name": "Coming Soon",
-              "i18n": "Coming Soon",
-              "icon": "feather icon-circle",
-              "slug": "coming-soon"
-            },
-            {
-              "url": "error-404",
-              "name": "Error 404",
-              "i18n": "404",
-              "icon": "feather icon-circle",
-              "slug": "error-404"
-            },
-            {
-              "url": "error-500",
-              "name": "Error 500",
-              "i18n": "500",
-              "icon": "feather icon-circle",
-              "slug": "error-500"
-            },
-            {
-              "url": "page-not-authorized",
-              "name": "Not Authorized",
-              "i18n": "Not Authorized",
-              "icon": "feather icon-circle",
-              "slug": "not-authorized"
-            },
-            {
-              "url": "page-maintenance",
-              "name": "Maintenance",
-              "i18n": "Maintenance",
-              "icon": "feather icon-circle",
-              "slug": "maintenance"
-            }
-          ]
-        }
-      ]
-    },
-    {
-      "url": "#",
-      "name": "Charts & Maps",
-      "icon": "feather icon-bar-chart-2",
-      "slug": "chart",
-      "i18n": "Charts & Maps",
-      "dropdown": "1",
-      "submenu": [
-        {
-          "url": "#",
-          "name": "Charts",
-          "i18n": "Charts",
-          "icon": "feather icon-pie-chart",
-          "slug": "",
-          "submenu": [
-            {
-              "url": "chart-apex",
-              "name": "Apex",
-              "i18n": "Apex",
-              "icon": "feather icon-circle",
-              "slug": "chart-apex"
-            },
-            {
-              "url": "chart-chartjs",
-              "name": "Chartjs",
-              "i18n": "Chartjs",
-              "icon": "feather icon-circle",
-              "slug": "chart-chartjs"
-            },
-            {
-              "url": "chart-echarts",
-              "name": "Echarts",
-              "i18n": "Echarts",
-              "icon": "feather icon-circle",
-              "slug": "chart-echarts"
-            }
-          ]
-        },
-        {
-          "url": "maps-google",
-          "name": "Google Maps",
-          "i18n": "Google Maps",
-          "icon": "feather icon-map",
-          "slug": "maps-google"
-        }
-      ]
-    },
-    {
-      "url": "#",
-      "name": "Others",
-      "icon": "feather icon-more-horizontal",
-      "slug": "others",
-      "i18n": "Others",
-      "dropdown": "1",
-      "submenu": [
-        {
-          "url": "#",
-          "name": "Menu Levels",
-          "i18n": "Menu Levels",
-          "icon": "feather icon-menu",
-          "slug": "",
-          "submenu": [
-            {
-              "url": "#",
-              "name": "Second Level",
-              "i18n": "Second Level",
-              "icon": "feather icon-circle",
-              "slug": ""
-            },
-            {
-              "url": "#",
-              "name": "Second Level",
-              "i18n": "Second Level",
-              "icon": "feather icon-circle",
-              "slug": "",
-              "submenu": [
-                {
-                  "url": "#",
-                  "name": "Third Level",
-                  "i18n": "Third Level",
-                  "icon": "feather icon-circle",
-                  "slug": ""
-                },
-                {
-                  "url": "#",
-                  "name": "Third Level",
-                  "i18n": "Third Level",
-                  "icon": "feather icon-circle",
-                  "slug": ""
-                }
-              ]
-            }
-          ]
-        },
-        {
-          "url": "",
-          "name": "Disabled Menu",
-          "i18n": "Disabled Menu",
-          "icon": "feather icon-eye-off",
-          "slug": "",
-          "classlist": "disabled"
-        },
-        {
-          "url": "https://pixinvent.com/demo/vuexy-html-bootstrap-admin-template/documentation/documentation-laravel.html",
-          "name": "Documentation",
-          "i18n": "Documentation",
-          "slug": "documentation",
-          "icon": "feather icon-folder"
-        },
-        {
-          "url": "https://pixinvent.ticksy.com/",
-          "name": "Raise Support",
-          "i18n": "Raise Support",
-          "slug": "support-raise-support",
-          "icon": "feather icon-life-buoy"
-        }
-      ]
-    }
-  ]
-}

+ 0 - 797
resources/assets/json/verticalMenu.json

@@ -1,797 +0,0 @@
-{
-  "menu": [
-    {
-      "url": "",
-      "name": "Dashboard",
-      "slug": "dashboard",
-      "badge": "2",
-      "badgeClass": "badge badge-warning badge-pill float-right mr-2",
-      "icon": "feather icon-home",
-      "submenu": [
-        {
-          "url": "/",
-          "name": "Analytics",
-          "icon": "feather icon-circle",
-          "i18n": "nav.dashboard_analytics"
-        },
-        {
-          "url": "dashboard-ecommerce",
-          "name": "eCommerce",
-          "icon": "feather icon-circle",
-          "i18n": "nav.dashboard_ecommerce"
-        }
-      ]
-    },
-    {
-      "url": "",
-      "navheader": "Apps",
-      "icon": ""
-    },
-    {
-      "url": "app-email",
-      "name": "Email",
-      "icon": "feather icon-mail",
-      "i18n": "nav.app_email"
-    },
-    {
-      "url": "app-chat",
-      "name": "Chat",
-      "icon": "feather icon-message-square",
-      "i18n": "nav.app_chat"
-    },
-    {
-      "url": "app-todo",
-      "name": "Todo",
-      "icon": "feather icon-check-square",
-      "i18n": "nav.app_todo"
-    },
-    {
-      "url": "app-calender",
-      "name": "Calender",
-      "icon": "feather icon-calendar",
-      "i18n": "nav.app_calender"
-    },
-    {
-      "url": "",
-      "name": "Ecommerce",
-      "icon": "feather icon-shopping-cart",
-      "submenu": [
-        {
-          "url": "app-ecommerce-shop",
-          "name": "Shop",
-          "icon": "feather icon-circle",
-          "i18n": "nav.app_ecommerce_shop"
-        },
-        {
-          "url": "app-ecommerce-details",
-          "name": "Details",
-          "icon": "feather icon-circle",
-          "i18n": "nav.app_ecommerce_details"
-        },
-        {
-          "url": "app-ecommerce-wishlist",
-          "name": "Wish List",
-          "icon": "feather icon-circle",
-          "i18n": "nav.app_ecommerce_wishlist"
-        },
-        {
-          "url": "app-ecommerce-checkout",
-          "name": "Checkout",
-          "icon": "feather icon-circle",
-          "i18n": "nav.app_ecommerce_checkout"
-        }
-      ]
-    },
-    {
-      "url": "",
-      "name": "User",
-      "icon": "feather icon-unlock",
-      "submenu": [
-        {
-          "url": "app-user-list",
-          "name": "List",
-          "icon": "feather icon-circle",
-          "i18n": "nav.app_user_list"
-        },
-        {
-          "url": "app-user-view",
-          "name": "View",
-          "icon": "feather icon-circle",
-          "i18n": "nav.app_user_view"
-        },
-        {
-          "url": "app-user-edit",
-          "name": "Edit",
-          "icon": "feather icon-circle",
-          "i18n": "nav.app_user_edit"
-        }
-      ]
-    },
-    {
-      "url": "",
-      "navheader": "UI Elements",
-      "icon": ""
-    },
-    {
-      "url": "",
-      "name": "Data List",
-      "badge": "New",
-      "badgeClass": "badge badge-primary badge-pill float-right mr-2",
-      "icon": "feather icon-list",
-      "submenu": [
-        {
-          "url": "data-list-view",
-          "name": "List View",
-          "icon": "feather icon-circle",
-          "i18n": "nav.data_list_view"
-        },
-        {
-          "url": "data-thumb-view",
-          "name": "Thumb View",
-          "icon": "feather icon-circle",
-          "i18n": "nav.data_thumb_view"
-        }
-      ]
-    },
-    {
-      "url": "",
-      "name": "Content",
-      "icon": "feather icon-layout",
-      "submenu": [
-        {
-          "url": "content-grid",
-          "name": "Grid",
-          "icon": "feather icon-circle",
-          "i18n": "nav.content_grid"
-        },
-        {
-          "url": "content-typography",
-          "name": "Typography",
-          "icon": "feather icon-circle",
-          "i18n": "nav.content_typography"
-        },
-        {
-          "url": "content-text-utilities",
-          "name": "Text Utilities",
-          "icon": "feather icon-circle",
-          "i18n": "nav.content_text_utilities"
-        },
-        {
-          "url": "content-syntax-highlighter",
-          "name": "Syntax Highlighter",
-          "icon": "feather icon-circle",
-          "i18n": "nav.content_syntax_highlighter"
-        },
-        {
-          "url": "content-helper-classes",
-          "name": "Helper Classes",
-          "icon": "feather icon-circle",
-          "i18n": "nav.content_helper_classes"
-        }
-      ]
-    },
-    {
-      "url": "colors",
-      "name": "Colors",
-      "icon": "feather icon-droplet",
-      "i18n": "nav.colors"
-    },
-    {
-      "url": "",
-      "name": "Icons",
-      "icon": "feather icon-eye",
-      "submenu": [
-        {
-          "url": "icons-feather",
-          "name": "Feather",
-          "icon": "feather icon-circle",
-          "i18n": "nav.icons_feather"
-        },
-        {
-          "url": "icons-font-awesome",
-          "name": "Font Awesome",
-          "icon": "feather icon-circle",
-          "i18n": "nav.icons_font_awesome"
-        }
-      ]
-    },
-    {
-      "url": "",
-      "name": "Cards",
-      "icon": "feather icon-credit-card",
-      "submenu": [
-        {
-          "url": "card-basic",
-          "name": "Basic",
-          "icon": "feather icon-circle",
-          "i18n": "nav.card_basic"
-        },
-        {
-          "url": "card-advance",
-          "name": "Advance",
-          "icon": "feather icon-circle",
-          "i18n": "nav.card_advance"
-        },
-        {
-          "url": "card-statistics",
-          "name": "Statistics",
-          "icon": "feather icon-circle",
-          "i18n": "nav.card_statistics"
-        },
-        {
-          "url": "card-analytics",
-          "name": "Analytics",
-          "icon": "feather icon-circle",
-          "i18n": "nav.card_analytics"
-        },
-        {
-          "url": "card-actions",
-          "name": "Card Actions",
-          "icon": "feather icon-circle",
-          "i18n": "nav.card_actions"
-        }
-      ]
-    },
-    {
-      "url": "",
-      "name": "Components",
-      "icon": "feather icon-briefcase",
-      "submenu": [
-        {
-          "url": "component-alert",
-          "name": "Alerts",
-          "icon": "feather icon-circle",
-          "i18n": "nav.component_alert"
-        },
-        {
-          "url": "component-buttons",
-          "name": "Buttons",
-          "icon": "feather icon-circle",
-          "i18n": "nav.component_buttons"
-        },
-        {
-          "url": "component-breadcrumbs",
-          "name": "Breadcrumbs",
-          "icon": "feather icon-circle",
-          "i18n": "nav.component_breadcrumbs"
-        },
-        {
-          "url": "component-carousel",
-          "name": "Carousel",
-          "icon": "feather icon-circle",
-          "i18n": "nav.component_carousel"
-        },
-        {
-          "url": "component-collapse",
-          "name": "Collapse",
-          "icon": "feather icon-circle",
-          "i18n": "nav.component_collapse"
-        },
-        {
-          "url": "component-dropdowns",
-          "name": "Dropdowns",
-          "icon": "feather icon-circle",
-          "i18n": "nav.component_dropdowns"
-        },
-        {
-          "url": "component-list-group",
-          "name": "List Group",
-          "icon": "feather icon-circle",
-          "i18n": "nav.component_list_group"
-        },
-        {
-          "url": "component-modals",
-          "name": "Modal",
-          "icon": "feather icon-circle",
-          "i18n": "nav.component_modals"
-        },
-        {
-          "url": "component-pagination",
-          "name": "Pagination",
-          "icon": "feather icon-circle",
-          "i18n": "nav.component_pagination"
-        },
-        {
-          "url": "component-navs",
-          "name": "Navs Component",
-          "icon": "feather icon-circle",
-          "i18n": "nav.component_navs_component"
-        },
-        {
-          "url": "component-navbar",
-          "name": "Navbar",
-          "icon": "feather icon-circle",
-          "i18n": "nav.component_navbar"
-        },
-        {
-          "url": "component-tabs",
-          "name": "Tabs Component",
-          "icon": "feather icon-circle",
-          "i18n": "nav.component_tabs"
-        },
-        {
-          "url": "component-pills",
-          "name": "Pills Component",
-          "icon": "feather icon-circle",
-          "i18n": "nav.component_pills"
-        },
-        {
-          "url": "component-tooltips",
-          "name": "Tooltips",
-          "icon": "feather icon-circle",
-          "i18n": "nav.component_tooltips"
-        },
-        {
-          "url": "component-popovers",
-          "name": "Popovers",
-          "icon": "feather icon-circle",
-          "i18n": "nav.component_popovers"
-        },
-        {
-          "url": "component-badges",
-          "name": "Badges",
-          "icon": "feather icon-circle",
-          "i18n": "nav.component_badges"
-        },
-        {
-          "url": "component-pill-badges",
-          "name": "Pill Badges",
-          "icon": "feather icon-circle",
-          "i18n": "nav.component_pill_badges"
-        },
-        {
-          "url": "component-progress",
-          "name": "Progress",
-          "icon": "feather icon-circle",
-          "i18n": "nav.component_progress"
-        },
-        {
-          "url": "component-media-objects",
-          "name": "Media Objects",
-          "icon": "feather icon-circle",
-          "i18n": "nav.component_media_objects"
-        },
-        {
-          "url": "component-spinner",
-          "name": "Spinner",
-          "icon": "feather icon-circle",
-          "i18n": "nav.component_spinner"
-        },
-        {
-          "url": "component-toast",
-          "name": "Toast",
-          "icon": "feather icon-circle",
-          "i18n": "nav.component_toast"
-        }
-      ]
-    },
-    {
-      "url": "",
-      "name": "Extra Components",
-      "icon": "feather icon-box",
-      "submenu": [
-        {
-          "url": "ex-component-avatar",
-          "name": "Avatar",
-          "icon": "feather icon-circle",
-          "i18n": "nav.ex_component_avatar"
-        },
-        {
-          "url": "ex-component-chips",
-          "name": "Chips",
-          "icon": "feather icon-circle",
-          "i18n": "nav.ex_component_chips"
-        },
-        {
-          "url": "ex-component-divider",
-          "name": "Divider",
-          "icon": "feather icon-circle",
-          "i18n": "nav.ex_component_divider"
-        }
-      ]
-    },
-    {
-      "url": "",
-      "navheader": "Forms & Tables",
-      "icon": ""
-    },
-    {
-      "url": "",
-      "name": "Form Elements",
-      "icon": "feather icon-copy",
-      "submenu": [
-        {
-          "url": "form-select",
-          "name": "Select",
-          "icon": "feather icon-circle",
-          "i18n": "nav.form_select"
-        },
-        {
-          "url": "form-switch",
-          "name": "Switch",
-          "icon": "feather icon-circle",
-          "i18n": "nav.form_switch"
-        },
-        {
-          "url": "form-checkbox",
-          "name": "Checkbox",
-          "icon": "feather icon-circle",
-          "i18n": "nav.form_checkbox"
-        },
-        {
-          "url": "form-radio",
-          "name": "Radio",
-          "icon": "feather icon-circle",
-          "i18n": "nav.form_radio"
-        },
-        {
-          "url": "form-input",
-          "name": "Input",
-          "icon": "feather icon-circle",
-          "i18n": "nav.form_input"
-        },
-        {
-          "url": "form-input-groups",
-          "name": "Input Groups",
-          "icon": "feather icon-circle",
-          "i18n": "nav.form_input_groups"
-        },
-        {
-          "url": "form-number-input",
-          "name": "Number Input",
-          "icon": "feather icon-circle",
-          "i18n": "nav.form_number_input"
-        },
-        {
-          "url": "form-textarea",
-          "name": "Textarea",
-          "icon": "feather icon-circle",
-          "i18n": "nav.form_textarea"
-        },
-        {
-          "url": "form-date-time-picker",
-          "name": "Date & Time Picker",
-          "icon": "feather icon-circle",
-          "i18n": "nav.form_date_time_picker"
-        }
-      ]
-    },
-    {
-      "url": "form-layout",
-      "name": "Form Layout",
-      "icon": "feather icon-box",
-      "i18n": "nav.form_layout"
-    },
-    {
-      "url": "form-wizard",
-      "name": "Form Wizard",
-      "icon": "feather icon-package",
-      "i18n": "nav.form_wizard"
-    },
-    {
-      "url": "form-validation",
-      "name": "Form Validation",
-      "icon": "feather icon-check-circle",
-      "i18n": "nav.form_validation"
-    },
-    {
-      "url": "table",
-      "name": "Table",
-      "icon": "feather icon-server",
-      "i18n": "nav.table"
-    },
-    {
-      "url": "table-datatable",
-      "name": "Datatable",
-      "icon": "feather icon-grid",
-      "i18n": "nav.table_datatable"
-    },
-    {
-      "url": "table-ag-grid",
-      "name": "agGrid Table",
-      "icon": "feather icon-grid",
-      "i18n": "nav.table_ag_grid",
-      "badge": "New",
-      "badgeClass": "badge badge-primary badge-pill float-right mr-2"
-    },
-    {
-      "url": "",
-      "navheader": "Pages",
-      "icon": ""
-    },
-    {
-      "url": "page-user-profile",
-      "name": "Profile",
-      "icon": "feather icon-user",
-      "i18n": "nav.page_user_profile"
-    },
-    {
-      "url": "page-account-settings",
-      "name": "Account Settings",
-      "icon": "feather icon-settings",
-      "i18n": "nav.page_account_settings"
-    },
-    {
-      "url": "page-faq",
-      "name": "FAQ",
-      "icon": "feather icon-help-circle",
-      "i18n": "nav.page_faq"
-    },
-    {
-      "url": "page-knowledge-base",
-      "name": "Knowledge Base",
-      "icon": "feather icon-info",
-      "i18n": "nav.page_knowledge_base"
-    },
-    {
-      "url": "page-search",
-      "name": "Search",
-      "icon": "feather icon-search",
-      "i18n": "nav.page_search"
-    },
-    {
-      "url": "page-invoice",
-      "name": "Invoice",
-      "icon": "feather icon-file",
-      "i18n": "nav.page_invoice"
-    },
-    {
-      "url": "",
-      "name": "Authentication",
-      "icon": "feather icon-unlock",
-      "submenu": [
-        {
-          "url": "auth-login",
-          "name": "Login",
-          "icon": "feather icon-circle",
-          "i18n": "nav.auth_login"
-        },
-        {
-          "url": "auth-register",
-          "name": "Register",
-          "icon": "feather icon-circle",
-          "i18n": "nav.auth_register"
-        },
-        {
-          "url": "auth-forgot-password",
-          "name": "Forgot Password",
-          "icon": "feather icon-circle",
-          "i18n": "nav.auth_forgot_password"
-        },
-        {
-          "url": "auth-reset-password",
-          "name": "Reset Password",
-          "icon": "feather icon-circle",
-          "i18n": "nav.auth_reset_password"
-        },
-        {
-          "url": "auth-lock-screen",
-          "name": "Lock Screen",
-          "icon": "feather icon-circle",
-          "i18n": "nav.auth_lock_screen"
-        }
-      ]
-    },
-    {
-      "url": "",
-      "name": "Miscellaneous",
-      "icon": "feather icon-unlock",
-      "submenu": [
-        {
-          "url": "page-coming-soon",
-          "name": "Coming Soon",
-          "icon": "feather icon-circle",
-          "i18n": "nav.page_coming_soon"
-        },
-        {
-          "url": "",
-          "name": "Error",
-          "icon": "feather icon-circle",
-          "submenu": [
-            {
-              "url": "error-404",
-              "name": "404",
-              "icon": "feather icon-circle",
-              "i18n": "nav.error_404"
-            },
-            {
-              "url": "error-500",
-              "name": "500",
-              "icon": "feather icon-circle",
-              "i18n": "nav.error_500"
-            }
-          ]
-        },
-        {
-          "url": "page-not-authorized",
-          "name": "Not Authorized",
-          "icon": "feather icon-circle",
-          "i18n": "nav.page_not_authorized"
-        },
-        {
-          "url": "page-maintenance",
-          "name": "Maintenance",
-          "icon": "feather icon-circle",
-          "i18n": "nav.page_maintenance"
-        }
-      ]
-    },
-    {
-      "url": "",
-      "navheader": "Charts & Maps",
-      "icon": ""
-    },
-    {
-      "url": "",
-      "name": "Charts",
-      "icon": "feather icon-pie-chart",
-      "badge": "3",
-      "badgeClass": "badge badge-pill badge-success float-right mr-2",
-      "submenu": [
-        {
-          "url": "chart-apex",
-          "name": "Apex",
-          "icon": "feather icon-circle",
-          "i18n": "nav.chart_apex"
-        },
-        {
-          "url": "chart-chartjs",
-          "name": "Chartjs",
-          "icon": "feather icon-circle",
-          "i18n": "nav.chart_chartjs"
-        },
-        {
-          "url": "chart-echarts",
-          "name": "Echarts",
-          "icon": "feather icon-circle",
-          "i18n": "nav.chart_echarts"
-        }
-      ]
-    },
-    {
-      "url": "maps-google",
-      "name": "Google Maps",
-      "icon": "feather icon-map",
-      "i18n": "nav.maps_google"
-    },
-    {
-      "url": "",
-      "navheader": "Extensions",
-      "icon": ""
-    },
-    {
-      "url": "ext-component-sweet-alerts",
-      "name": "Sweet Alert",
-      "icon": "feather icon-alert-circle",
-      "i18n": "nav.ext_component_sweet_alerts"
-    },
-    {
-      "url": "ext-component-toastr",
-      "name": "Toastr",
-      "icon": "feather icon-zap",
-      "i18n": "nav.ext_component_toastr"
-    },
-    {
-      "url": "ext-component-noui-slider",
-      "name": "NoUi Slider",
-      "icon": "feather icon-sliders",
-      "i18n": "nav.ext_component_noui_slider"
-    },
-    {
-      "url": "ext-component-file-uploader",
-      "name": "File Uploader",
-      "icon": "feather icon-upload-cloud",
-      "i18n": "nav.ext_component_file_uploader"
-    },
-    {
-      "url": "ext-component-quill-editor",
-      "name": "Quill Editor",
-      "icon": "feather icon-edit",
-      "i18n": "nav.ext_component_quill_editor"
-    },
-    {
-      "url": "ext-component-drag-drop",
-      "name": "Drag & Drop",
-      "icon": "feather icon-droplet",
-      "i18n": "nav.ext_component_drag_drop"
-    },
-    {
-      "url": "ext-component-tour",
-      "name": "Tour",
-      "icon": "feather icon-info",
-      "i18n": "nav.ext_component_tour"
-    },
-    {
-      "url": "ext-component-clipboard",
-      "name": "Clipboard",
-      "icon": "feather icon-copy",
-      "i18n": "nav.ext_component_clipboard"
-    },
-    {
-      "url": "ext-component-plyr",
-      "name": "Media Player",
-      "icon": "feather icon-film",
-      "i18n": "nav.ext_component_plyr"
-    },
-    {
-      "url": "ext-component-context-menu",
-      "name": "Context Menu",
-      "icon": "feather icon-more-horizontal",
-      "i18n": "nav.ext_component_context_menu"
-    },
-    {
-      "url": "ext-component-swiper",
-      "name": "Swiper",
-      "icon": "feather icon-smartphone",
-      "i18n": "nav.ext_component_swiper"
-    },
-    {
-      "url": "ext-component-i18n",
-      "name": "I18n",
-      "icon": "feather icon-globe",
-      "i18n": "nav.ext_component_i18n"
-    },
-    {
-      "url": "",
-      "navheader": "Others",
-      "icon": ""
-    },
-    {
-      "url": "",
-      "name": "Menu Levels",
-      "icon": "feather icon-menu",
-      "submenu": [
-        {
-          "url": "",
-          "name": "Second Level",
-          "icon": "feather icon-circle",
-          "i18n": ""
-        },
-        {
-          "url": "",
-          "name": "Second Level",
-          "icon": "feather icon-circle",
-          "i18n": "",
-          "submenu": [
-            {
-              "url": "",
-              "name": "Third Level",
-              "icon": "feather icon-circle",
-              "i18n": ""
-            },
-            {
-              "url": "",
-              "name": "Third Level",
-              "icon": "feather icon-circle",
-              "i18n": ""
-            }
-          ]
-        }
-      ]
-    },
-    {
-      "url": "",
-      "name": "Disabled Menu",
-      "icon": "feather icon-eye-off",
-      "i18n": "",
-      "classlist": "disabled"
-    },
-    {
-      "url": "",
-      "navheader": "Support",
-      "icon": ""
-    },
-    {
-      "url": "https://pixinvent.com/demo/vuexy-html-bootstrap-admin-template/documentation/documentation-laravel.html",
-      "name": "Documentation",
-      "icon": "feather icon-folder",
-      "i18n": "nav.documentation"
-    },
-    {
-      "url": "https://pixinvent.ticksy.com/",
-      "name": "Raise Support",
-      "icon": "feather icon-life-buoy",
-      "i18n": "nav.raise_support"
-    }
-  ]
-}

Plik diff jest za duży
+ 0 - 1
resources/assets/vendors/js/forms/select/select2.full.min.js


Plik diff jest za duży
+ 0 - 0
resources/assets/vendors/js/vendors.min.js


+ 36 - 36
resources/dist/css/plugins/loaders/animations/ball-grid-beat.css

@@ -27,66 +27,66 @@
 }
 
 .ball-grid-beat > div:nth-child(1) {
-  -webkit-animation-delay: 0.49s;
-          animation-delay: 0.49s;
-  -webkit-animation-duration: 0.93s;
-          animation-duration: 0.93s;
+  -webkit-animation-delay: -0.08s;
+          animation-delay: -0.08s;
+  -webkit-animation-duration: 1.04s;
+          animation-duration: 1.04s;
 }
 
 .ball-grid-beat > div:nth-child(2) {
-  -webkit-animation-delay: 0.12s;
-          animation-delay: 0.12s;
-  -webkit-animation-duration: 1.32s;
-          animation-duration: 1.32s;
+  -webkit-animation-delay: 0.68s;
+          animation-delay: 0.68s;
+  -webkit-animation-duration: 1.49s;
+          animation-duration: 1.49s;
 }
 
 .ball-grid-beat > div:nth-child(3) {
-  -webkit-animation-delay: 0.53s;
-          animation-delay: 0.53s;
-  -webkit-animation-duration: 0.99s;
-          animation-duration: 0.99s;
+  -webkit-animation-delay: 0.68s;
+          animation-delay: 0.68s;
+  -webkit-animation-duration: 1.41s;
+          animation-duration: 1.41s;
 }
 
 .ball-grid-beat > div:nth-child(4) {
-  -webkit-animation-delay: 0.47s;
-          animation-delay: 0.47s;
-  -webkit-animation-duration: 1.43s;
-          animation-duration: 1.43s;
+  -webkit-animation-delay: -0.15s;
+          animation-delay: -0.15s;
+  -webkit-animation-duration: 1.14s;
+          animation-duration: 1.14s;
 }
 
 .ball-grid-beat > div:nth-child(5) {
-  -webkit-animation-delay: 0.52s;
-          animation-delay: 0.52s;
-  -webkit-animation-duration: 0.8s;
-          animation-duration: 0.8s;
+  -webkit-animation-delay: -0.08s;
+          animation-delay: -0.08s;
+  -webkit-animation-duration: 1.34s;
+          animation-duration: 1.34s;
 }
 
 .ball-grid-beat > div:nth-child(6) {
-  -webkit-animation-delay: 0.01s;
-          animation-delay: 0.01s;
-  -webkit-animation-duration: 1s;
-          animation-duration: 1s;
+  -webkit-animation-delay: -0.08s;
+          animation-delay: -0.08s;
+  -webkit-animation-duration: 0.64s;
+          animation-duration: 0.64s;
 }
 
 .ball-grid-beat > div:nth-child(7) {
-  -webkit-animation-delay: 0.05s;
-          animation-delay: 0.05s;
-  -webkit-animation-duration: 0.64s;
-          animation-duration: 0.64s;
+  -webkit-animation-delay: 0.22s;
+          animation-delay: 0.22s;
+  -webkit-animation-duration: 1.33s;
+          animation-duration: 1.33s;
 }
 
 .ball-grid-beat > div:nth-child(8) {
-  -webkit-animation-delay: 0.08s;
-          animation-delay: 0.08s;
-  -webkit-animation-duration: 0.93s;
-          animation-duration: 0.93s;
+  -webkit-animation-delay: 0.56s;
+          animation-delay: 0.56s;
+  -webkit-animation-duration: 1.57s;
+          animation-duration: 1.57s;
 }
 
 .ball-grid-beat > div:nth-child(9) {
-  -webkit-animation-delay: -0.09s;
-          animation-delay: -0.09s;
-  -webkit-animation-duration: 1.53s;
-          animation-duration: 1.53s;
+  -webkit-animation-delay: 0.51s;
+          animation-delay: 0.51s;
+  -webkit-animation-duration: 1.39s;
+          animation-duration: 1.39s;
 }
 
 .ball-grid-beat > div {

+ 34 - 34
resources/dist/css/plugins/loaders/animations/ball-grid-pulse.css

@@ -39,66 +39,66 @@
 }
 
 .ball-grid-pulse > div:nth-child(1) {
-  -webkit-animation-delay: 0.72s;
-          animation-delay: 0.72s;
-  -webkit-animation-duration: 0.96s;
-          animation-duration: 0.96s;
+  -webkit-animation-delay: 0.45s;
+          animation-delay: 0.45s;
+  -webkit-animation-duration: 1.47s;
+          animation-duration: 1.47s;
 }
 
 .ball-grid-pulse > div:nth-child(2) {
-  -webkit-animation-delay: -0.12s;
-          animation-delay: -0.12s;
-  -webkit-animation-duration: 1.19s;
-          animation-duration: 1.19s;
+  -webkit-animation-delay: 0.56s;
+          animation-delay: 0.56s;
+  -webkit-animation-duration: 0.84s;
+          animation-duration: 0.84s;
 }
 
 .ball-grid-pulse > div:nth-child(3) {
-  -webkit-animation-delay: 0.49s;
-          animation-delay: 0.49s;
+  -webkit-animation-delay: -0.18s;
+          animation-delay: -0.18s;
   -webkit-animation-duration: 0.63s;
           animation-duration: 0.63s;
 }
 
 .ball-grid-pulse > div:nth-child(4) {
-  -webkit-animation-delay: 0.07s;
-          animation-delay: 0.07s;
-  -webkit-animation-duration: 1.48s;
-          animation-duration: 1.48s;
+  -webkit-animation-delay: -0.11s;
+          animation-delay: -0.11s;
+  -webkit-animation-duration: 0.71s;
+          animation-duration: 0.71s;
 }
 
 .ball-grid-pulse > div:nth-child(5) {
-  -webkit-animation-delay: 0.7s;
-          animation-delay: 0.7s;
-  -webkit-animation-duration: 0.83s;
-          animation-duration: 0.83s;
+  -webkit-animation-delay: 0.09s;
+          animation-delay: 0.09s;
+  -webkit-animation-duration: 1.01s;
+          animation-duration: 1.01s;
 }
 
 .ball-grid-pulse > div:nth-child(6) {
-  -webkit-animation-delay: 0.69s;
-          animation-delay: 0.69s;
-  -webkit-animation-duration: 1.47s;
-          animation-duration: 1.47s;
+  -webkit-animation-delay: 0.5s;
+          animation-delay: 0.5s;
+  -webkit-animation-duration: 0.62s;
+          animation-duration: 0.62s;
 }
 
 .ball-grid-pulse > div:nth-child(7) {
-  -webkit-animation-delay: 0.24s;
-          animation-delay: 0.24s;
-  -webkit-animation-duration: 1.24s;
-          animation-duration: 1.24s;
+  -webkit-animation-delay: 0.03s;
+          animation-delay: 0.03s;
+  -webkit-animation-duration: 1.31s;
+          animation-duration: 1.31s;
 }
 
 .ball-grid-pulse > div:nth-child(8) {
-  -webkit-animation-delay: 0.66s;
-          animation-delay: 0.66s;
-  -webkit-animation-duration: 0.77s;
-          animation-duration: 0.77s;
+  -webkit-animation-delay: 0s;
+          animation-delay: 0s;
+  -webkit-animation-duration: 1.23s;
+          animation-duration: 1.23s;
 }
 
 .ball-grid-pulse > div:nth-child(9) {
-  -webkit-animation-delay: 0.18s;
-          animation-delay: 0.18s;
-  -webkit-animation-duration: 1.36s;
-          animation-duration: 1.36s;
+  -webkit-animation-delay: 0.79s;
+          animation-delay: 0.79s;
+  -webkit-animation-duration: 1.53s;
+          animation-duration: 1.53s;
 }
 
 .ball-grid-pulse > div {

+ 16 - 16
resources/dist/css/plugins/loaders/animations/line-scale-random.css

@@ -31,31 +31,31 @@
 }
 
 .line-scale-party > div:nth-child(1) {
-  -webkit-animation-delay: -0.14s;
-          animation-delay: -0.14s;
-  -webkit-animation-duration: 1.22s;
-          animation-duration: 1.22s;
+  -webkit-animation-delay: 0.72s;
+          animation-delay: 0.72s;
+  -webkit-animation-duration: 0.95s;
+          animation-duration: 0.95s;
 }
 
 .line-scale-party > div:nth-child(2) {
-  -webkit-animation-delay: -0.18s;
-          animation-delay: -0.18s;
-  -webkit-animation-duration: 0.59s;
-          animation-duration: 0.59s;
+  -webkit-animation-delay: 0.37s;
+          animation-delay: 0.37s;
+  -webkit-animation-duration: 0.32s;
+          animation-duration: 0.32s;
 }
 
 .line-scale-party > div:nth-child(3) {
-  -webkit-animation-delay: 0.17s;
-          animation-delay: 0.17s;
-  -webkit-animation-duration: 0.74s;
-          animation-duration: 0.74s;
+  -webkit-animation-delay: -0.1s;
+          animation-delay: -0.1s;
+  -webkit-animation-duration: 0.7s;
+          animation-duration: 0.7s;
 }
 
 .line-scale-party > div:nth-child(4) {
-  -webkit-animation-delay: 0.52s;
-          animation-delay: 0.52s;
-  -webkit-animation-duration: 0.73s;
-          animation-duration: 0.73s;
+  -webkit-animation-delay: 0.21s;
+          animation-delay: 0.21s;
+  -webkit-animation-duration: 0.75s;
+          animation-duration: 0.75s;
 }
 
 .line-scale-party > div {

+ 88 - 88
resources/dist/css/plugins/loaders/loaders.css

@@ -1454,66 +1454,66 @@
 }
 
 .ball-grid-beat > div:nth-child(1) {
-  -webkit-animation-delay: 0.78s;
-          animation-delay: 0.78s;
-  -webkit-animation-duration: 0.84s;
-          animation-duration: 0.84s;
+  -webkit-animation-delay: 0.31s;
+          animation-delay: 0.31s;
+  -webkit-animation-duration: 0.7s;
+          animation-duration: 0.7s;
 }
 
 .ball-grid-beat > div:nth-child(2) {
-  -webkit-animation-delay: -0.14s;
-          animation-delay: -0.14s;
-  -webkit-animation-duration: 1.07s;
-          animation-duration: 1.07s;
+  -webkit-animation-delay: 0.29s;
+          animation-delay: 0.29s;
+  -webkit-animation-duration: 1.04s;
+          animation-duration: 1.04s;
 }
 
 .ball-grid-beat > div:nth-child(3) {
-  -webkit-animation-delay: 0.01s;
-          animation-delay: 0.01s;
-  -webkit-animation-duration: 0.69s;
-          animation-duration: 0.69s;
+  -webkit-animation-delay: 0.17s;
+          animation-delay: 0.17s;
+  -webkit-animation-duration: 1.21s;
+          animation-duration: 1.21s;
 }
 
 .ball-grid-beat > div:nth-child(4) {
-  -webkit-animation-delay: -0.07s;
-          animation-delay: -0.07s;
-  -webkit-animation-duration: 1s;
-          animation-duration: 1s;
+  -webkit-animation-delay: 0.7s;
+          animation-delay: 0.7s;
+  -webkit-animation-duration: 1.27s;
+          animation-duration: 1.27s;
 }
 
 .ball-grid-beat > div:nth-child(5) {
-  -webkit-animation-delay: 0.2s;
-          animation-delay: 0.2s;
-  -webkit-animation-duration: 1.29s;
-          animation-duration: 1.29s;
+  -webkit-animation-delay: 0.75s;
+          animation-delay: 0.75s;
+  -webkit-animation-duration: 1.32s;
+          animation-duration: 1.32s;
 }
 
 .ball-grid-beat > div:nth-child(6) {
-  -webkit-animation-delay: -0.13s;
-          animation-delay: -0.13s;
-  -webkit-animation-duration: 0.86s;
-          animation-duration: 0.86s;
+  -webkit-animation-delay: 0.07s;
+          animation-delay: 0.07s;
+  -webkit-animation-duration: 0.79s;
+          animation-duration: 0.79s;
 }
 
 .ball-grid-beat > div:nth-child(7) {
-  -webkit-animation-delay: 0.72s;
-          animation-delay: 0.72s;
-  -webkit-animation-duration: 0.71s;
-          animation-duration: 0.71s;
+  -webkit-animation-delay: 0.14s;
+          animation-delay: 0.14s;
+  -webkit-animation-duration: 1.17s;
+          animation-duration: 1.17s;
 }
 
 .ball-grid-beat > div:nth-child(8) {
-  -webkit-animation-delay: 0.38s;
-          animation-delay: 0.38s;
-  -webkit-animation-duration: 0.93s;
-          animation-duration: 0.93s;
+  -webkit-animation-delay: 0.01s;
+          animation-delay: 0.01s;
+  -webkit-animation-duration: 0.81s;
+          animation-duration: 0.81s;
 }
 
 .ball-grid-beat > div:nth-child(9) {
-  -webkit-animation-delay: 0.29s;
-          animation-delay: 0.29s;
-  -webkit-animation-duration: 0.73s;
-          animation-duration: 0.73s;
+  -webkit-animation-delay: -0.14s;
+          animation-delay: -0.14s;
+  -webkit-animation-duration: 0.79s;
+          animation-duration: 0.79s;
 }
 
 .ball-grid-beat > div {
@@ -1575,66 +1575,66 @@
 }
 
 .ball-grid-pulse > div:nth-child(1) {
-  -webkit-animation-delay: 0.74s;
-          animation-delay: 0.74s;
-  -webkit-animation-duration: 0.77s;
-          animation-duration: 0.77s;
+  -webkit-animation-delay: 0.16s;
+          animation-delay: 0.16s;
+  -webkit-animation-duration: 0.94s;
+          animation-duration: 0.94s;
 }
 
 .ball-grid-pulse > div:nth-child(2) {
-  -webkit-animation-delay: 0.58s;
-          animation-delay: 0.58s;
-  -webkit-animation-duration: 1.48s;
-          animation-duration: 1.48s;
+  -webkit-animation-delay: 0.01s;
+          animation-delay: 0.01s;
+  -webkit-animation-duration: 1.29s;
+          animation-duration: 1.29s;
 }
 
 .ball-grid-pulse > div:nth-child(3) {
-  -webkit-animation-delay: 0.37s;
-          animation-delay: 0.37s;
-  -webkit-animation-duration: 0.79s;
-          animation-duration: 0.79s;
+  -webkit-animation-delay: 0.2s;
+          animation-delay: 0.2s;
+  -webkit-animation-duration: 0.61s;
+          animation-duration: 0.61s;
 }
 
 .ball-grid-pulse > div:nth-child(4) {
-  -webkit-animation-delay: 0.71s;
-          animation-delay: 0.71s;
-  -webkit-animation-duration: 1.06s;
-          animation-duration: 1.06s;
+  -webkit-animation-delay: 0.09s;
+          animation-delay: 0.09s;
+  -webkit-animation-duration: 0.98s;
+          animation-duration: 0.98s;
 }
 
 .ball-grid-pulse > div:nth-child(5) {
-  -webkit-animation-delay: 0.26s;
-          animation-delay: 0.26s;
-  -webkit-animation-duration: 1.05s;
-          animation-duration: 1.05s;
+  -webkit-animation-delay: -0.16s;
+          animation-delay: -0.16s;
+  -webkit-animation-duration: 0.91s;
+          animation-duration: 0.91s;
 }
 
 .ball-grid-pulse > div:nth-child(6) {
-  -webkit-animation-delay: 0.07s;
-          animation-delay: 0.07s;
-  -webkit-animation-duration: 1.13s;
-          animation-duration: 1.13s;
+  -webkit-animation-delay: 0.18s;
+          animation-delay: 0.18s;
+  -webkit-animation-duration: 1.14s;
+          animation-duration: 1.14s;
 }
 
 .ball-grid-pulse > div:nth-child(7) {
-  -webkit-animation-delay: 0.38s;
-          animation-delay: 0.38s;
-  -webkit-animation-duration: 0.85s;
-          animation-duration: 0.85s;
+  -webkit-animation-delay: 0.78s;
+          animation-delay: 0.78s;
+  -webkit-animation-duration: 0.68s;
+          animation-duration: 0.68s;
 }
 
 .ball-grid-pulse > div:nth-child(8) {
-  -webkit-animation-delay: -0.18s;
-          animation-delay: -0.18s;
-  -webkit-animation-duration: 0.96s;
-          animation-duration: 0.96s;
+  -webkit-animation-delay: 0.25s;
+          animation-delay: 0.25s;
+  -webkit-animation-duration: 1.57s;
+          animation-duration: 1.57s;
 }
 
 .ball-grid-pulse > div:nth-child(9) {
-  -webkit-animation-delay: 0.78s;
-          animation-delay: 0.78s;
-  -webkit-animation-duration: 1.42s;
-          animation-duration: 1.42s;
+  -webkit-animation-delay: 0.17s;
+          animation-delay: 0.17s;
+  -webkit-animation-duration: 0.61s;
+          animation-duration: 0.61s;
 }
 
 .ball-grid-pulse > div {
@@ -2181,31 +2181,31 @@
 }
 
 .line-scale-party > div:nth-child(1) {
-  -webkit-animation-delay: 0.38s;
-          animation-delay: 0.38s;
-  -webkit-animation-duration: 0.36s;
-          animation-duration: 0.36s;
+  -webkit-animation-delay: 0.36s;
+          animation-delay: 0.36s;
+  -webkit-animation-duration: 1.04s;
+          animation-duration: 1.04s;
 }
 
 .line-scale-party > div:nth-child(2) {
-  -webkit-animation-delay: 0.59s;
-          animation-delay: 0.59s;
-  -webkit-animation-duration: 1.18s;
-          animation-duration: 1.18s;
+  -webkit-animation-delay: 0.08s;
+          animation-delay: 0.08s;
+  -webkit-animation-duration: 0.31s;
+          animation-duration: 0.31s;
 }
 
 .line-scale-party > div:nth-child(3) {
-  -webkit-animation-delay: 0.78s;
-          animation-delay: 0.78s;
-  -webkit-animation-duration: 0.38s;
-          animation-duration: 0.38s;
+  -webkit-animation-delay: 0.33s;
+          animation-delay: 0.33s;
+  -webkit-animation-duration: 1s;
+          animation-duration: 1s;
 }
 
 .line-scale-party > div:nth-child(4) {
-  -webkit-animation-delay: 0.3s;
-          animation-delay: 0.3s;
-  -webkit-animation-duration: 0.65s;
-          animation-duration: 0.65s;
+  -webkit-animation-delay: 0.04s;
+          animation-delay: 0.04s;
+  -webkit-animation-duration: 0.63s;
+          animation-duration: 0.63s;
 }
 
 .line-scale-party > div {

+ 18 - 17
resources/dist/js/core/app.js

@@ -499,18 +499,20 @@
     }, 100);
   }); // main menu internationalization
   // init i18n and load language file
-
-  i18next.use(window.i18nextXHRBackend).init({
-    debug: false,
-    fallbackLng: "en",
-    backend: {
-      loadPath: "data/locales/{{lng}}.json"
-    },
-    returnObjects: true
-  }, function (err, t) {
-    // resources have been loaded
-    jqueryI18next.init(i18next, $);
-  }); // change language according to data-language of dropdown item
+  // i18next.use(window.i18nextXHRBackend).init({
+  //     debug: false,
+  //     fallbackLng: "en",
+  //     backend: {
+  //       loadPath: "data/locales/{{lng}}.json"
+  //     },
+  //     returnObjects: true
+  //   },
+  //   function (err, t) {
+  //     // resources have been loaded
+  //     jqueryI18next.init(i18next, $);
+  //   }
+  // );
+  // change language according to data-language of dropdown item
 
   $(".dropdown-language .dropdown-item").on("click", function () {
     var $this = $(this);
@@ -519,11 +521,10 @@
     var selectedLang = $this.text();
     var selectedFlag = $this.find(".flag-icon").attr("class");
     $("#dropdown-flag .selected-language").text(selectedLang);
-    $("#dropdown-flag .flag-icon").removeClass().addClass(selectedFlag);
-    var currentLanguage = $this.data("language");
-    i18next.changeLanguage(currentLanguage, function (err, t) {
-      $(".main-menu, .horizontal-menu-wrapper").localize();
-    });
+    $("#dropdown-flag .flag-icon").removeClass().addClass(selectedFlag); // var currentLanguage = $this.data("language");
+    // i18next.changeLanguage(currentLanguage, function (err, t) {
+    //   $(".main-menu, .horizontal-menu-wrapper").localize();
+    // });
   });
   /********************* Bookmark & Search ***********************/
   // This variable is used for mouseenter and mouseleave events of search list

Plik diff jest za duży
+ 0 - 1
resources/dist/vendors/js/forms/select/select2.full.min.js


Plik diff jest za duży
+ 0 - 0
resources/dist/vendors/js/vendors.min.js


+ 2 - 2
resources/lang/en/admin.php

@@ -156,8 +156,8 @@ return [
         'filter_placeholder' => 'Filter',
     ],
     'responsive' => [
-        'display_all' => 'All',
-        'display'     => '<svg t="1584263245273" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1126" width="15" height="15"><path d="M374.8 155c17.4 0 31.5 14.1 31.5 31.5v189c0 17.4-14.1 31.5-31.5 31.5h-189c-17.4 0-31.5-14.1-31.5-31.5v-189c0-17.4 14.1-31.5 31.5-31.5h189m0-42h-189c-40.5 0-73.5 33-73.5 73.5v189c0 40.5 33 73.5 73.5 73.5h189c40.5 0 73.5-33 73.5-73.5v-189c0-40.5-32.9-73.5-73.5-73.5zM374.8 617c17.4 0 31.5 14.1 31.5 31.5v189c0 17.4-14.1 31.5-31.5 31.5h-189c-17.4 0-31.5-14.1-31.5-31.5v-189c0-17.4 14.1-31.5 31.5-31.5h189m0-42h-189c-40.5 0-73.5 33-73.5 73.5v189c0 40.5 33 73.5 73.5 73.5h189c40.5 0 73.5-33 73.5-73.5v-189c0-40.5-32.9-73.5-73.5-73.5zM911.7 214.1c0 11.6-9.4 21-21 21h-336c-11.6 0-21-9.4-21-21s9.4-21 21-21h336c11.6 0 21 9.4 21 21zM911.7 361.1c0 11.6-9.4 21-21 21h-336c-11.6 0-21-9.4-21-21s9.4-21 21-21h336c11.6 0 21 9.4 21 21zM911.7 655.1c0 11.6-9.4 21-21 21h-336c-11.6 0-21-9.4-21-21s9.4-21 21-21h336c11.6 0 21 9.4 21 21zM911.7 802.1c0 11.6-9.4 21-21 21h-336c-11.6 0-21-9.4-21-21s9.4-21 21-21h336c11.6 0 21 9.4 21 21z" p-id="1127"></path></svg>',
+        'display_all' => 'Display all',
+        'display'     => 'Display',
         'focus'       => 'Focus',
     ],
     'uploader' => [

+ 2 - 2
resources/lang/zh-CN/admin.php

@@ -157,8 +157,8 @@ return [
         'filter_placeholder' => '过滤',
     ],
     'responsive'      => [
-        'display_all' => '全部',
-        'display'     => '<svg t="1584263245273" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1126" width="15" height="15"><path d="M374.8 155c17.4 0 31.5 14.1 31.5 31.5v189c0 17.4-14.1 31.5-31.5 31.5h-189c-17.4 0-31.5-14.1-31.5-31.5v-189c0-17.4 14.1-31.5 31.5-31.5h189m0-42h-189c-40.5 0-73.5 33-73.5 73.5v189c0 40.5 33 73.5 73.5 73.5h189c40.5 0 73.5-33 73.5-73.5v-189c0-40.5-32.9-73.5-73.5-73.5zM374.8 617c17.4 0 31.5 14.1 31.5 31.5v189c0 17.4-14.1 31.5-31.5 31.5h-189c-17.4 0-31.5-14.1-31.5-31.5v-189c0-17.4 14.1-31.5 31.5-31.5h189m0-42h-189c-40.5 0-73.5 33-73.5 73.5v189c0 40.5 33 73.5 73.5 73.5h189c40.5 0 73.5-33 73.5-73.5v-189c0-40.5-32.9-73.5-73.5-73.5zM911.7 214.1c0 11.6-9.4 21-21 21h-336c-11.6 0-21-9.4-21-21s9.4-21 21-21h336c11.6 0 21 9.4 21 21zM911.7 361.1c0 11.6-9.4 21-21 21h-336c-11.6 0-21-9.4-21-21s9.4-21 21-21h336c11.6 0 21 9.4 21 21zM911.7 655.1c0 11.6-9.4 21-21 21h-336c-11.6 0-21-9.4-21-21s9.4-21 21-21h336c11.6 0 21 9.4 21 21zM911.7 802.1c0 11.6-9.4 21-21 21h-336c-11.6 0-21-9.4-21-21s9.4-21 21-21h336c11.6 0 21 9.4 21 21z" p-id="1127"></path></svg>',
+        'display_all' => '显示全部',
+        'display'     => '字段',
         'focus'       => '聚焦',
     ],
     'uploader' => [

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików