Browse Source

Rebuild dist

pull/1257/head
jlukic 10 years ago
parent
commit
7a691bcf5e
26 changed files with 247 additions and 136 deletions
  1. 6
      dist/components/button.css
  2. 2
      dist/components/button.min.css
  3. 2
      dist/components/checkbox.css
  4. 2
      dist/components/dropdown.css
  5. 2
      dist/components/header.css
  6. 2
      dist/components/header.min.css
  7. 4
      dist/components/item.css
  8. 2
      dist/components/item.min.css
  9. 6
      dist/components/label.css
  10. 2
      dist/components/label.min.css
  11. 52
      dist/components/list.css
  12. 2
      dist/components/list.min.css
  13. 10
      dist/components/message.css
  14. 2
      dist/components/message.min.css
  15. 2
      dist/components/popup.js
  16. 2
      dist/components/popup.min.js
  17. 14
      dist/components/reset.css
  18. 30
      dist/components/site.css
  19. 2
      dist/components/site.min.css
  20. 2
      dist/components/step.css
  21. 46
      dist/components/tab.js
  22. 2
      dist/components/tab.min.js
  23. 133
      dist/semantic.css
  24. 48
      dist/semantic.js
  25. 2
      dist/semantic.min.css
  26. 4
      dist/semantic.min.js

6
dist/components/button.css

@ -1142,7 +1142,7 @@
}
.ui.black.buttons .button:hover,
.ui.black.button:hover {
background-color: #222425;
background-color: #1b1c1d;
color: #ffffff;
text-shadow: none;
}
@ -1170,8 +1170,8 @@
.ui.basic.black.buttons .button:hover,
.ui.basic.black.button:hover {
background: transparent !important;
box-shadow: 0px 0px 0px 2px #222425 inset !important;
color: #222425 !important;
box-shadow: 0px 0px 0px 2px #1b1c1d inset !important;
color: #1b1c1d !important;
}
.ui.basic.black.buttons .button:active,
.ui.basic.black.button:active {

2
dist/components/button.min.css
File diff suppressed because it is too large
View File

2
dist/components/checkbox.css

@ -464,7 +464,7 @@
}
.ui.checkbox label:after,
.ui.checkbox .box:after {
content: '\e800';
content: '\e800'
/* '' */
}

2
dist/components/dropdown.css

@ -472,7 +472,7 @@ select.ui.dropdown {
width: 100%;
outline: none;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
padding: inherit;
padding: inherit
/*Amazing trick */
}

2
dist/components/header.css

