[skip ci] - Updating Dist and Docs

This commit is contained in:
Jonathan Putney
2022-04-14 18:06:36 +00:00
parent 7c84f5e84c
commit f224d244cf
8 changed files with 126 additions and 126 deletions

60
dist/aicc.js vendored
View File

@@ -2369,14 +2369,14 @@ var Scorm12API = /*#__PURE__*/function (_BaseAPI) {
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "CMI": function() { return /* binding */ CMI; },
/* harmony export */ "CMIStudentDemographics": function() { return /* binding */ CMIStudentDemographics; },
/* harmony export */ "CMIPaths": function() { return /* binding */ CMIPaths; },
/* harmony export */ "CMIPathsObject": function() { return /* binding */ CMIPathsObject; },
/* harmony export */ "CMITries": function() { return /* binding */ CMITries; },
/* harmony export */ "CMITriesObject": function() { return /* binding */ CMITriesObject; },
/* harmony export */ "CMIAttemptRecords": function() { return /* binding */ CMIAttemptRecords; },
/* harmony export */ "CMIAttemptRecordsObject": function() { return /* binding */ CMIAttemptRecordsObject; },
/* harmony export */ "CMIEvaluationCommentsObject": function() { return /* binding */ CMIEvaluationCommentsObject; }
/* harmony export */ "CMIEvaluationCommentsObject": function() { return /* binding */ CMIEvaluationCommentsObject; },
/* harmony export */ "CMIPaths": function() { return /* binding */ CMIPaths; },
/* harmony export */ "CMIPathsObject": function() { return /* binding */ CMIPathsObject; },
/* harmony export */ "CMIStudentDemographics": function() { return /* binding */ CMIStudentDemographics; },
/* harmony export */ "CMITries": function() { return /* binding */ CMITries; },
/* harmony export */ "CMITriesObject": function() { return /* binding */ CMITriesObject; }
/* harmony export */ });
/* harmony import */ var _scorm12_cmi__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./scorm12_cmi */ "./src/cmi/scorm12_cmi.js");
/* harmony import */ var _common__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./common */ "./src/cmi/common.js");
@@ -3995,11 +3995,11 @@ var CMIEvaluationCommentsObject = /*#__PURE__*/function (_BaseCMI6) {
"use strict";
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "checkValidFormat": function() { return /* binding */ checkValidFormat; },
/* harmony export */ "checkValidRange": function() { return /* binding */ checkValidRange; },
/* harmony export */ "BaseCMI": function() { return /* binding */ BaseCMI; },
/* harmony export */ "CMIArray": function() { return /* binding */ CMIArray; },
/* harmony export */ "CMIScore": function() { return /* binding */ CMIScore; },
/* harmony export */ "CMIArray": function() { return /* binding */ CMIArray; }
/* harmony export */ "checkValidFormat": function() { return /* binding */ checkValidFormat; },
/* harmony export */ "checkValidRange": function() { return /* binding */ checkValidRange; }
/* harmony export */ });
/* harmony import */ var _constants_api_constants__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../constants/api_constants */ "./src/constants/api_constants.js");
/* harmony import */ var _constants_error_codes__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../constants/error_codes */ "./src/constants/error_codes.js");
@@ -4525,18 +4525,18 @@ var CMIArray = /*#__PURE__*/function (_BaseCMI2) {
"use strict";
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "throwReadOnlyError": function() { return /* binding */ throwReadOnlyError; },
/* harmony export */ "throwWriteOnlyError": function() { return /* binding */ throwWriteOnlyError; },
/* harmony export */ "check12ValidFormat": function() { return /* binding */ check12ValidFormat; },
/* harmony export */ "check12ValidRange": function() { return /* binding */ check12ValidRange; },
/* harmony export */ "CMI": function() { return /* binding */ CMI; },
/* harmony export */ "CMIInteractionsCorrectResponsesObject": function() { return /* binding */ CMIInteractionsCorrectResponsesObject; },
/* harmony export */ "CMIInteractionsObject": function() { return /* binding */ CMIInteractionsObject; },
/* harmony export */ "CMIInteractionsObjectivesObject": function() { return /* binding */ CMIInteractionsObjectivesObject; },
/* harmony export */ "CMIObjectivesObject": function() { return /* binding */ CMIObjectivesObject; },
/* harmony export */ "CMIStudentData": function() { return /* binding */ CMIStudentData; },
/* harmony export */ "CMIStudentPreference": function() { return /* binding */ CMIStudentPreference; },
/* harmony export */ "CMIInteractionsObject": function() { return /* binding */ CMIInteractionsObject; },
/* harmony export */ "CMIObjectivesObject": function() { return /* binding */ CMIObjectivesObject; },
/* harmony export */ "CMIInteractionsObjectivesObject": function() { return /* binding */ CMIInteractionsObjectivesObject; },
/* harmony export */ "CMIInteractionsCorrectResponsesObject": function() { return /* binding */ CMIInteractionsCorrectResponsesObject; },
/* harmony export */ "NAV": function() { return /* binding */ NAV; }
/* harmony export */ "NAV": function() { return /* binding */ NAV; },
/* harmony export */ "check12ValidFormat": function() { return /* binding */ check12ValidFormat; },
/* harmony export */ "check12ValidRange": function() { return /* binding */ check12ValidRange; },
/* harmony export */ "throwReadOnlyError": function() { return /* binding */ throwReadOnlyError; },
/* harmony export */ "throwWriteOnlyError": function() { return /* binding */ throwWriteOnlyError; }
/* harmony export */ });
/* harmony import */ var _common__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./common */ "./src/cmi/common.js");
/* harmony import */ var _constants_api_constants__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../constants/api_constants */ "./src/constants/api_constants.js");
@@ -6764,10 +6764,10 @@ var Regex = {
"use strict";
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "ValidationError": function() { return /* binding */ ValidationError; },
/* harmony export */ "Scorm12ValidationError": function() { return /* binding */ Scorm12ValidationError; },
/* harmony export */ "AICCValidationError": function() { return /* binding */ AICCValidationError; },
/* harmony export */ "Scorm2004ValidationError": function() { return /* binding */ Scorm2004ValidationError; }
/* harmony export */ "Scorm12ValidationError": function() { return /* binding */ Scorm12ValidationError; },
/* harmony export */ "Scorm2004ValidationError": function() { return /* binding */ Scorm2004ValidationError; },
/* harmony export */ "ValidationError": function() { return /* binding */ ValidationError; }
/* harmony export */ });
/* harmony import */ var _constants_api_constants__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./constants/api_constants */ "./src/constants/api_constants.js");
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
@@ -7001,19 +7001,19 @@ var Scorm2004ValidationError = /*#__PURE__*/function (_ValidationError3) {
"use strict";
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "SECONDS_PER_SECOND": function() { return /* binding */ SECONDS_PER_SECOND; },
/* harmony export */ "SECONDS_PER_MINUTE": function() { return /* binding */ SECONDS_PER_MINUTE; },
/* harmony export */ "SECONDS_PER_HOUR": function() { return /* binding */ SECONDS_PER_HOUR; },
/* harmony export */ "SECONDS_PER_DAY": function() { return /* binding */ SECONDS_PER_DAY; },
/* harmony export */ "SECONDS_PER_HOUR": function() { return /* binding */ SECONDS_PER_HOUR; },
/* harmony export */ "SECONDS_PER_MINUTE": function() { return /* binding */ SECONDS_PER_MINUTE; },
/* harmony export */ "SECONDS_PER_SECOND": function() { return /* binding */ SECONDS_PER_SECOND; },
/* harmony export */ "addHHMMSSTimeStrings": function() { return /* binding */ addHHMMSSTimeStrings; },
/* harmony export */ "addTwoDurations": function() { return /* binding */ addTwoDurations; },
/* harmony export */ "countDecimals": function() { return /* binding */ countDecimals; },
/* harmony export */ "flatten": function() { return /* binding */ flatten; },
/* harmony export */ "getDurationAsSeconds": function() { return /* binding */ getDurationAsSeconds; },
/* harmony export */ "getSecondsAsHHMMSS": function() { return /* binding */ getSecondsAsHHMMSS; },
/* harmony export */ "getSecondsAsISODuration": function() { return /* binding */ getSecondsAsISODuration; },
/* harmony export */ "getTimeAsSeconds": function() { return /* binding */ getTimeAsSeconds; },
/* harmony export */ "getDurationAsSeconds": function() { return /* binding */ getDurationAsSeconds; },
/* harmony export */ "addTwoDurations": function() { return /* binding */ addTwoDurations; },
/* harmony export */ "addHHMMSSTimeStrings": function() { return /* binding */ addHHMMSSTimeStrings; },
/* harmony export */ "flatten": function() { return /* binding */ flatten; },
/* harmony export */ "unflatten": function() { return /* binding */ unflatten; },
/* harmony export */ "countDecimals": function() { return /* binding */ countDecimals; }
/* harmony export */ "unflatten": function() { return /* binding */ unflatten; }
/* harmony export */ });
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }

