mirror of
https://github.com/xuxiaobo-bobo/boda_jsEnv.git
synced 2025-04-23 08:29:24 +08:00
529 lines
22 KiB
JavaScript
529 lines
22 KiB
JavaScript
// ElementInternals对象
|
|
|
|
ElementInternals = function ElementInternals() {
|
|
let arg = arguments[0];
|
|
if (arg != 'bobo' && (this instanceof ElementInternals)) {
|
|
return bodavm.toolsFunc.throwError("TypeError", "Illegal constructor");
|
|
}
|
|
;
|
|
bodavm.toolsFunc.symbolProperty(this);
|
|
if (arg != 'bobo') {
|
|
console.log_copy('ElementInternals 实例化对象 --->', JSON.stringify_bo(arguments, function (k, v) {
|
|
if (v == window) {
|
|
return 'window';
|
|
} else {
|
|
return v;
|
|
}
|
|
}));
|
|
}
|
|
;
|
|
};
|
|
bodavm.toolsFunc.safeProto(ElementInternals, "ElementInternals");
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "form", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function form() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "form_get", arguments);
|
|
},
|
|
set: undefined
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "willValidate", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function willValidate() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "willValidate_get", arguments);
|
|
},
|
|
set: undefined
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "validity", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function validity() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "validity_get", arguments);
|
|
},
|
|
set: undefined
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "validationMessage", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function validationMessage() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "validationMessage_get", arguments);
|
|
},
|
|
set: undefined
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "labels", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function labels() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "labels_get", arguments);
|
|
},
|
|
set: undefined
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "states", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function states() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "states_get", arguments);
|
|
},
|
|
set: undefined
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "shadowRoot", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function shadowRoot() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "shadowRoot_get", arguments);
|
|
},
|
|
set: undefined
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "role", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function role() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "role_get", arguments);
|
|
},
|
|
set: function role() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "role_set", arguments);
|
|
}
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "ariaAtomic", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function ariaAtomic() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaAtomic_get", arguments);
|
|
},
|
|
set: function ariaAtomic() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaAtomic_set", arguments);
|
|
}
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "ariaAutoComplete", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function ariaAutoComplete() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaAutoComplete_get", arguments);
|
|
},
|
|
set: function ariaAutoComplete() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaAutoComplete_set", arguments);
|
|
}
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "ariaBusy", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function ariaBusy() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaBusy_get", arguments);
|
|
},
|
|
set: function ariaBusy() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaBusy_set", arguments);
|
|
}
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "ariaBrailleLabel", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function ariaBrailleLabel() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaBrailleLabel_get", arguments);
|
|
},
|
|
set: function ariaBrailleLabel() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaBrailleLabel_set", arguments);
|
|
}
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "ariaBrailleRoleDescription", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function ariaBrailleRoleDescription() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaBrailleRoleDescription_get", arguments);
|
|
},
|
|
set: function ariaBrailleRoleDescription() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaBrailleRoleDescription_set", arguments);
|
|
}
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "ariaChecked", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function ariaChecked() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaChecked_get", arguments);
|
|
},
|
|
set: function ariaChecked() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaChecked_set", arguments);
|
|
}
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "ariaColCount", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function ariaColCount() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaColCount_get", arguments);
|
|
},
|
|
set: function ariaColCount() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaColCount_set", arguments);
|
|
}
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "ariaColIndex", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function ariaColIndex() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaColIndex_get", arguments);
|
|
},
|
|
set: function ariaColIndex() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaColIndex_set", arguments);
|
|
}
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "ariaColSpan", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function ariaColSpan() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaColSpan_get", arguments);
|
|
},
|
|
set: function ariaColSpan() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaColSpan_set", arguments);
|
|
}
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "ariaCurrent", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function ariaCurrent() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaCurrent_get", arguments);
|
|
},
|
|
set: function ariaCurrent() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaCurrent_set", arguments);
|
|
}
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "ariaDescription", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function ariaDescription() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaDescription_get", arguments);
|
|
},
|
|
set: function ariaDescription() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaDescription_set", arguments);
|
|
}
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "ariaDisabled", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function ariaDisabled() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaDisabled_get", arguments);
|
|
},
|
|
set: function ariaDisabled() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaDisabled_set", arguments);
|
|
}
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "ariaExpanded", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function ariaExpanded() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaExpanded_get", arguments);
|
|
},
|
|
set: function ariaExpanded() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaExpanded_set", arguments);
|
|
}
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "ariaHasPopup", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function ariaHasPopup() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaHasPopup_get", arguments);
|
|
},
|
|
set: function ariaHasPopup() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaHasPopup_set", arguments);
|
|
}
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "ariaHidden", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function ariaHidden() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaHidden_get", arguments);
|
|
},
|
|
set: function ariaHidden() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaHidden_set", arguments);
|
|
}
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "ariaInvalid", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function ariaInvalid() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaInvalid_get", arguments);
|
|
},
|
|
set: function ariaInvalid() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaInvalid_set", arguments);
|
|
}
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "ariaKeyShortcuts", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function ariaKeyShortcuts() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaKeyShortcuts_get", arguments);
|
|
},
|
|
set: function ariaKeyShortcuts() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaKeyShortcuts_set", arguments);
|
|
}
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "ariaLabel", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function ariaLabel() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaLabel_get", arguments);
|
|
},
|
|
set: function ariaLabel() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaLabel_set", arguments);
|
|
}
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "ariaLevel", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function ariaLevel() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaLevel_get", arguments);
|
|
},
|
|
set: function ariaLevel() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaLevel_set", arguments);
|
|
}
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "ariaLive", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function ariaLive() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaLive_get", arguments);
|
|
},
|
|
set: function ariaLive() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaLive_set", arguments);
|
|
}
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "ariaModal", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function ariaModal() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaModal_get", arguments);
|
|
},
|
|
set: function ariaModal() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaModal_set", arguments);
|
|
}
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "ariaMultiLine", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function ariaMultiLine() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaMultiLine_get", arguments);
|
|
},
|
|
set: function ariaMultiLine() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaMultiLine_set", arguments);
|
|
}
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "ariaMultiSelectable", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function ariaMultiSelectable() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaMultiSelectable_get", arguments);
|
|
},
|
|
set: function ariaMultiSelectable() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaMultiSelectable_set", arguments);
|
|
}
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "ariaOrientation", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function ariaOrientation() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaOrientation_get", arguments);
|
|
},
|
|
set: function ariaOrientation() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaOrientation_set", arguments);
|
|
}
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "ariaPlaceholder", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function ariaPlaceholder() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaPlaceholder_get", arguments);
|
|
},
|
|
set: function ariaPlaceholder() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaPlaceholder_set", arguments);
|
|
}
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "ariaPosInSet", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function ariaPosInSet() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaPosInSet_get", arguments);
|
|
},
|
|
set: function ariaPosInSet() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaPosInSet_set", arguments);
|
|
}
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "ariaPressed", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function ariaPressed() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaPressed_get", arguments);
|
|
},
|
|
set: function ariaPressed() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaPressed_set", arguments);
|
|
}
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "ariaReadOnly", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function ariaReadOnly() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaReadOnly_get", arguments);
|
|
},
|
|
set: function ariaReadOnly() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaReadOnly_set", arguments);
|
|
}
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "ariaRelevant", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function ariaRelevant() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaRelevant_get", arguments);
|
|
},
|
|
set: function ariaRelevant() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaRelevant_set", arguments);
|
|
}
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "ariaRequired", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function ariaRequired() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaRequired_get", arguments);
|
|
},
|
|
set: function ariaRequired() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaRequired_set", arguments);
|
|
}
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "ariaRoleDescription", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function ariaRoleDescription() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaRoleDescription_get", arguments);
|
|
},
|
|
set: function ariaRoleDescription() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaRoleDescription_set", arguments);
|
|
}
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "ariaRowCount", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function ariaRowCount() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaRowCount_get", arguments);
|
|
},
|
|
set: function ariaRowCount() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaRowCount_set", arguments);
|
|
}
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "ariaRowIndex", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function ariaRowIndex() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaRowIndex_get", arguments);
|
|
},
|
|
set: function ariaRowIndex() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaRowIndex_set", arguments);
|
|
}
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "ariaRowSpan", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function ariaRowSpan() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaRowSpan_get", arguments);
|
|
},
|
|
set: function ariaRowSpan() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaRowSpan_set", arguments);
|
|
}
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "ariaSelected", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function ariaSelected() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaSelected_get", arguments);
|
|
},
|
|
set: function ariaSelected() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaSelected_set", arguments);
|
|
}
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "ariaSetSize", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function ariaSetSize() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaSetSize_get", arguments);
|
|
},
|
|
set: function ariaSetSize() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaSetSize_set", arguments);
|
|
}
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "ariaSort", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function ariaSort() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaSort_get", arguments);
|
|
},
|
|
set: function ariaSort() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaSort_set", arguments);
|
|
}
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "ariaValueMax", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function ariaValueMax() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaValueMax_get", arguments);
|
|
},
|
|
set: function ariaValueMax() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaValueMax_set", arguments);
|
|
}
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "ariaValueMin", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function ariaValueMin() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaValueMin_get", arguments);
|
|
},
|
|
set: function ariaValueMin() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaValueMin_set", arguments);
|
|
}
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "ariaValueNow", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function ariaValueNow() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaValueNow_get", arguments);
|
|
},
|
|
set: function ariaValueNow() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaValueNow_set", arguments);
|
|
}
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "ariaValueText", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: function ariaValueText() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaValueText_get", arguments);
|
|
},
|
|
set: function ariaValueText() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "ariaValueText_set", arguments);
|
|
}
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "checkValidity", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
writable: true,
|
|
value: function checkValidity() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "checkValidity", arguments);
|
|
}
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "reportValidity", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
writable: true,
|
|
value: function reportValidity() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "reportValidity", arguments);
|
|
}
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "setFormValue", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
writable: true,
|
|
value: function setFormValue() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "setFormValue", arguments);
|
|
}
|
|
});
|
|
bodavm.toolsFunc.defineProperty(ElementInternals.prototype, "setValidity", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
writable: true,
|
|
value: function setValidity() {
|
|
return bodavm.toolsFunc.dispatch(this, ElementInternals.prototype, "ElementInternals", "setValidity", arguments);
|
|
}
|
|
}); |