@ -204,7 +204,7 @@ h5.ui.header {
color: #1b1c1d !important;
}
a.ui.black.header:hover {
color: #222425 !important;
color: #1b1c1d !important;
}
.ui.blue.header {
color: #3b83c0 !important;

2
dist/components/header.min.css
File diff suppressed because it is too large
View File

4
dist/components/item.css

@ -140,9 +140,6 @@
.ui.items > .item > .content > .header:not(.ui) {
font-size: 1.2em;
}
.ui.items > .item > .content > .meta + .description {
margin-top: 0.6em;
}
/*--------------
Floated
@ -176,6 +173,7 @@
---------------*/
.ui.items > .item > .content > .description {
margin-top: 0.6em;
max-width: 550px;
font-size: 1em;
line-height: 1.33;

2
dist/components/item.min.css
File diff suppressed because it is too large
View File

6
dist/components/label.css

@ -458,13 +458,13 @@ a.ui.label:hover:before {
}
a.ui.black.labels .label:hover,
a.ui.black.label:hover {
background-color: #222425 !important;
border-color: #222425 !important;
background-color: #1b1c1d !important;
border-color: #1b1c1d !important;
}
.ui.labels a.black.label:hover:before,
.ui.black.labels a.label:hover:before,
a.ui.black.label:hover:before {
background-color: #222425 !important;
background-color: #1b1c1d !important;
}
.ui.black.corner.label,
.ui.black.corner.label:hover {

2
dist/components/label.min.css
File diff suppressed because it is too large
View File

52
dist/components/list.css

@ -532,10 +532,6 @@ ul.ui.horizontal.bulleted.list li,
.ui.horizontal.bulleted.list > .item {
margin-left: 1.5rem;
}
ul.ui.horizontal.bulleted.list li:before,
.ui.horizontal.bulleted.list > .item:before {
left: -1.1rem;
}
ul.ui.horizontal.bulleted.list li:first-child,
.ui.horizontal.bulleted.list > .item:first-child {
margin-left: 0em;
@ -810,35 +806,67 @@ ol.ui.horizontal.list li:before,
.ui.mini.list .list > .item,
.ui.mini.list > .item {
font-size: 0.7rem;
font-size: 0.7142em;
}
.ui.tiny.list .list > .item,
.ui.tiny.list > .item {
font-size: 0.8rem;
font-size: 0.8571em;
}
.ui.small.list .list > .item,
.ui.small.list > .item {
font-size: 0.9rem;
font-size: 0.9285em;
}
.ui.list .list > .item,
.ui.list > .item {
font-size: 1rem;
font-size: 1em;
}
.ui.large.list .list > .item,
.ui.large.list > .item {
font-size: 1.1rem;
font-size: 1.1428em;
}
.ui.big.list .list > .item,
.ui.big.list > .item {
font-size: 1.2rem;
font-size: 1.2857em;
}
.ui.huge.list .list > .item,
.ui.huge.list > .item {
font-size: 1.3rem;
font-size: 1.4285em;
}
.ui.massive.list .list > .item,
.ui.massive.list > .item {
font-size: 1.5rem;
font-size: 1.7142em;
}
.ui.mini.horizontal.list .list > .item,
.ui.mini.horizontal.list > .item {
font-size: 0.7142rem;
}
.ui.tiny.horizontal.list .list > .item,
.ui.tiny.horizontal.list > .item {
font-size: 0.8571rem;
}
.ui.small.horizontal.list .list > .item,
.ui.small.horizontal.list > .item {
font-size: 0.9285rem;
}
.ui.horizontal.list .list > .item,
.ui.horizontal.list > .item {
font-size: 1rem;
}
.ui.large.horizontal.list .list > .item,
.ui.large.horizontal.list > .item {
font-size: 1.1428rem;
}
.ui.big.horizontal.list .list > .item,
.ui.big.horizontal.list > .item {
font-size: 1.2857rem;
}
.ui.huge.horizontal.list .list > .item,
.ui.huge.horizontal.list > .item {
font-size: 1.4285rem;
}
.ui.massive.horizontal.list .list > .item,
.ui.massive.horizontal.list > .item {
font-size: 1.7142rem;
}

2
dist/components/list.min.css
File diff suppressed because it is too large
View File

10
dist/components/message.css

@ -383,19 +383,19 @@
---------------*/
.ui.small.message {
font-size: 0.9285rem;
font-size: 0.9285em;
}
.ui.message {
font-size: 1rem;
font-size: 1em;
}
.ui.large.message {
font-size: 1.1428rem;
font-size: 1.1428em;
}
.ui.huge.message {
font-size: 1.4285rem;
font-size: 1.4285em;
}
.ui.massive.message {
font-size: 1.7142rem;
font-size: 1.7142em;
}

2
dist/components/message.min.css
File diff suppressed because it is too large
View File

2
dist/components/popup.js

@ -623,7 +623,7 @@ $.fn.popup = function(parameters) {
;
}
else {
module.error(error.recursion);
module.error(error.recursion, element);
searchDepth = 0;
module.reset();
$popup.removeClass(className.loading);

2
dist/components/popup.min.js
File diff suppressed because it is too large
View File

14
dist/components/reset.css

@ -29,7 +29,7 @@ input[type="email"],
input[type="search"],
input[type="password"] {
-webkit-appearance: none;
-moz-appearance: none;
-moz-appearance: none
/* mobile firefox too! */
}
@ -56,7 +56,7 @@ html {
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
/* 2 */
}
@ -99,7 +99,7 @@ video {
display: inline-block;
/* 1 */
vertical-align: baseline;
vertical-align: baseline
/* 2 */
}
@ -265,7 +265,7 @@ textarea {
font: inherit;
/* 2 */
margin: 0;
margin: 0
/* 3 */
}
@ -299,7 +299,7 @@ input[type="submit"] {
-webkit-appearance: button;
/* 2 */
cursor: pointer;
cursor: pointer
/* 3 */
}
@ -337,7 +337,7 @@ input[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
padding: 0
/* 2 */
}
@ -388,7 +388,7 @@ legend {
border: 0;
/* 1 */
padding: 0;
padding: 0
/* 2 */
}

30
dist/components/site.css

@ -44,7 +44,7 @@ body {
/*******************************
Text
Headers
*******************************/
h1,
@ -52,11 +52,37 @@ h2,
h3,
h4,
h5 {
margin: 1em 0em 1rem;
line-height: 1.33em;
margin: -webkit-calc(2rem - 0.165em ) 0em 1rem;
margin: calc(2rem - 0.165em ) 0em 1rem;
font-weight: bold;
padding: 0em;
}
h1 {
min-height: 1rem;
font-size: 2rem;
}
h2 {
font-size: 1.714rem;
}
h3 {
font-size: 1.28rem;
}
h4 {
font-size: 1.071rem;
}
h5 {
font-size: 1rem;
}
/*******************************
Text
*******************************/
p {
margin: 0em 0em 1em;
line-height: 1.33;
}
p:first-child {
margin-top: 0em;

2
dist/components/site.min.css

@ -8,4 +8,4 @@
* http://opensource.org/licenses/MIT
*
*/
@import 'http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic';*,:after,:before{box-sizing:border-box}body,html{height:100%}html{font-size:14px}body{margin:0;padding:0;min-width:278px;background:#f7f7f7;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-size:14px;line-height:1.33;color:rgba(0,0,0,.8);font-smoothing:antialiased}h1,h2,h3,h4,h5{margin:1em 0 1rem;padding:0}p{margin:0 0 1em}p:first-child{margin-top:0}p:last-child{margin-bottom:0}a{color:#009fda;text-decoration:none}a:hover{color:#00b2f3}::-webkit-selection{background-color:rgba(255,255,160,.4);color:rgba(0,0,0,.8)}::-moz-selection{background-color:rgba(255,255,160,.4);color:rgba(0,0,0,.8)}::selection{background-color:rgba(255,255,160,.4);color:rgba(0,0,0,.8)}
@import 'http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic';*,:after,:before{box-sizing:border-box}body,html{height:100%}html{font-size:14px}body{margin:0;padding:0;min-width:278px;background:#f7f7f7;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-size:14px;line-height:1.33;color:rgba(0,0,0,.8);font-smoothing:antialiased}h1,h2,h3,h4,h5{line-height:1.33em;margin:-webkit-calc(2rem - .165em) 0 1rem;margin:calc(2rem - .165em) 0 1rem;font-weight:700;padding:0}h1{min-height:1rem;font-size:2rem}h2{font-size:1.714rem}h3{font-size:1.28rem}h4{font-size:1.071rem}h5{font-size:1rem}p{margin:0 0 1em;line-height:1.33}p:first-child{margin-top:0}p:last-child{margin-bottom:0}a{color:#009fda;text-decoration:none}a:hover{color:#00b2f3}::-webkit-selection{background-color:rgba(255,255,160,.4);color:rgba(0,0,0,.8)}::-moz-selection{background-color:rgba(255,255,160,.4);color:rgba(0,0,0,.8)}::selection{background-color:rgba(255,255,160,.4);color:rgba(0,0,0,.8)}

2
dist/components/step.css

@ -348,7 +348,7 @@
.ui.steps .step.completed > .icon:before,
.ui.ordered.steps .step.completed:before {
font-family: 'Step';
content: '\e800';
content: '\e800'
/* '' */
}

46
dist/components/tab.js

@ -51,13 +51,13 @@ $.tab = $.fn.tab = function(parameters) {
moduleNamespace = 'module-' + settings.namespace,
$module = $(this),
$tabs = $(selector.tabs),
cache = {},
firstLoad = true,
recursionDepth = 0,
$context,
$tabs,
activeTabPath,
parameterArray,
historyEvent,
@ -71,10 +71,8 @@ $.tab = $.fn.tab = function(parameters) {
initialize: function() {
module.debug('Initializing tab menu item', $module);
if(settings.context) {
module.determineTabs();
module.debug('Using only tabs inside context', settings.context, $tabs);
}
module.determineTabs();
module.debug('Determining tabs', settings.context, $tabs);
// set up automatic routing
if(settings.auto) {
@ -98,21 +96,28 @@ $.tab = $.fn.tab = function(parameters) {
var
$reference
;
// determine tab context
if(settings.context === 'parent') {
if($module.closest('.' + className.ui).size() > 0) {
$reference = $module.closest('.' + className.ui);
if($module.closest(selector.ui).size() > 0) {
$reference = $module.closest(selector.ui);
module.verbose('Using closest UI element for determining parent', $reference);
}
else {
$reference = $module;
}
$context = $reference.parent();
module.verbose('Determining parent element for creating context', $context);
module.verbose('Determined parent element for creating context', $context);
}
else {
else if(settings.context) {
$context = $(settings.context);
module.verbose('Using selector for tab context', settings.context, $context);
}
else {
$context = $('body');
}
// find tabs
if(settings.childrenOnly) {
$tabs = $context.children(selector.tabs);
module.debug('Searching tab context children for tabs', $context, $tabs);
@ -308,11 +313,9 @@ $.tab = $.fn.tab = function(parameters) {
$.proxy(settings.onTabLoad, $tab)(currentPath, parameterArray, historyEvent);
}
}
else {
else if(tabPath.search('/') == -1) {
// look for in page anchor
$anchor = (tabPath.search('/') == -1)
? $('#' + tabPath + ', a[name="' + tabPath + '"]')
: $('#qqq'),
$anchor = $('#' + tabPath + ', a[name="' + tabPath + '"]'),
currentPath = $anchor.closest('[data-tab]').data('tab');
$tab = module.get.tabElement(currentPath);
// if anchor exists use parent tab
@ -324,10 +327,11 @@ $.tab = $.fn.tab = function(parameters) {
module.debug('First time tab loaded calling tab init');
$.proxy(settings.onTabInit, $tab)(currentPath, parameterArray, historyEvent);
}
return false;
}
else {
module.error(error.missingTab, $module, currentPath);
}
}
else {
module.error(error.missingTab, $module, $context, currentPath);
return false;
}
});
@ -729,8 +733,8 @@ $.fn.tab.settings = {
namespace : 'tab',
debug : false,
verbose : false,
performance : false,
verbose : true,
performance : true,
// uses pjax style endpoints fetching content from same url with remote-content headers
auto : false,
@ -784,12 +788,12 @@ $.fn.tab.settings = {
className : {
loading : 'loading',
active : 'active',
ui : 'ui'
active : 'active'
},
selector : {
tabs : '.ui.tab'
tabs : '.ui.tab',
ui : '.ui'
}
};

2
dist/components/tab.min.js
File diff suppressed because it is too large
View File

133
dist/semantic.css

@ -1675,7 +1675,7 @@
.ui.black.buttons .button:hover,
.ui.black.button:hover {
background-color: #222425;
background-color: #1b1c1d;
color: #ffffff;
text-shadow: none;
}
@ -1707,8 +1707,8 @@
.ui.basic.black.buttons .button:hover,
.ui.basic.black.button:hover {
background: transparent !important;
box-shadow: 0px 0px 0px 2px #222425 inset !important;
color: #222425 !important;
box-shadow: 0px 0px 0px 2px #1b1c1d inset !important;
color: #1b1c1d !important;
}
.ui.basic.black.buttons .button:active,
@ -4714,7 +4714,6 @@ a.ui.card:hover,
.ui.checkbox label:after,
.ui.checkbox .box:after {
content: '\e800';
/* '' */
}
/* UTF Reference
@ -5948,7 +5947,6 @@ select.ui.dropdown {
outline: none;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
padding: inherit;
/*Amazing trick */
}
/* Search Selection */
@ -10504,7 +10502,7 @@ h5.ui.header {
}
a.ui.black.header:hover {
color: #222425 !important;
color: #1b1c1d !important;
}
.ui.blue.header {
@ -14500,10 +14498,6 @@ img.ui.bordered.image {
font-size: 1.2em;
}
.ui.items > .item > .content > .meta + .description {
margin-top: 0.6em;
}
/*--------------
Floated
---------------*/
@ -14538,6 +14532,7 @@ img.ui.bordered.image {
---------------*/
.ui.items > .item > .content > .description {
margin-top: 0.6em;
max-width: 550px;
font-size: 1em;
line-height: 1.33;
@ -15331,14 +15326,14 @@ a.ui.label:hover:before {
a.ui.black.labels .label:hover,
a.ui.black.label:hover {
background-color: #222425 !important;
border-color: #222425 !important;
background-color: #1b1c1d !important;
border-color: #1b1c1d !important;
}
.ui.labels a.black.label:hover:before,
.ui.black.labels a.label:hover:before,
a.ui.black.label:hover:before {
background-color: #222425 !important;
background-color: #1b1c1d !important;
}
.ui.black.corner.label,
@ -16453,11 +16448,6 @@ ul.ui.horizontal.bulleted.list li,
margin-left: 1.5rem;
}
ul.ui.horizontal.bulleted.list li:before,
.ui.horizontal.bulleted.list > .item:before {
left: -1.1rem;
}
ul.ui.horizontal.bulleted.list li:first-child,
.ui.horizontal.bulleted.list > .item:first-child {
margin-left: 0em;
@ -16775,42 +16765,82 @@ ol.ui.horizontal.list li:before,
.ui.mini.list .list > .item,
.ui.mini.list > .item {
font-size: 0.7rem;
font-size: 0.7142em;
}
.ui.tiny.list .list > .item,
.ui.tiny.list > .item {
font-size: 0.8rem;
font-size: 0.8571em;
}
.ui.small.list .list > .item,
.ui.small.list > .item {
font-size: 0.9rem;
font-size: 0.9285em;
}
.ui.list .list > .item,
.ui.list > .item {
font-size: 1rem;
font-size: 1em;
}
.ui.large.list .list > .item,
.ui.large.list > .item {
font-size: 1.1rem;
font-size: 1.1428em;
}
.ui.big.list .list > .item,
.ui.big.list > .item {
font-size: 1.2rem;
font-size: 1.2857em;
}
.ui.huge.list .list > .item,
.ui.huge.list > .item {
font-size: 1.3rem;
font-size: 1.4285em;
}
.ui.massive.list .list > .item,
.ui.massive.list > .item {
font-size: 1.5rem;
font-size: 1.7142em;
}
.ui.mini.horizontal.list .list > .item,
.ui.mini.horizontal.list > .item {
font-size: 0.7142rem;
}
.ui.tiny.horizontal.list .list > .item,
.ui.tiny.horizontal.list > .item {
font-size: 0.8571rem;
}
.ui.small.horizontal.list .list > .item,
.ui.small.horizontal.list > .item {
font-size: 0.9285rem;
}
.ui.horizontal.list .list > .item,
.ui.horizontal.list > .item {
font-size: 1rem;
}
.ui.large.horizontal.list .list > .item,
.ui.large.horizontal.list > .item {
font-size: 1.1428rem;
}
.ui.big.horizontal.list .list > .item,
.ui.big.horizontal.list > .item {
font-size: 1.2857rem;
}
.ui.huge.horizontal.list .list > .item,
.ui.huge.horizontal.list > .item {
font-size: 1.4285rem;
}
.ui.massive.horizontal.list .list > .item,
.ui.massive.horizontal.list > .item {
font-size: 1.7142rem;
}
/*******************************
@ -19340,23 +19370,23 @@ ol.ui.horizontal.list li:before,
---------------*/
.ui.small.message {
font-size: 0.9285rem;
font-size: 0.9285em;
}
.ui.message {
font-size: 1rem;
font-size: 1em;
}
.ui.large.message {
font-size: 1.1428rem;
font-size: 1.1428em;
}
.ui.huge.message {
font-size: 1.4285rem;
font-size: 1.4285em;
}
.ui.massive.message {
font-size: 1.7142rem;
font-size: 1.7142em;
}
/*******************************
@ -21147,7 +21177,6 @@ input[type="search"],
input[type="password"] {
-webkit-appearance: none;
-moz-appearance: none;
/* mobile firefox too! */
}
/*******************************
@ -21174,7 +21203,6 @@ html {
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */
}
/**
@ -21221,7 +21249,6 @@ video {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */
}
/**
@ -21423,7 +21450,6 @@ textarea {
font: inherit;
/* 2 */
margin: 0;
/* 3 */
}
/**
@ -21461,7 +21487,6 @@ input[type="submit"] {
-webkit-appearance: button;
/* 2 */
cursor: pointer;
/* 3 */
}
/**
@ -21505,7 +21530,6 @@ input[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */
}
/**
@ -21562,7 +21586,6 @@ legend {
border: 0;
/* 1 */
padding: 0;
/* 2 */
}
/**
@ -23670,7 +23693,7 @@ body {
}
/*******************************
Text
Headers
*******************************/
h1,
@ -23678,12 +23701,41 @@ h2,
h3,
h4,
h5 {
margin: 1em 0em 1rem;
line-height: 1.33em;
margin: -webkit-calc(2rem - 0.165em ) 0em 1rem;
margin: calc(2rem - 0.165em ) 0em 1rem;
font-weight: bold;
padding: 0em;
}
h1 {
min-height: 1rem;
font-size: 2rem;
}
h2 {
font-size: 1.714rem;
}
h3 {
font-size: 1.28rem;
}
h4 {
font-size: 1.071rem;
}
h5 {
font-size: 1rem;
}
/*******************************
Text
*******************************/
p {
margin: 0em 0em 1em;
line-height: 1.33;
}
p:first-child {
@ -24564,7 +24616,6 @@ a:hover {
.ui.ordered.steps .step.completed:before {
font-family: 'Step';
content: '\e800';
/* '' */
}
/*******************************

48
dist/semantic.js

@ -7663,7 +7663,7 @@ $.fn.popup = function(parameters) {
;
}
else {
module.error(error.recursion);
module.error(error.recursion, element);
searchDepth = 0;
module.reset();
$popup.removeClass(className.loading);
@ -13832,13 +13832,13 @@ $.tab = $.fn.tab = function(parameters) {
moduleNamespace = 'module-' + settings.namespace,
$module = $(this),
$tabs = $(selector.tabs),
cache = {},
firstLoad = true,
recursionDepth = 0,
$context,
$tabs,
activeTabPath,
parameterArray,
historyEvent,
@ -13852,10 +13852,8 @@ $.tab = $.fn.tab = function(parameters) {
initialize: function() {
module.debug('Initializing tab menu item', $module);
if(settings.context) {
module.determineTabs();
module.debug('Using only tabs inside context', settings.context, $tabs);
}
module.determineTabs();
module.debug('Determining tabs', settings.context, $tabs);
// set up automatic routing
if(settings.auto) {
@ -13879,21 +13877,28 @@ $.tab = $.fn.tab = function(parameters) {
var
$reference
;
// determine tab context
if(settings.context === 'parent') {
if($module.closest('.' + className.ui).size() > 0) {
$reference = $module.closest('.' + className.ui);
if($module.closest(selector.ui).size() > 0) {
$reference = $module.closest(selector.ui);
module.verbose('Using closest UI element for determining parent', $reference);
}
else {
$reference = $module;
}
$context = $reference.parent();
module.verbose('Determining parent element for creating context', $context);
module.verbose('Determined parent element for creating context', $context);
}
else {
else if(settings.context) {
$context = $(settings.context);
module.verbose('Using selector for tab context', settings.context, $context);
}
else {
$context = $('body');
}
// find tabs
if(settings.childrenOnly) {
$tabs = $context.children(selector.tabs);
module.debug('Searching tab context children for tabs', $context, $tabs);
@ -14089,11 +14094,9 @@ $.tab = $.fn.tab = function(parameters) {
$.proxy(settings.onTabLoad, $tab)(currentPath, parameterArray, historyEvent);
}
}
else {
else if(tabPath.search('/') == -1) {
// look for in page anchor
$anchor = (tabPath.search('/') == -1)
? $('#' + tabPath + ', a[name="' + tabPath + '"]')
: $('#qqq'),
$anchor = $('#' + tabPath + ', a[name="' + tabPath + '"]'),
currentPath = $anchor.closest('[data-tab]').data('tab');
$tab = module.get.tabElement(currentPath);
// if anchor exists use parent tab
@ -14105,10 +14108,11 @@ $.tab = $.fn.tab = function(parameters) {
module.debug('First time tab loaded calling tab init');
$.proxy(settings.onTabInit, $tab)(currentPath, parameterArray, historyEvent);
}
return false;
}
else {
module.error(error.missingTab, $module, currentPath);
}
}
else {
module.error(error.missingTab, $module, $context, currentPath);
return false;
}
});
@ -14510,8 +14514,8 @@ $.fn.tab.settings = {
namespace : 'tab',
debug : false,
verbose : false,
performance : false,
verbose : true,
performance : true,
// uses pjax style endpoints fetching content from same url with remote-content headers
auto : false,
@ -14565,12 +14569,12 @@ $.fn.tab.settings = {
className : {
loading : 'loading',
active : 'active',
ui : 'ui'
active : 'active'
},
selector : {
tabs : '.ui.tab'
tabs : '.ui.tab',
ui : '.ui'
}
};

2
dist/semantic.min.css
File diff suppressed because it is too large
View File

4
dist/semantic.min.js
File diff suppressed because it is too large
View File

Loading…
Cancel
Save