@instructure/quiz-core 20.7.0 → 20.7.1-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -467,6 +467,7 @@ export var BanksList = (_dec = withStyle(generateStyle, generateComponentTheme),
|
|
|
467
467
|
return jsx(Table.ColHeader, {
|
|
468
468
|
id: headerId,
|
|
469
469
|
key: headerId,
|
|
470
|
+
stackedSortByLabel: headerText,
|
|
470
471
|
onRequestSort: this.props.onChangeSort(headerId, this.props.order),
|
|
471
472
|
sortDirection: this.props.sort === headerId ? this.props.order : 'none'
|
|
472
473
|
}, headerText);
|
|
@@ -482,7 +483,7 @@ export var BanksList = (_dec = withStyle(generateStyle, generateComponentTheme),
|
|
|
482
483
|
layout: this.props.isCompact ? 'stacked' : 'auto'
|
|
483
484
|
}, jsx(Table.Head, {
|
|
484
485
|
renderSortLabel: t('Sort By')
|
|
485
|
-
}, jsx(Table.Row, null, this.renderTableSortHeader('name', t('
|
|
486
|
+
}, jsx(Table.Row, null, this.renderTableSortHeader('name', t('Name')), this.renderTableSortHeader('updated_at', t('Updated')), jsx(Table.ColHeader, {
|
|
486
487
|
id: "header-num-questions",
|
|
487
488
|
width: "1"
|
|
488
489
|
}, t('Questions')), this.renderTableSortHeader('last_used', t('Last Used')), this.renderTableSortHeader('created_at', t('Created')), !this.props.isCompact && jsx(Table.ColHeader, {
|
|
@@ -502,6 +502,7 @@ var BanksList = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default)
|
|
|
502
502
|
return (0, _emotion.jsx)(_uiTable.Table.ColHeader, {
|
|
503
503
|
id: headerId,
|
|
504
504
|
key: headerId,
|
|
505
|
+
stackedSortByLabel: headerText,
|
|
505
506
|
onRequestSort: this.props.onChangeSort(headerId, this.props.order),
|
|
506
507
|
sortDirection: this.props.sort === headerId ? this.props.order : 'none'
|
|
507
508
|
}, headerText);
|
|
@@ -517,7 +518,7 @@ var BanksList = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default)
|
|
|
517
518
|
layout: this.props.isCompact ? 'stacked' : 'auto'
|
|
518
519
|
}, (0, _emotion.jsx)(_uiTable.Table.Head, {
|
|
519
520
|
renderSortLabel: (0, _formatMessage.default)('Sort By')
|
|
520
|
-
}, (0, _emotion.jsx)(_uiTable.Table.Row, null, this.renderTableSortHeader('name', (0, _formatMessage.default)('
|
|
521
|
+
}, (0, _emotion.jsx)(_uiTable.Table.Row, null, this.renderTableSortHeader('name', (0, _formatMessage.default)('Name')), this.renderTableSortHeader('updated_at', (0, _formatMessage.default)('Updated')), (0, _emotion.jsx)(_uiTable.Table.ColHeader, {
|
|
521
522
|
id: "header-num-questions",
|
|
522
523
|
width: "1"
|
|
523
524
|
}, (0, _formatMessage.default)('Questions')), this.renderTableSortHeader('last_used', (0, _formatMessage.default)('Last Used')), this.renderTableSortHeader('created_at', (0, _formatMessage.default)('Created')), !this.props.isCompact && (0, _emotion.jsx)(_uiTable.Table.ColHeader, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/quiz-core",
|
|
3
|
-
"version": "20.7.0",
|
|
3
|
+
"version": "20.7.1-rc.0+a01b93266",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "The Quiz React SDK by Instructure Inc.",
|
|
6
6
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"@instructure/emotion": "^8.51.0",
|
|
45
45
|
"@instructure/grading-utils": "^1.0.0",
|
|
46
46
|
"@instructure/outcomes-ui": "^3.1.0",
|
|
47
|
-
"@instructure/quiz-common": "
|
|
48
|
-
"@instructure/quiz-i18n": "
|
|
49
|
-
"@instructure/quiz-interactions": "
|
|
50
|
-
"@instructure/quiz-number-input": "
|
|
51
|
-
"@instructure/quiz-rce": "
|
|
47
|
+
"@instructure/quiz-common": "20.7.1-rc.0+a01b93266",
|
|
48
|
+
"@instructure/quiz-i18n": "20.7.1-rc.0+a01b93266",
|
|
49
|
+
"@instructure/quiz-interactions": "20.7.1-rc.0+a01b93266",
|
|
50
|
+
"@instructure/quiz-number-input": "20.7.1-rc.0+a01b93266",
|
|
51
|
+
"@instructure/quiz-rce": "20.7.1-rc.0+a01b93266",
|
|
52
52
|
"@instructure/ui-a11y-content": "^8.51.0",
|
|
53
53
|
"@instructure/ui-alerts": "^8.51.0",
|
|
54
54
|
"@instructure/ui-avatar": "^8.51.0",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"file-saver": "~2.0.5",
|
|
113
113
|
"humps": "^2.0.0",
|
|
114
114
|
"immutable": "^3.8.1",
|
|
115
|
-
"instructure-validations": "
|
|
115
|
+
"instructure-validations": "20.7.1-rc.0+a01b93266",
|
|
116
116
|
"ipaddr.js": "^1.5.4",
|
|
117
117
|
"isomorphic-fetch": "^2.2.0",
|
|
118
118
|
"isuuid": "^0.1.0",
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
"uuid": "^3.2.1"
|
|
144
144
|
},
|
|
145
145
|
"devDependencies": {
|
|
146
|
-
"@instructure/quiz-scripts": "
|
|
146
|
+
"@instructure/quiz-scripts": "20.7.0",
|
|
147
147
|
"@instructure/ui-axe-check": "^8.51.0",
|
|
148
148
|
"@instructure/ui-babel-preset": "^7.22.1",
|
|
149
149
|
"@instructure/ui-karma-config": "^7.22.1",
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
"intl": "^1.2.4",
|
|
164
164
|
"jquery": "^2.2.3",
|
|
165
165
|
"most-subject": "^5.3.0",
|
|
166
|
-
"quiz-presets": "
|
|
166
|
+
"quiz-presets": "20.7.1-rc.0+a01b93266",
|
|
167
167
|
"react": "^16.8.6",
|
|
168
168
|
"react-addons-test-utils": "^15.6.2",
|
|
169
169
|
"react-dom": "^16.8.6",
|
|
@@ -179,5 +179,5 @@
|
|
|
179
179
|
"publishConfig": {
|
|
180
180
|
"access": "public"
|
|
181
181
|
},
|
|
182
|
-
"gitHead": "
|
|
182
|
+
"gitHead": "a01b93266a5146e60789cc91185333143897a8be"
|
|
183
183
|
}
|