@oat-sa/tao-core-ui 1.49.2 → 1.49.6
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.
- package/dist/animable/absorbable/css/absorb.css +1 -0
- package/dist/animable/pulsable/css/pulse.css +1 -0
- package/dist/autocomplete/css/autocomplete.css +1 -0
- package/dist/badge/css/badge.css +1 -0
- package/dist/breadcrumbs/css/breadcrumbs.css +1 -0
- package/dist/bulkActionPopup/css/bulkActionPopup.css +1 -0
- package/dist/calculator/css/calculator.css +1 -0
- package/dist/class/css/selector.css +1 -0
- package/dist/component/css/components.css +1 -0
- package/dist/component/css/windowComponent.css +1 -0
- package/dist/contextualPopup/css/contextualPopup.css +1 -0
- package/dist/dashboard/css/dashboard.css +1 -0
- package/dist/datalist/css/datalist.css +1 -0
- package/dist/datatable/css/datatable.css +1 -0
- package/dist/dateRange/css/dateRange.css +1 -0
- package/dist/datetime/css/picker.css +1 -0
- package/dist/destination/css/selector.css +1 -0
- package/dist/documentViewer/css/documentViewer.css +1 -0
- package/dist/dropdown/css/dropdown.css +1 -0
- package/dist/dynamicComponent/css/dynamicComponent.css +1 -0
- package/dist/form/css/dropdownForm.css +1 -0
- package/dist/form/css/form.css +1 -0
- package/dist/form/validator/css/validator.css +1 -0
- package/dist/form/widget/css/widget.css +1 -0
- package/dist/generis/form/css/form.css +1 -0
- package/dist/generis/validator/css/validator.css +1 -0
- package/dist/generis/widget/css/widget.css +1 -0
- package/dist/image/ImgStateActive/initHelper.js +1 -1
- package/dist/image/ImgStateActive.js +1 -1
- package/dist/itemButtonList/css/item-button-list.css +1 -0
- package/dist/listbox/css/listbox.css +1 -0
- package/dist/loadingButton/css/button.css +1 -0
- package/dist/maths/calculator/css/calculator.css +1 -0
- package/dist/mediaplayer/css/player.css +1 -0
- package/dist/pagination/css/pagination.css +1 -0
- package/dist/resource/css/selector.css +1 -0
- package/dist/resourcemgr/css/resourcemgr.css +1 -0
- package/dist/searchModal/advancedSearch.js +3 -3
- package/dist/searchModal/css/advancedSearch.css +1 -0
- package/dist/searchModal/css/searchModal.css +1 -0
- package/dist/searchModal.js +3 -1
- package/dist/switch/css/switch.css +1 -0
- package/dist/tabs/css/tabs.css +1 -0
- package/dist/taskQueue/css/taskQueue.css +1 -0
- package/dist/taskQueueButton/css/taskable.css +1 -0
- package/dist/taskQueueButton/css/treeButton.css +1 -0
- package/dist/tristateCheckboxGroup/css/tristateCheckboxGroup.css +1 -0
- package/dist/waitingDialog/css/waitingDialog.css +1 -0
- package/package.json +2 -2
- package/scss/inc/_forms.scss +2 -3
- package/scss/inc/_functions.scss +11 -0
- package/scss/inc/_grid.scss +1 -1
- package/src/animable/absorbable/css/absorb.css +1 -0
- package/src/animable/pulsable/css/pulse.css +1 -0
- package/src/autocomplete/css/autocomplete.css +1 -0
- package/src/badge/css/badge.css +1 -0
- package/src/breadcrumbs/css/breadcrumbs.css +1 -0
- package/src/bulkActionPopup/css/bulkActionPopup.css +1 -0
- package/src/calculator/css/calculator.css +1 -0
- package/src/class/css/selector.css +1 -0
- package/src/component/css/components.css +1 -0
- package/src/component/css/windowComponent.css +1 -0
- package/src/contextualPopup/css/contextualPopup.css +1 -0
- package/src/dashboard/css/dashboard.css +1 -0
- package/src/datalist/css/datalist.css +1 -0
- package/src/datatable/css/datatable.css +1 -0
- package/src/dateRange/css/dateRange.css +1 -0
- package/src/datetime/css/picker.css +1 -0
- package/src/destination/css/selector.css +1 -0
- package/src/documentViewer/css/documentViewer.css +1 -0
- package/src/dropdown/css/dropdown.css +1 -0
- package/src/dynamicComponent/css/dynamicComponent.css +1 -0
- package/src/form/css/dropdownForm.css +1 -0
- package/src/form/css/form.css +1 -0
- package/src/form/validator/css/validator.css +1 -0
- package/src/form/widget/css/widget.css +1 -0
- package/src/generis/form/css/form.css +1 -0
- package/src/generis/validator/css/validator.css +1 -0
- package/src/generis/widget/css/widget.css +1 -0
- package/src/image/ImgStateActive/initHelper.js +1 -1
- package/src/itemButtonList/css/item-button-list.css +1 -0
- package/src/listbox/css/listbox.css +1 -0
- package/src/loadingButton/css/button.css +1 -0
- package/src/maths/calculator/css/calculator.css +1 -0
- package/src/mediaplayer/css/player.css +1 -0
- package/src/pagination/css/pagination.css +1 -0
- package/src/resource/css/selector.css +1 -0
- package/src/resourcemgr/css/resourcemgr.css +1 -0
- package/src/searchModal/advancedSearch.js +2 -2
- package/src/searchModal/css/advancedSearch.css +1 -0
- package/src/searchModal/css/searchModal.css +1 -0
- package/src/searchModal.js +3 -1
- package/src/switch/css/switch.css +1 -0
- package/src/tabs/css/tabs.css +1 -0
- package/src/taskQueue/css/taskQueue.css +1 -0
- package/src/taskQueueButton/css/taskable.css +1 -0
- package/src/taskQueueButton/css/treeButton.css +1 -0
- package/src/tristateCheckboxGroup/css/tristateCheckboxGroup.css +1 -0
- package/src/waitingDialog/css/waitingDialog.css +1 -0
- package/dist/animable/absorbable/css/absorb.css.map +0 -1
- package/dist/animable/pulsable/css/pulse.css.map +0 -1
- package/dist/autocomplete/css/autocomplete.css.map +0 -1
- package/dist/badge/css/badge.css.map +0 -1
- package/dist/breadcrumbs/css/breadcrumbs.css.map +0 -1
- package/dist/bulkActionPopup/css/bulkActionPopup.css.map +0 -1
- package/dist/calculator/css/calculator.css.map +0 -1
- package/dist/class/css/selector.css.map +0 -1
- package/dist/component/css/components.css.map +0 -1
- package/dist/component/css/windowComponent.css.map +0 -1
- package/dist/contextualPopup/css/contextualPopup.css.map +0 -1
- package/dist/dashboard/css/dashboard.css.map +0 -1
- package/dist/datalist/css/datalist.css.map +0 -1
- package/dist/datatable/css/datatable.css.map +0 -1
- package/dist/dateRange/css/dateRange.css.map +0 -1
- package/dist/datetime/css/picker.css.map +0 -1
- package/dist/destination/css/selector.css.map +0 -1
- package/dist/documentViewer/css/documentViewer.css.map +0 -1
- package/dist/dropdown/css/dropdown.css.map +0 -1
- package/dist/dynamicComponent/css/dynamicComponent.css.map +0 -1
- package/dist/form/css/dropdownForm.css.map +0 -1
- package/dist/form/css/form.css.map +0 -1
- package/dist/form/validator/css/validator.css.map +0 -1
- package/dist/form/widget/css/widget.css.map +0 -1
- package/dist/generis/form/css/form.css.map +0 -1
- package/dist/generis/validator/css/validator.css.map +0 -1
- package/dist/generis/widget/css/widget.css.map +0 -1
- package/dist/listbox/css/listbox.css.map +0 -1
- package/dist/loadingButton/css/button.css.map +0 -1
- package/dist/maths/calculator/css/calculator.css.map +0 -1
- package/dist/mediaplayer/css/player.css.map +0 -1
- package/dist/pagination/css/pagination.css.map +0 -1
- package/dist/resource/css/selector.css.map +0 -1
- package/dist/resourcemgr/css/resourcemgr.css.map +0 -1
- package/dist/searchModal/css/advancedSearch.css.map +0 -1
- package/dist/searchModal/css/searchModal.css.map +0 -1
- package/dist/switch/css/switch.css.map +0 -1
- package/dist/tabs/css/tabs.css.map +0 -1
- package/dist/taskQueue/css/taskQueue.css.map +0 -1
- package/dist/taskQueueButton/css/taskable.css.map +0 -1
- package/dist/taskQueueButton/css/treeButton.css.map +0 -1
- package/dist/tristateCheckboxGroup/css/tristateCheckboxGroup.css.map +0 -1
- package/dist/waitingDialog/css/waitingDialog.css.map +0 -1
- package/src/animable/absorbable/css/absorb.css.map +0 -1
- package/src/animable/pulsable/css/pulse.css.map +0 -1
- package/src/autocomplete/css/autocomplete.css.map +0 -1
- package/src/badge/css/badge.css.map +0 -1
- package/src/breadcrumbs/css/breadcrumbs.css.map +0 -1
- package/src/bulkActionPopup/css/bulkActionPopup.css.map +0 -1
- package/src/calculator/css/calculator.css.map +0 -1
- package/src/class/css/selector.css.map +0 -1
- package/src/component/css/components.css.map +0 -1
- package/src/component/css/windowComponent.css.map +0 -1
- package/src/contextualPopup/css/contextualPopup.css.map +0 -1
- package/src/dashboard/css/dashboard.css.map +0 -1
- package/src/datalist/css/datalist.css.map +0 -1
- package/src/datatable/css/datatable.css.map +0 -1
- package/src/dateRange/css/dateRange.css.map +0 -1
- package/src/datetime/css/picker.css.map +0 -1
- package/src/destination/css/selector.css.map +0 -1
- package/src/documentViewer/css/documentViewer.css.map +0 -1
- package/src/dropdown/css/dropdown.css.map +0 -1
- package/src/dynamicComponent/css/dynamicComponent.css.map +0 -1
- package/src/form/css/dropdownForm.css.map +0 -1
- package/src/form/css/form.css.map +0 -1
- package/src/form/validator/css/validator.css.map +0 -1
- package/src/form/widget/css/widget.css.map +0 -1
- package/src/generis/form/css/form.css.map +0 -1
- package/src/generis/validator/css/validator.css.map +0 -1
- package/src/generis/widget/css/widget.css.map +0 -1
- package/src/listbox/css/listbox.css.map +0 -1
- package/src/loadingButton/css/button.css.map +0 -1
- package/src/maths/calculator/css/calculator.css.map +0 -1
- package/src/mediaplayer/css/player.css.map +0 -1
- package/src/pagination/css/pagination.css.map +0 -1
- package/src/resource/css/selector.css.map +0 -1
- package/src/resourcemgr/css/resourcemgr.css.map +0 -1
- package/src/searchModal/css/advancedSearch.css.map +0 -1
- package/src/searchModal/css/searchModal.css.map +0 -1
- package/src/switch/css/switch.css.map +0 -1
- package/src/tabs/css/tabs.css.map +0 -1
- package/src/taskQueue/css/taskQueue.css.map +0 -1
- package/src/taskQueueButton/css/taskable.css.map +0 -1
- package/src/taskQueueButton/css/treeButton.css.map +0 -1
- package/src/tristateCheckboxGroup/css/tristateCheckboxGroup.css.map +0 -1
- package/src/waitingDialog/css/waitingDialog.css.map +0 -1
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
.absorbable {
|
|
10
11
|
z-index: 1;
|
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
.pulsable {
|
|
10
11
|
z-index: 1;
|
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
.autocomplete-suggestions {
|
|
10
11
|
border: 1px solid #ddd;
|
package/dist/badge/css/badge.css
CHANGED
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
.badge-component {
|
|
10
11
|
position: relative;
|
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
.breadcrumbs {
|
|
10
11
|
background-color: #f3f1ef;
|
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
.bulk-action-popup {
|
|
10
11
|
padding-bottom: 20px;
|
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
/* Style for the calculator component */
|
|
10
11
|
/* font size mixin specific to calculator to use em instead of rem unit */
|
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
.class-selector {
|
|
10
11
|
padding: 5px;
|
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
/* Style of advanced components */
|
|
10
11
|
/* toggler */
|
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
.window-component {
|
|
10
11
|
display: flex;
|
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
.contextual-popup {
|
|
10
11
|
position: absolute;
|
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
.readiness-dashboard-container .dashboard-header {
|
|
10
11
|
margin-bottom: 25px;
|
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
.datalist {
|
|
10
11
|
max-width: 1024px;
|
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
.datatable-wrapper .datatable-header {
|
|
10
11
|
display: -ms-flex;
|
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
.daterange .datetime-picker {
|
|
10
11
|
display: inline-block;
|
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
.datetime-picker {
|
|
10
11
|
/* flatpickr theme */
|
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
.destination-selector {
|
|
10
11
|
position: relative;
|
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
.document-viewer .pdf-viewer {
|
|
10
11
|
position: relative;
|
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
.dropdown-container {
|
|
10
11
|
position: relative;
|
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
.dynamic-component-container {
|
|
10
11
|
display: inline-block;
|
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
.dropdown-form {
|
|
10
11
|
position: relative;
|
package/dist/form/css/form.css
CHANGED
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
.form-component {
|
|
10
11
|
border: 1px solid #ddd;
|
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
.form-validator {
|
|
10
11
|
color: #ba122b;
|
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
.form-widget {
|
|
10
11
|
margin: 10px 0;
|
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
.ui-generis-form {
|
|
10
11
|
border: 1px solid #ddd;
|
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
.ui-generis-validator {
|
|
10
11
|
color: #ba122b;
|
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
.ui-generis-widget {
|
|
10
11
|
margin: 10px 0px;
|
|
@@ -254,7 +254,7 @@ define(['exports', 'jquery', 'lodash', 'i18n', 'core/mimetype', 'ui/mediaEditor/
|
|
|
254
254
|
confirmBox = $('.change-alt-modal-feedback', $form);
|
|
255
255
|
cancel = confirmBox.find('.cancel');
|
|
256
256
|
save = confirmBox.find('.save');
|
|
257
|
-
$('.alt-text', confirmBox).html("\"".concat($alt.val(), "\"<br>with<br>\"").concat(alt, "\" ?"));
|
|
257
|
+
$('.alt-text', confirmBox).html("\"".concat($alt.val(), "\"<br>").concat(__('with'), "<br>\"").concat(alt, "\" ?"));
|
|
258
258
|
confirmBox.modal({
|
|
259
259
|
width: 500
|
|
260
260
|
});
|
|
@@ -255,7 +255,7 @@ define(['jquery', 'nouislider', 'ui/resourcemgr', 'ui/tooltip', 'lodash', 'modul
|
|
|
255
255
|
confirmBox = $('.change-alt-modal-feedback', $form);
|
|
256
256
|
cancel = confirmBox.find('.cancel');
|
|
257
257
|
save = confirmBox.find('.save');
|
|
258
|
-
$('.alt-text', confirmBox).html("\"".concat($alt.val(), "\"<br>with<br>\"").concat(alt, "\" ?"));
|
|
258
|
+
$('.alt-text', confirmBox).html("\"".concat($alt.val(), "\"<br>").concat(__('with'), "<br>\"").concat(alt, "\" ?"));
|
|
259
259
|
confirmBox.modal({
|
|
260
260
|
width: 500
|
|
261
261
|
});
|
|
@@ -22,6 +22,7 @@ Usage:
|
|
|
22
22
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
23
23
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
24
24
|
*/
|
|
25
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
25
26
|
/* Do not edit */
|
|
26
27
|
.buttonlist-items {
|
|
27
28
|
display: flex;
|
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
.listbox {
|
|
10
11
|
max-width: 1024px;
|
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
.loading-button [class^="icon-"], .loading-button [class*=" icon-"] {
|
|
10
11
|
padding: 0;
|
|
@@ -6,6 +6,7 @@ Usage:
|
|
|
6
6
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
7
7
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
8
8
|
*/
|
|
9
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
9
10
|
/* Do not edit */
|
|
10
11
|
/* font size mixin specific to calculator to use em instead of rem unit */
|
|
11
12
|
.calculator {
|
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
.mediaplayer {
|
|
10
11
|
position: relative;
|
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
.pagination .pages {
|
|
10
11
|
display: -ms-flex;
|
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
.resource-selector {
|
|
10
11
|
position: relative;
|
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
/* tooltip */
|
|
10
11
|
.resourcemgr {
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
define(['jquery', 'lodash', '
|
|
1
|
+
define(['jquery', 'lodash', 'handlebars', 'i18n', 'lib/dompurify/purify', 'css!ui/searchModal/css/advancedSearch.css', 'ui/component', 'ui/modal', 'ui/datatable', 'select2', 'util/url', 'core/dataProvider/request'], function ($$1, _, Handlebars, __, DOMPurify, advancedSearch_css, component, modal, datatable, select2, urlUtil, request) { 'use strict';
|
|
2
2
|
|
|
3
3
|
$$1 = $$1 && Object.prototype.hasOwnProperty.call($$1, 'default') ? $$1['default'] : $$1;
|
|
4
4
|
_ = _ && Object.prototype.hasOwnProperty.call(_, 'default') ? _['default'] : _;
|
|
5
|
-
context = context && Object.prototype.hasOwnProperty.call(context, 'default') ? context['default'] : context;
|
|
6
5
|
Handlebars = Handlebars && Object.prototype.hasOwnProperty.call(Handlebars, 'default') ? Handlebars['default'] : Handlebars;
|
|
7
6
|
__ = __ && Object.prototype.hasOwnProperty.call(__, 'default') ? __['default'] : __;
|
|
8
7
|
DOMPurify = DOMPurify && Object.prototype.hasOwnProperty.call(DOMPurify, 'default') ? DOMPurify['default'] : DOMPurify;
|
|
@@ -339,6 +338,7 @@ define(['jquery', 'lodash', 'context', 'handlebars', 'i18n', 'lib/dompurify/puri
|
|
|
339
338
|
* @param {object} config
|
|
340
339
|
* @param {object} config.renderTo - DOM element where component will be rendered to
|
|
341
340
|
* @param {string} config.advancedCriteria - advanced criteria to be set on component creation
|
|
341
|
+
* @param {string} config.rootClassUri - rootClassUri to check for whitelist sections
|
|
342
342
|
* @returns {advancedSearch}
|
|
343
343
|
*/
|
|
344
344
|
|
|
@@ -478,7 +478,7 @@ define(['jquery', 'lodash', 'context', 'handlebars', 'i18n', 'lib/dompurify/puri
|
|
|
478
478
|
function initAddCriteriaSelector() {
|
|
479
479
|
var route = urlUtil.route('status', 'AdvancedSearch', 'tao');
|
|
480
480
|
return request(route).then(function (response) {
|
|
481
|
-
if (!response.enabled ||
|
|
481
|
+
if (!response.enabled || response.whitelist.includes(config.rootClassUri)) {
|
|
482
482
|
isAdvancedSearchStatusEnabled = false;
|
|
483
483
|
return;
|
|
484
484
|
}
|
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
.advanced-search-container {
|
|
10
11
|
flex: 1 1 auto;
|
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
.section-container {
|
|
10
11
|
top: 0 !important;
|
package/dist/searchModal.js
CHANGED
|
@@ -246,6 +246,7 @@ define(['jquery', 'lodash', 'i18n', 'context', 'handlebars', 'lib/dompurify/puri
|
|
|
246
246
|
var rootClassUri = config.rootClassUri;
|
|
247
247
|
/**
|
|
248
248
|
* Creates search modal, inits template selectors, inits search store, and once is created triggers initial search
|
|
249
|
+
* rootClassUri is sent to advancedSearch factory for disabling in whitelisted sections
|
|
249
250
|
*/
|
|
250
251
|
|
|
251
252
|
function renderModal() {
|
|
@@ -254,7 +255,8 @@ define(['jquery', 'lodash', 'i18n', 'context', 'handlebars', 'lib/dompurify/puri
|
|
|
254
255
|
initUiSelectors();
|
|
255
256
|
advancedSearch = advancedSearchFactory({
|
|
256
257
|
renderTo: $$1('.filters-container', $container),
|
|
257
|
-
advancedCriteria: instance.config.criterias.advancedCriteria
|
|
258
|
+
advancedCriteria: instance.config.criterias.advancedCriteria,
|
|
259
|
+
rootClassUri: rootClassUri
|
|
258
260
|
});
|
|
259
261
|
promises.push(initClassFilter());
|
|
260
262
|
promises.push(initSearchStore());
|
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
.switch {
|
|
10
11
|
display: inline-block;
|
package/dist/tabs/css/tabs.css
CHANGED
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
/** Styles for a group of buttons to be glued together into a tabs-like bar
|
|
10
11
|
* Intended use:
|
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
.task-queue-status {
|
|
10
11
|
height: 100%;
|
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
div.task-report-container {
|
|
10
11
|
width: 100%;
|
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
.tree-button-component .spinner-icon {
|
|
10
11
|
font-size: 17px;
|
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
.tristate-checkbox-group li label input:indeterminate[type="checkbox"] ~ .icon-checkbox::before {
|
|
10
11
|
content: "\e901";
|
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
.modal.has-secondary .message {
|
|
10
11
|
font-weight: bold;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oat-sa/tao-core-ui",
|
|
3
|
-
"version": "1.49.
|
|
3
|
+
"version": "1.49.6",
|
|
4
4
|
"displayName": "TAO Core UI",
|
|
5
5
|
"description": "UI libraries of TAO",
|
|
6
6
|
"scripts": {
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@oat-sa/rollup-plugin-wildcard-external": "^0.1.0",
|
|
52
52
|
"@oat-sa/tao-core-libs": "^0.4.4",
|
|
53
53
|
"@oat-sa/tao-core-sdk": "^1.8.1",
|
|
54
|
-
"@oat-sa/tao-core-shared-libs": "^1.0.
|
|
54
|
+
"@oat-sa/tao-core-shared-libs": "^1.0.5",
|
|
55
55
|
"@oat-sa/tao-qunit-testrunner": "^1.0.3",
|
|
56
56
|
"async": "^0.2.10",
|
|
57
57
|
"autoprefixer": "^9.5.1",
|
package/scss/inc/_forms.scss
CHANGED
|
@@ -410,11 +410,10 @@ label {
|
|
|
410
410
|
left: -1em;
|
|
411
411
|
}
|
|
412
412
|
}
|
|
413
|
+
|
|
413
414
|
input[type="radio"],
|
|
414
415
|
input[type="checkbox"] {
|
|
415
|
-
|
|
416
|
-
pointer-events: none;
|
|
417
|
-
position: absolute;
|
|
416
|
+
@include visuallyHidden;
|
|
418
417
|
|
|
419
418
|
&:focus ~ [class^="icon-"],
|
|
420
419
|
&:focus ~ [class*=" icon-"],
|
package/scss/inc/_functions.scss
CHANGED
|
@@ -270,3 +270,14 @@ Usage:
|
|
|
270
270
|
@mixin disableSelect() {
|
|
271
271
|
@include vendor-prefix(user-select, none, property);
|
|
272
272
|
}
|
|
273
|
+
|
|
274
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
275
|
+
@mixin visuallyHidden() {
|
|
276
|
+
position: absolute;
|
|
277
|
+
width: 1px;
|
|
278
|
+
height: 1px;
|
|
279
|
+
overflow: hidden;
|
|
280
|
+
clip: rect(1px, 1px, 1px, 1px);
|
|
281
|
+
margin: 0;
|
|
282
|
+
padding: 0;
|
|
283
|
+
}
|
package/scss/inc/_grid.scss
CHANGED
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
.absorbable {
|
|
10
11
|
z-index: 1;
|
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
.pulsable {
|
|
10
11
|
z-index: 1;
|
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
.autocomplete-suggestions {
|
|
10
11
|
border: 1px solid #ddd;
|
package/src/badge/css/badge.css
CHANGED
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
.badge-component {
|
|
10
11
|
position: relative;
|
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
.breadcrumbs {
|
|
10
11
|
background-color: #f3f1ef;
|
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
.bulk-action-popup {
|
|
10
11
|
padding-bottom: 20px;
|
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
/* Style for the calculator component */
|
|
10
11
|
/* font size mixin specific to calculator to use em instead of rem unit */
|
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
.class-selector {
|
|
10
11
|
padding: 5px;
|
|
@@ -5,6 +5,7 @@ Usage:
|
|
|
5
5
|
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
|
|
6
6
|
first param - color, second - position. Also you can use px or other valid units for set position.
|
|
7
7
|
*/
|
|
8
|
+
/* based on "visually-hidden" mixin in LDS for accessibility goals */
|
|
8
9
|
/* Do not edit */
|
|
9
10
|
/* Style of advanced components */
|
|
10
11
|
/* toggler */
|