Skip to content

Commit

Permalink
Added identifier property to tangy inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisekelley committed Jun 11, 2020
1 parent f7e0e5b commit db3ac3e
Show file tree
Hide file tree
Showing 20 changed files with 100 additions and 2 deletions.
5 changes: 5 additions & 0 deletions input/tangy-acasi.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,11 @@ export class TangyAcasi extends PolymerElement {
type: Boolean,
value: true,
reflectToAttribute: true
},
identifier: {
type: Boolean,
value: false,
reflectToAttribute: true
}
};
}
Expand Down
6 changes: 5 additions & 1 deletion input/tangy-box.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,12 @@ export class TangyBox extends PolymerElement {
type: String,
value: '',
reflectToAttribute: true
},
identifier: {
type: Boolean,
value: false,
reflectToAttribute: true
}

}
}

Expand Down
5 changes: 5 additions & 0 deletions input/tangy-checkbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,11 @@ export class TangyCheckbox extends PolymerElement {
type: String,
value: '',
reflectToAttribute: true
},
identifier: {
type: Boolean,
value: false,
reflectToAttribute: true
}
}
}
Expand Down
5 changes: 5 additions & 0 deletions input/tangy-checkboxes-dynamic.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ class TangyCheckboxesDynamic extends PolymerElement {
type: String,
value: ''
},
identifier: {
type: Boolean,
value: false,
reflectToAttribute: true
}
}
}

Expand Down
5 changes: 5 additions & 0 deletions input/tangy-checkboxes.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,11 @@ class TangyCheckboxes extends PolymerElement {
value: '',
observer: 'reflect',
reflectToAttribute: true
},
identifier: {
type: Boolean,
value: false,
reflectToAttribute: true
}
}
}
Expand Down
5 changes: 5 additions & 0 deletions input/tangy-consent.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,11 @@ class TangyConsent extends PolymerElement {
value: false,
observer: 'onSkippedChange',
reflectToAttribute: true
},
identifier: {
type: Boolean,
value: false,
reflectToAttribute: true
}
};
}
Expand Down
5 changes: 5 additions & 0 deletions input/tangy-eftouch.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,11 @@ export class TangyEftouch extends PolymerElement {
transitionSoundTriggered: {
type: Boolean,
value: false
},
identifier: {
type: Boolean,
value: false,
reflectToAttribute: true
}
};
}
Expand Down
5 changes: 5 additions & 0 deletions input/tangy-gps.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,11 @@ class TangyGps extends PolymerElement {
type: String,
value: '',
reflectToAttribute: true
},
identifier: {
type: Boolean,
value: false,
reflectToAttribute: true
}
};
}
Expand Down
5 changes: 5 additions & 0 deletions input/tangy-location.js
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,11 @@ class TangyLocation extends PolymerElement {
type: Boolean,
value: false,
observer: 'render'
},
identifier: {
type: Boolean,
value: false,
reflectToAttribute: true
}
};
}
Expand Down
5 changes: 5 additions & 0 deletions input/tangy-partial-date.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,11 @@ class TangyPartialDate extends PolymerElement {
type: String,
value: '',
reflectToAttribute: true
},
identifier: {
type: Boolean,
value: false,
reflectToAttribute: true
}
}
}
Expand Down
5 changes: 5 additions & 0 deletions input/tangy-photo-capture.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@ export class TangyPhotoCapture extends PolymerElement {
type: String,
value: '',
reflectToAttribute: true
},
identifier: {
type: Boolean,
value: false,
reflectToAttribute: true
}
}
}
Expand Down
5 changes: 5 additions & 0 deletions input/tangy-qr.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,11 @@ class TangyQr extends PolymerElement {
type: String,
value: '',
reflectToAttribute: true
},
identifier: {
type: Boolean,
value: false,
reflectToAttribute: true
}
};
}
Expand Down
6 changes: 5 additions & 1 deletion input/tangy-radio-button.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,12 @@ export class TangyRadioButton extends PolymerElement {
value: '',
observer: 'render',
reflectToAttribute: true
},
identifier: {
type: Boolean,
value: false,
reflectToAttribute: true
}

}
}

Expand Down
5 changes: 5 additions & 0 deletions input/tangy-radio-buttons.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,11 @@ class TangyRadioButtons extends PolymerElement {
type: String,
value: '',
reflectToAttribute: true
},
identifier: {
type: Boolean,
value: false,
reflectToAttribute: true
}
}
}
Expand Down
5 changes: 5 additions & 0 deletions input/tangy-select.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,11 @@ class TangySelect extends PolymerElement {
type: String,
value: '',
reflectToAttribute: true
},
identifier: {
type: Boolean,
value: false,
reflectToAttribute: true
}
}
}
Expand Down
5 changes: 5 additions & 0 deletions input/tangy-signature.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,11 @@ export class TangySignature extends PolymerElement {
type: String,
value: '',
observer: 'onValueChange'
},
identifier: {
type: Boolean,
value: false,
reflectToAttribute: true
}
}
}
Expand Down
5 changes: 5 additions & 0 deletions input/tangy-timed.js
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,11 @@ class TangyTimed extends PolymerElement {
type: Number,
value: 0.7,
reflectToAttribute: true
},
identifier: {
type: Boolean,
value: false,
reflectToAttribute: true
}
};
}
Expand Down
5 changes: 5 additions & 0 deletions input/tangy-toggle-button.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ class TangyToggleButton extends PolymerElement {
type: Boolean,
value: false,
reflectToAttribute: true
},
identifier: {
type: Boolean,
value: false,
reflectToAttribute: true
}
};
}
Expand Down
5 changes: 5 additions & 0 deletions input/tangy-toggle.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,11 @@ export class TangyToggle extends PolymerElement {
type: String,
value: '',
reflectToAttribute: true
},
identifier: {
type: Boolean,
value: false,
reflectToAttribute: true
}
}
}
Expand Down
5 changes: 5 additions & 0 deletions input/tangy-untimed-grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,11 @@ class TangyUntimedGrid extends PolymerElement {
type: Number,
value: 0.7,
reflectToAttribute: true
},
identifier: {
type: Boolean,
value: false,
reflectToAttribute: true
}
};
}
Expand Down

0 comments on commit db3ac3e

Please sign in to comment.