10
dist/aicc.min.js vendored

File diff suppressed because one or more lines are too long

68
dist/scorm-again.js vendored
View File

@@ -3057,14 +3057,14 @@ var Scorm2004API = /*#__PURE__*/function (_BaseAPI) {
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "CMI": function() { return /* binding */ CMI; },
/* harmony export */ "CMIStudentDemographics": function() { return /* binding */ CMIStudentDemographics; },
/* harmony export */ "CMIPaths": function() { return /* binding */ CMIPaths; },
/* harmony export */ "CMIPathsObject": function() { return /* binding */ CMIPathsObject; },
/* harmony export */ "CMITries": function() { return /* binding */ CMITries; },
/* harmony export */ "CMITriesObject": function() { return /* binding */ CMITriesObject; },
/* harmony export */ "CMIAttemptRecords": function() { return /* binding */ CMIAttemptRecords; },
/* harmony export */ "CMIAttemptRecordsObject": function() { return /* binding */ CMIAttemptRecordsObject; },
/* harmony export */ "CMIEvaluationCommentsObject": function() { return /* binding */ CMIEvaluationCommentsObject; }
/* harmony export */ "CMIEvaluationCommentsObject": function() { return /* binding */ CMIEvaluationCommentsObject; },
/* harmony export */ "CMIPaths": function() { return /* binding */ CMIPaths; },
/* harmony export */ "CMIPathsObject": function() { return /* binding */ CMIPathsObject; },
/* harmony export */ "CMIStudentDemographics": function() { return /* binding */ CMIStudentDemographics; },
/* harmony export */ "CMITries": function() { return /* binding */ CMITries; },
/* harmony export */ "CMITriesObject": function() { return /* binding */ CMITriesObject; }
/* harmony export */ });
/* harmony import */ var _scorm12_cmi__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./scorm12_cmi */ "./src/cmi/scorm12_cmi.js");
/* harmony import */ var _common__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./common */ "./src/cmi/common.js");
@@ -4683,11 +4683,11 @@ var CMIEvaluationCommentsObject = /*#__PURE__*/function (_BaseCMI6) {
"use strict";
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "checkValidFormat": function() { return /* binding */ checkValidFormat; },
/* harmony export */ "checkValidRange": function() { return /* binding */ checkValidRange; },
/* harmony export */ "BaseCMI": function() { return /* binding */ BaseCMI; },
/* harmony export */ "CMIArray": function() { return /* binding */ CMIArray; },
/* harmony export */ "CMIScore": function() { return /* binding */ CMIScore; },
/* harmony export */ "CMIArray": function() { return /* binding */ CMIArray; }
/* harmony export */ "checkValidFormat": function() { return /* binding */ checkValidFormat; },
/* harmony export */ "checkValidRange": function() { return /* binding */ checkValidRange; }
/* harmony export */ });
/* harmony import */ var _constants_api_constants__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../constants/api_constants */ "./src/constants/api_constants.js");
/* harmony import */ var _constants_error_codes__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../constants/error_codes */ "./src/constants/error_codes.js");
@@ -5213,18 +5213,18 @@ var CMIArray = /*#__PURE__*/function (_BaseCMI2) {
"use strict";
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "throwReadOnlyError": function() { return /* binding */ throwReadOnlyError; },
/* harmony export */ "throwWriteOnlyError": function() { return /* binding */ throwWriteOnlyError; },
/* harmony export */ "check12ValidFormat": function() { return /* binding */ check12ValidFormat; },
/* harmony export */ "check12ValidRange": function() { return /* binding */ check12ValidRange; },
/* harmony export */ "CMI": function() { return /* binding */ CMI; },
/* harmony export */ "CMIInteractionsCorrectResponsesObject": function() { return /* binding */ CMIInteractionsCorrectResponsesObject; },
/* harmony export */ "CMIInteractionsObject": function() { return /* binding */ CMIInteractionsObject; },
/* harmony export */ "CMIInteractionsObjectivesObject": function() { return /* binding */ CMIInteractionsObjectivesObject; },
/* harmony export */ "CMIObjectivesObject": function() { return /* binding */ CMIObjectivesObject; },
/* harmony export */ "CMIStudentData": function() { return /* binding */ CMIStudentData; },
/* harmony export */ "CMIStudentPreference": function() { return /* binding */ CMIStudentPreference; },
/* harmony export */ "CMIInteractionsObject": function() { return /* binding */ CMIInteractionsObject; },
/* harmony export */ "CMIObjectivesObject": function() { return /* binding */ CMIObjectivesObject; },
/* harmony export */ "CMIInteractionsObjectivesObject": function() { return /* binding */ CMIInteractionsObjectivesObject; },
/* harmony export */ "CMIInteractionsCorrectResponsesObject": function() { return /* binding */ CMIInteractionsCorrectResponsesObject; },
/* harmony export */ "NAV": function() { return /* binding */ NAV; }
/* harmony export */ "NAV": function() { return /* binding */ NAV; },
/* harmony export */ "check12ValidFormat": function() { return /* binding */ check12ValidFormat; },
/* harmony export */ "check12ValidRange": function() { return /* binding */ check12ValidRange; },
/* harmony export */ "throwReadOnlyError": function() { return /* binding */ throwReadOnlyError; },
/* harmony export */ "throwWriteOnlyError": function() { return /* binding */ throwWriteOnlyError; }
/* harmony export */ });
/* harmony import */ var _common__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./common */ "./src/cmi/common.js");
/* harmony import */ var _constants_api_constants__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../constants/api_constants */ "./src/constants/api_constants.js");
@@ -7023,13 +7023,13 @@ var NAV = /*#__PURE__*/function (_BaseCMI9) {
"use strict";
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "ADL": function() { return /* binding */ ADL; },
/* harmony export */ "CMI": function() { return /* binding */ CMI; },
/* harmony export */ "CMIInteractionsObject": function() { return /* binding */ CMIInteractionsObject; },
/* harmony export */ "CMIObjectivesObject": function() { return /* binding */ CMIObjectivesObject; },
/* harmony export */ "CMICommentsObject": function() { return /* binding */ CMICommentsObject; },
/* harmony export */ "CMIInteractionsObjectivesObject": function() { return /* binding */ CMIInteractionsObjectivesObject; },
/* harmony export */ "CMIInteractionsCorrectResponsesObject": function() { return /* binding */ CMIInteractionsCorrectResponsesObject; },
/* harmony export */ "ADL": function() { return /* binding */ ADL; }
/* harmony export */ "CMIInteractionsObject": function() { return /* binding */ CMIInteractionsObject; },
/* harmony export */ "CMIInteractionsObjectivesObject": function() { return /* binding */ CMIInteractionsObjectivesObject; },
/* harmony export */ "CMIObjectivesObject": function() { return /* binding */ CMIObjectivesObject; }
/* harmony export */ });
/* harmony import */ var _common__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./common */ "./src/cmi/common.js");
/* harmony import */ var _constants_api_constants__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../constants/api_constants */ "./src/constants/api_constants.js");
@@ -10366,10 +10366,10 @@ var Responses = {
"use strict";
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "ValidationError": function() { return /* binding */ ValidationError; },
/* harmony export */ "Scorm12ValidationError": function() { return /* binding */ Scorm12ValidationError; },
/* harmony export */ "AICCValidationError": function() { return /* binding */ AICCValidationError; },
/* harmony export */ "Scorm2004ValidationError": function() { return /* binding */ Scorm2004ValidationError; }
/* harmony export */ "Scorm12ValidationError": function() { return /* binding */ Scorm12ValidationError; },
/* harmony export */ "Scorm2004ValidationError": function() { return /* binding */ Scorm2004ValidationError; },
/* harmony export */ "ValidationError": function() { return /* binding */ ValidationError; }
/* harmony export */ });
/* harmony import */ var _constants_api_constants__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./constants/api_constants */ "./src/constants/api_constants.js");
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
@@ -10603,19 +10603,19 @@ var Scorm2004ValidationError = /*#__PURE__*/function (_ValidationError3) {
"use strict";
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "SECONDS_PER_SECOND": function() { return /* binding */ SECONDS_PER_SECOND; },
/* harmony export */ "SECONDS_PER_MINUTE": function() { return /* binding */ SECONDS_PER_MINUTE; },
/* harmony export */ "SECONDS_PER_HOUR": function() { return /* binding */ SECONDS_PER_HOUR; },
/* harmony export */ "SECONDS_PER_DAY": function() { return /* binding */ SECONDS_PER_DAY; },
/* harmony export */ "SECONDS_PER_HOUR": function() { return /* binding */ SECONDS_PER_HOUR; },
/* harmony export */ "SECONDS_PER_MINUTE": function() { return /* binding */ SECONDS_PER_MINUTE; },
/* harmony export */ "SECONDS_PER_SECOND": function() { return /* binding */ SECONDS_PER_SECOND; },
/* harmony export */ "addHHMMSSTimeStrings": function() { return /* binding */ addHHMMSSTimeStrings; },
/* harmony export */ "addTwoDurations": function() { return /* binding */ addTwoDurations; },
/* harmony export */ "countDecimals": function() { return /* binding */ countDecimals; },
/* harmony export */ "flatten": function() { return /* binding */ flatten; },
/* harmony export */ "getDurationAsSeconds": function() { return /* binding */ getDurationAsSeconds; },
/* harmony export */ "getSecondsAsHHMMSS": function() { return /* binding */ getSecondsAsHHMMSS; },
/* harmony export */ "getSecondsAsISODuration": function() { return /* binding */ getSecondsAsISODuration; },
/* harmony export */ "getTimeAsSeconds": function() { return /* binding */ getTimeAsSeconds; },
/* harmony export */ "getDurationAsSeconds": function() { return /* binding */ getDurationAsSeconds; },
/* harmony export */ "addTwoDurations": function() { return /* binding */ addTwoDurations; },
/* harmony export */ "addHHMMSSTimeStrings": function() { return /* binding */ addHHMMSSTimeStrings; },
/* harmony export */ "flatten": function() { return /* binding */ flatten; },
/* harmony export */ "unflatten": function() { return /* binding */ unflatten; },
/* harmony export */ "countDecimals": function() { return /* binding */ countDecimals; }
/* harmony export */ "unflatten": function() { return /* binding */ unflatten; }
/* harmony export */ });
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }

