mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-23 01:57:06 +03:00
dist
This commit is contained in:
parent
e24f1ccc9a
commit
86a7d5a487
8
dist/js/bootstrap-material-design.es2015.js
vendored
8
dist/js/bootstrap-material-design.es2015.js
vendored
|
@ -6633,9 +6633,6 @@ const BootstrapMaterialDesign = (($) => {
|
|||
file: {
|
||||
selector: 'input[type=file]'
|
||||
},
|
||||
//layout: {
|
||||
// selector: '.mdb-layout-container'
|
||||
//},
|
||||
radio: {
|
||||
selector: '.radio > label > input[type=radio]'
|
||||
},
|
||||
|
@ -6661,8 +6658,8 @@ const BootstrapMaterialDesign = (($) => {
|
|||
selector: '.switch > label > input[type=checkbox]'
|
||||
},
|
||||
text: {
|
||||
// omit inputs we have specialized components to handle
|
||||
selector: [`input[type!='hidden'][type!='checkbox'][type!='radio'][type!='file']`]
|
||||
// omit inputs we have specialized components to handle - we need to match text, email, etc. The easiest way to do this appears to be just omit the ones we don't want to match and let the rest fall through to this.
|
||||
selector: [`input[type!='hidden'][type!='checkbox'][type!='radio'][type!='file'][type!='button'][type!='submit'][type!='reset']`]
|
||||
},
|
||||
textarea: {
|
||||
selector: ['textarea']
|
||||
|
@ -6674,7 +6671,6 @@ const BootstrapMaterialDesign = (($) => {
|
|||
'checkbox',
|
||||
'checkboxInline',
|
||||
'collapseInline',
|
||||
//'layout',
|
||||
'drawer',
|
||||
'file',
|
||||
'radio',
|
||||
|
|
File diff suppressed because one or more lines are too long
11
dist/js/bootstrap-material-design.iife.js
vendored
11
dist/js/bootstrap-material-design.iife.js
vendored
|
@ -3291,9 +3291,6 @@
|
|||
file: {
|
||||
selector: 'input[type=file]'
|
||||
},
|
||||
//layout: {
|
||||
// selector: '.mdb-layout-container'
|
||||
//},
|
||||
radio: {
|
||||
selector: '.radio > label > input[type=radio]'
|
||||
},
|
||||
|
@ -3312,17 +3309,15 @@
|
|||
selector: '.switch > label > input[type=checkbox]'
|
||||
},
|
||||
text: {
|
||||
// omit inputs we have specialized components to handle
|
||||
selector: ['input[type!=\'hidden\'][type!=\'checkbox\'][type!=\'radio\'][type!=\'file\']']
|
||||
// omit inputs we have specialized components to handle - we need to match text, email, etc. The easiest way to do this appears to be just omit the ones we don't want to match and let the rest fall through to this.
|
||||
selector: ['input[type!=\'hidden\'][type!=\'checkbox\'][type!=\'radio\'][type!=\'file\'][type!=\'button\'][type!=\'submit\'][type!=\'reset\']']
|
||||
},
|
||||
textarea: {
|
||||
selector: ['textarea']
|
||||
},
|
||||
arrive: true,
|
||||
// create an ordered component list for instantiation
|
||||
instantiation: ['ripples', 'checkbox', 'checkboxInline', 'collapseInline',
|
||||
//'layout',
|
||||
'drawer', 'file', 'radio', 'radioInline', 'switch', 'text', 'textarea', 'select', 'autofill']
|
||||
instantiation: ['ripples', 'checkbox', 'checkboxInline', 'collapseInline', 'drawer', 'file', 'radio', 'radioInline', 'switch', 'text', 'textarea', 'select', 'autofill']
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
11
dist/js/bootstrap-material-design.umd.js
vendored
11
dist/js/bootstrap-material-design.umd.js
vendored
|
@ -3294,9 +3294,6 @@
|
|||
file: {
|
||||
selector: 'input[type=file]'
|
||||
},
|
||||
//layout: {
|
||||
// selector: '.mdb-layout-container'
|
||||
//},
|
||||
radio: {
|
||||
selector: '.radio > label > input[type=radio]'
|
||||
},
|
||||
|
@ -3315,17 +3312,15 @@
|
|||
selector: '.switch > label > input[type=checkbox]'
|
||||
},
|
||||
text: {
|
||||
// omit inputs we have specialized components to handle
|
||||
selector: ['input[type!=\'hidden\'][type!=\'checkbox\'][type!=\'radio\'][type!=\'file\']']
|
||||
// omit inputs we have specialized components to handle - we need to match text, email, etc. The easiest way to do this appears to be just omit the ones we don't want to match and let the rest fall through to this.
|
||||
selector: ['input[type!=\'hidden\'][type!=\'checkbox\'][type!=\'radio\'][type!=\'file\'][type!=\'button\'][type!=\'submit\'][type!=\'reset\']']
|
||||
},
|
||||
textarea: {
|
||||
selector: ['textarea']
|
||||
},
|
||||
arrive: true,
|
||||
// create an ordered component list for instantiation
|
||||
instantiation: ['ripples', 'checkbox', 'checkboxInline', 'collapseInline',
|
||||
//'layout',
|
||||
'drawer', 'file', 'radio', 'radioInline', 'switch', 'text', 'textarea', 'select', 'autofill']
|
||||
instantiation: ['ripples', 'checkbox', 'checkboxInline', 'collapseInline', 'drawer', 'file', 'radio', 'radioInline', 'switch', 'text', 'textarea', 'select', 'autofill']
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
2
dist/js/bootstrap-material-design.umd.js.map
vendored
2
dist/js/bootstrap-material-design.umd.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/js/bootstrap-material-design.umd.min.js
vendored
2
dist/js/bootstrap-material-design.umd.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user