فهرست منبع

jQuery UI 1.10.3

Adam Shaw 12 سال پیش
والد
کامیت
c203e3365b

BIN
demos/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png


BIN
demos/cupertino/images/ui-bg_flat_15_cd0a0a_40x100.png


BIN
demos/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png


BIN
demos/cupertino/images/ui-bg_glass_50_3baae3_1x400.png


BIN
demos/cupertino/images/ui-bg_glass_80_d7ebf9_1x400.png


BIN
demos/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png


BIN
demos/cupertino/images/ui-bg_highlight-hard_70_000000_1x100.png


BIN
demos/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png


BIN
demos/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png


+ 36 - 62
demos/cupertino/theme.css

@@ -1,6 +1,6 @@
-/*! jQuery UI - v1.10.2 - 2013-03-16
+/*! jQuery UI - v1.10.3 - 2013-08-10
 * http://jqueryui.com
-* Includes: jquery.ui.core.css, jquery.ui.resizable.css
+* Includes: jquery.ui.core.css, jquery.ui.tabs.css
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=deedf7&bgTextureHeader=highlight_soft&bgImgOpacityHeader=100&borderColorHeader=aed0ea&fcHeader=222222&iconColorHeader=72a7cf&bgColorContent=f2f5f7&bgTextureContent=highlight_hard&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=362b36&iconColorContent=72a7cf&bgColorDefault=d7ebf9&bgTextureDefault=glass&bgImgOpacityDefault=80&borderColorDefault=aed0ea&fcDefault=2779aa&iconColorDefault=3d80b3&bgColorHover=e4f1fb&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=74b2e2&fcHover=0070a3&iconColorHover=2694e8&bgColorActive=3baae3&bgTextureActive=glass&bgImgOpacityActive=50&borderColorActive=2694e8&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=ffef8f&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=25&borderColorHighlight=f9dd34&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=cd0a0a&bgTextureError=flat&bgImgOpacityError=15&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffffff&bgColorOverlay=eeeeee&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=90&opacityOverlay=80&bgColorShadow=000000&bgTextureShadow=highlight_hard&bgImgOpacityShadow=70&opacityShadow=30&thicknessShadow=7px&offsetTopShadow=-7px&offsetLeftShadow=-7px&cornerRadiusShadow=8px
 * Copyright 2013 jQuery Foundation and other contributors Licensed MIT */
 
@@ -86,73 +86,47 @@
 	width: 100%;
 	height: 100%;
 }
-.ui-resizable {
-	position: relative;
+.ui-tabs {
+	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
+	padding: .2em;
 }
-.ui-resizable-handle {
-	position: absolute;
-	font-size: 0.1px;
-	display: block;
+.ui-tabs .ui-tabs-nav {
+	margin: 0;
+	padding: .2em .2em 0;
 }
-.ui-resizable-disabled .ui-resizable-handle,
-.ui-resizable-autohide .ui-resizable-handle {
-	display: none;
+.ui-tabs .ui-tabs-nav li {
+	list-style: none;
+	float: left;
+	position: relative;
+	top: 0;
+	margin: 1px .2em 0 0;
+	border-bottom-width: 0;
+	padding: 0;
+	white-space: nowrap;
 }
-.ui-resizable-n {
-	cursor: n-resize;
-	height: 7px;
-	width: 100%;
-	top: -5px;
-	left: 0;
+.ui-tabs .ui-tabs-nav li a {
+	float: left;
+	padding: .5em 1em;
+	text-decoration: none;
 }
-.ui-resizable-s {
-	cursor: s-resize;
-	height: 7px;
-	width: 100%;
-	bottom: -5px;
-	left: 0;
+.ui-tabs .ui-tabs-nav li.ui-tabs-active {
+	margin-bottom: -1px;
+	padding-bottom: 1px;
 }
-.ui-resizable-e {
-	cursor: e-resize;
-	width: 7px;
-	right: -5px;
-	top: 0;
-	height: 100%;
+.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
+.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
+.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
+	cursor: text;
 }
-.ui-resizable-w {
-	cursor: w-resize;
-	width: 7px;
-	left: -5px;
-	top: 0;
-	height: 100%;
+.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
+.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
+	cursor: pointer;
 }
-.ui-resizable-se {
-	cursor: se-resize;
-	width: 12px;
-	height: 12px;
-	right: 1px;
-	bottom: 1px;
-}
-.ui-resizable-sw {
-	cursor: sw-resize;
-	width: 9px;
-	height: 9px;
-	left: -5px;
-	bottom: -5px;
-}
-.ui-resizable-nw {
-	cursor: nw-resize;
-	width: 9px;
-	height: 9px;
-	left: -5px;
-	top: -5px;
-}
-.ui-resizable-ne {
-	cursor: ne-resize;
-	width: 9px;
-	height: 9px;
-	right: -5px;
-	top: -5px;
+.ui-tabs .ui-tabs-panel {
+	display: block;
+	border-width: 0;
+	padding: 1em 1.4em;
+	background: none;
 }
 
 /* Component containers

+ 1 - 1
fullcalendar.jquery.json

@@ -5,7 +5,7 @@
     "jquery": "~1.9.1"
   },
   "optionalDependencies": {
-    "jquery-ui": "~1.10.2"
+    "jquery-ui": "~1.10.3"
   },
 
   "title": "FullCalendar",

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 5
lib/jquery-ui-1.10.2.custom.min.js


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 5 - 0
lib/jquery-ui-1.10.3.custom.min.js


+ 1 - 1
lumbar.json

@@ -23,7 +23,7 @@
     },
     "jquery-ui": {
       "scripts": [
-        "lib/jquery-ui-1.10.2.custom.min.js"
+        "lib/jquery-ui-1.10.3.custom.min.js"
       ]
     },
     "fullcalendar": {

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است