File diff suppressed because one or more lines are too long

48
dist/scorm12.js vendored
View File

@@ -2243,11 +2243,11 @@ var Scorm12API = /*#__PURE__*/function (_BaseAPI) {
"use strict";
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "checkValidFormat": function() { return /* binding */ checkValidFormat; },
/* harmony export */ "checkValidRange": function() { return /* binding */ checkValidRange; },
/* harmony export */ "BaseCMI": function() { return /* binding */ BaseCMI; },
/* harmony export */ "CMIArray": function() { return /* binding */ CMIArray; },
/* harmony export */ "CMIScore": function() { return /* binding */ CMIScore; },
/* harmony export */ "CMIArray": function() { return /* binding */ CMIArray; }
/* harmony export */ "checkValidFormat": function() { return /* binding */ checkValidFormat; },
/* harmony export */ "checkValidRange": function() { return /* binding */ checkValidRange; }
/* harmony export */ });
/* harmony import */ var _constants_api_constants__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../constants/api_constants */ "./src/constants/api_constants.js");
/* harmony import */ var _constants_error_codes__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../constants/error_codes */ "./src/constants/error_codes.js");
@@ -2773,18 +2773,18 @@ var CMIArray = /*#__PURE__*/function (_BaseCMI2) {
"use strict";
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "throwReadOnlyError": function() { return /* binding */ throwReadOnlyError; },
/* harmony export */ "throwWriteOnlyError": function() { return /* binding */ throwWriteOnlyError; },
/* harmony export */ "check12ValidFormat": function() { return /* binding */ check12ValidFormat; },
/* harmony export */ "check12ValidRange": function() { return /* binding */ check12ValidRange; },
/* harmony export */ "CMI": function() { return /* binding */ CMI; },
/* harmony export */ "CMIInteractionsCorrectResponsesObject": function() { return /* binding */ CMIInteractionsCorrectResponsesObject; },
/* harmony export */ "CMIInteractionsObject": function() { return /* binding */ CMIInteractionsObject; },
/* harmony export */ "CMIInteractionsObjectivesObject": function() { return /* binding */ CMIInteractionsObjectivesObject; },
/* harmony export */ "CMIObjectivesObject": function() { return /* binding */ CMIObjectivesObject; },
/* harmony export */ "CMIStudentData": function() { return /* binding */ CMIStudentData; },
/* harmony export */ "CMIStudentPreference": function() { return /* binding */ CMIStudentPreference; },
/* harmony export */ "CMIInteractionsObject": function() { return /* binding */ CMIInteractionsObject; },
/* harmony export */ "CMIObjectivesObject": function() { return /* binding */ CMIObjectivesObject; },
/* harmony export */ "CMIInteractionsObjectivesObject": function() { return /* binding */ CMIInteractionsObjectivesObject; },
/* harmony export */ "CMIInteractionsCorrectResponsesObject": function() { return /* binding */ CMIInteractionsCorrectResponsesObject; },
/* harmony export */ "NAV": function() { return /* binding */ NAV; }
/* harmony export */ "NAV": function() { return /* binding */ NAV; },
/* harmony export */ "check12ValidFormat": function() { return /* binding */ check12ValidFormat; },
/* harmony export */ "check12ValidRange": function() { return /* binding */ check12ValidRange; },
/* harmony export */ "throwReadOnlyError": function() { return /* binding */ throwReadOnlyError; },
/* harmony export */ "throwWriteOnlyError": function() { return /* binding */ throwWriteOnlyError; }
/* harmony export */ });
/* harmony import */ var _common__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./common */ "./src/cmi/common.js");
/* harmony import */ var _constants_api_constants__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../constants/api_constants */ "./src/constants/api_constants.js");
@@ -5012,10 +5012,10 @@ var Regex = {
"use strict";
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "ValidationError": function() { return /* binding */ ValidationError; },
/* harmony export */ "Scorm12ValidationError": function() { return /* binding */ Scorm12ValidationError; },
/* harmony export */ "AICCValidationError": function() { return /* binding */ AICCValidationError; },
/* harmony export */ "Scorm2004ValidationError": function() { return /* binding */ Scorm2004ValidationError; }
/* harmony export */ "Scorm12ValidationError": function() { return /* binding */ Scorm12ValidationError; },
/* harmony export */ "Scorm2004ValidationError": function() { return /* binding */ Scorm2004ValidationError; },
/* harmony export */ "ValidationError": function() { return /* binding */ ValidationError; }
/* harmony export */ });
/* harmony import */ var _constants_api_constants__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./constants/api_constants */ "./src/constants/api_constants.js");
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
@@ -5249,19 +5249,19 @@ var Scorm2004ValidationError = /*#__PURE__*/function (_ValidationError3) {
"use strict";
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "SECONDS_PER_SECOND": function() { return /* binding */ SECONDS_PER_SECOND; },
/* harmony export */ "SECONDS_PER_MINUTE": function() { return /* binding */ SECONDS_PER_MINUTE; },
/* harmony export */ "SECONDS_PER_HOUR": function() { return /* binding */ SECONDS_PER_HOUR; },
/* harmony export */ "SECONDS_PER_DAY": function() { return /* binding */ SECONDS_PER_DAY; },
/* harmony export */ "SECONDS_PER_HOUR": function() { return /* binding */ SECONDS_PER_HOUR; },
/* harmony export */ "SECONDS_PER_MINUTE": function() { return /* binding */ SECONDS_PER_MINUTE; },
/* harmony export */ "SECONDS_PER_SECOND": function() { return /* binding */ SECONDS_PER_SECOND; },
/* harmony export */ "addHHMMSSTimeStrings": function() { return /* binding */ addHHMMSSTimeStrings; },
/* harmony export */ "addTwoDurations": function() { return /* binding */ addTwoDurations; },
/* harmony export */ "countDecimals": function() { return /* binding */ countDecimals; },
/* harmony export */ "flatten": function() { return /* binding */ flatten; },
/* harmony export */ "getDurationAsSeconds": function() { return /* binding */ getDurationAsSeconds; },
/* harmony export */ "getSecondsAsHHMMSS": function() { return /* binding */ getSecondsAsHHMMSS; },
/* harmony export */ "getSecondsAsISODuration": function() { return /* binding */ getSecondsAsISODuration; },
/* harmony export */ "getTimeAsSeconds": function() { return /* binding */ getTimeAsSeconds; },
/* harmony export */ "getDurationAsSeconds": function() { return /* binding */ getDurationAsSeconds; },
/* harmony export */ "addTwoDurations": function() { return /* binding */ addTwoDurations; },
/* harmony export */ "addHHMMSSTimeStrings": function() { return /* binding */ addHHMMSSTimeStrings; },
/* harmony export */ "flatten": function() { return /* binding */ flatten; },
/* harmony export */ "unflatten": function() { return /* binding */ unflatten; },
/* harmony export */ "countDecimals": function() { return /* binding */ countDecimals; }
/* harmony export */ "unflatten": function() { return /* binding */ unflatten; }
/* harmony export */ });
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }

8
dist/scorm12.min.js vendored

File diff suppressed because one or more lines are too long

38
dist/scorm2004.js vendored
View File

@@ -2540,11 +2540,11 @@ var Scorm2004API = /*#__PURE__*/function (_BaseAPI) {
"use strict";
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "checkValidFormat": function() { return /* binding */ checkValidFormat; },
/* harmony export */ "checkValidRange": function() { return /* binding */ checkValidRange; },
/* harmony export */ "BaseCMI": function() { return /* binding */ BaseCMI; },
/* harmony export */ "CMIArray": function() { return /* binding */ CMIArray; },
/* harmony export */ "CMIScore": function() { return /* binding */ CMIScore; },
/* harmony export */ "CMIArray": function() { return /* binding */ CMIArray; }
/* harmony export */ "checkValidFormat": function() { return /* binding */ checkValidFormat; },
/* harmony export */ "checkValidRange": function() { return /* binding */ checkValidRange; }
/* harmony export */ });
/* harmony import */ var _constants_api_constants__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../constants/api_constants */ "./src/constants/api_constants.js");
/* harmony import */ var _constants_error_codes__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../constants/error_codes */ "./src/constants/error_codes.js");
@@ -3070,13 +3070,13 @@ var CMIArray = /*#__PURE__*/function (_BaseCMI2) {
"use strict";
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "ADL": function() { return /* binding */ ADL; },
/* harmony export */ "CMI": function() { return /* binding */ CMI; },
/* harmony export */ "CMIInteractionsObject": function() { return /* binding */ CMIInteractionsObject; },
/* harmony export */ "CMIObjectivesObject": function() { return /* binding */ CMIObjectivesObject; },
/* harmony export */ "CMICommentsObject": function() { return /* binding */ CMICommentsObject; },
/* harmony export */ "CMIInteractionsObjectivesObject": function() { return /* binding */ CMIInteractionsObjectivesObject; },
/* harmony export */ "CMIInteractionsCorrectResponsesObject": function() { return /* binding */ CMIInteractionsCorrectResponsesObject; },
/* harmony export */ "ADL": function() { return /* binding */ ADL; }
/* harmony export */ "CMIInteractionsObject": function() { return /* binding */ CMIInteractionsObject; },
/* harmony export */ "CMIInteractionsObjectivesObject": function() { return /* binding */ CMIInteractionsObjectivesObject; },
/* harmony export */ "CMIObjectivesObject": function() { return /* binding */ CMIObjectivesObject; }
/* harmony export */ });
/* harmony import */ var _common__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./common */ "./src/cmi/common.js");
/* harmony import */ var _constants_api_constants__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../constants/api_constants */ "./src/constants/api_constants.js");
@@ -6413,10 +6413,10 @@ var Responses = {
"use strict";
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "ValidationError": function() { return /* binding */ ValidationError; },
/* harmony export */ "Scorm12ValidationError": function() { return /* binding */ Scorm12ValidationError; },
/* harmony export */ "AICCValidationError": function() { return /* binding */ AICCValidationError; },
/* harmony export */ "Scorm2004ValidationError": function() { return /* binding */ Scorm2004ValidationError; }
/* harmony export */ "Scorm12ValidationError": function() { return /* binding */ Scorm12ValidationError; },
/* harmony export */ "Scorm2004ValidationError": function() { return /* binding */ Scorm2004ValidationError; },
/* harmony export */ "ValidationError": function() { return /* binding */ ValidationError; }
/* harmony export */ });
/* harmony import */ var _constants_api_constants__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./constants/api_constants */ "./src/constants/api_constants.js");
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
@@ -6650,19 +6650,19 @@ var Scorm2004ValidationError = /*#__PURE__*/function (_ValidationError3) {
"use strict";
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "SECONDS_PER_SECOND": function() { return /* binding */ SECONDS_PER_SECOND; },
/* harmony export */ "SECONDS_PER_MINUTE": function() { return /* binding */ SECONDS_PER_MINUTE; },
/* harmony export */ "SECONDS_PER_HOUR": function() { return /* binding */ SECONDS_PER_HOUR; },
/* harmony export */ "SECONDS_PER_DAY": function() { return /* binding */ SECONDS_PER_DAY; },
/* harmony export */ "SECONDS_PER_HOUR": function() { return /* binding */ SECONDS_PER_HOUR; },
/* harmony export */ "SECONDS_PER_MINUTE": function() { return /* binding */ SECONDS_PER_MINUTE; },
/* harmony export */ "SECONDS_PER_SECOND": function() { return /* binding */ SECONDS_PER_SECOND; },
/* harmony export */ "addHHMMSSTimeStrings": function() { return /* binding */ addHHMMSSTimeStrings; },
/* harmony export */ "addTwoDurations": function() { return /* binding */ addTwoDurations; },
/* harmony export */ "countDecimals": function() { return /* binding */ countDecimals; },
/* harmony export */ "flatten": function() { return /* binding */ flatten; },
/* harmony export */ "getDurationAsSeconds": function() { return /* binding */ getDurationAsSeconds; },
/* harmony export */ "getSecondsAsHHMMSS": function() { return /* binding */ getSecondsAsHHMMSS; },
/* harmony export */ "getSecondsAsISODuration": function() { return /* binding */ getSecondsAsISODuration; },
/* harmony export */ "getTimeAsSeconds": function() { return /* binding */ getTimeAsSeconds; },
/* harmony export */ "getDurationAsSeconds": function() { return /* binding */ getDurationAsSeconds; },
/* harmony export */ "addTwoDurations": function() { return /* binding */ addTwoDurations; },
/* harmony export */ "addHHMMSSTimeStrings": function() { return /* binding */ addHHMMSSTimeStrings; },
/* harmony export */ "flatten": function() { return /* binding */ flatten; },
/* harmony export */ "unflatten": function() { return /* binding */ unflatten; },
/* harmony export */ "countDecimals": function() { return /* binding */ countDecimals; }
/* harmony export */ "unflatten": function() { return /* binding */ unflatten; }
/* harmony export */ });
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }

File diff suppressed because one or more lines are too long