@mediusinc/mng-commons 3.6.0 → 4.0.0-rc.1
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/README.md +6 -5
- package/esm2022/index.mjs +6 -3
- package/esm2022/lib/api/models/filter-param.model.mjs +1 -1
- package/esm2022/lib/api/models/index.mjs +1 -3
- package/esm2022/lib/api/models/query-param.model.mjs +1 -1
- package/esm2022/lib/api/models/query-result.model.mjs +12 -1
- package/esm2022/lib/api/services/api.abstract.service.mjs +2 -2
- package/esm2022/lib/api/services/get-all-api.abstract.service.mjs +1 -1
- package/esm2022/lib/api/utils/index.mjs +2 -2
- package/esm2022/lib/api/utils/object-serializer.util.mjs +53 -137
- package/esm2022/lib/components/action/action.component.mjs +17 -16
- package/esm2022/lib/components/action/editor/action-editor.component.mjs +12 -12
- package/esm2022/lib/components/action/localization/data-language-dropdown.component.mjs +7 -7
- package/esm2022/lib/components/action/models/action-component.model.mjs +1 -1
- package/esm2022/lib/components/action/models/action-confirmation-service.model.mjs +1 -1
- package/esm2022/lib/components/action/models/action-execution.model.mjs +5 -5
- package/esm2022/lib/components/action/route/action-route.component.mjs +6 -6
- package/esm2022/lib/components/form/autocomplete/autocomplete.component.mjs +74 -65
- package/esm2022/lib/components/form/date-range/date-range.component.mjs +6 -7
- package/esm2022/lib/components/form/dropdown/dropdown.component.mjs +39 -39
- package/esm2022/lib/components/form/editor/form-editor.component.mjs +14 -16
- package/esm2022/lib/components/form/formly/fields/formly-field-action/formly-field-action.component.mjs +6 -6
- package/esm2022/lib/components/form/formly/fields/formly-field-autocomplete/formly-field-autocomplete.component.mjs +5 -5
- package/esm2022/lib/components/form/formly/fields/formly-field-custom/formly-custom-field-base.model.mjs +3 -3
- package/esm2022/lib/components/form/formly/fields/formly-field-custom/formly-field-custom.component.mjs +3 -3
- package/esm2022/lib/components/form/formly/fields/formly-field-dropdown/formly-field-dropdown.component.mjs +5 -5
- package/esm2022/lib/components/form/formly/fields/formly-field-fieldset/formly-field-fieldset.component.mjs +5 -6
- package/esm2022/lib/components/form/formly/fields/formly-field-input/formly-field-input.component.mjs +10 -13
- package/esm2022/lib/components/form/formly/fields/formly-field-label/formly-field-label.component.mjs +3 -3
- package/esm2022/lib/components/form/formly/fields/formly-field-lookup-dialog/formly-field-lookup-dialog.component.mjs +13 -13
- package/esm2022/lib/components/form/formly/fields/formly-field-table-dialog-form/formly-field-table-dialog-form.component.mjs +26 -15
- package/esm2022/lib/components/form/formly/fields/formly-field-table-dialog-multiselect/formly-field-table-dialog-multiselect.component.mjs +14 -14
- package/esm2022/lib/components/form/formly/fields/formly-field-tabs/formly-field-tabs.component.mjs +5 -6
- package/esm2022/lib/components/form/formly/wrappers/formly-field-no-label-wrapper/formly-field-no-label-wrapper.component.mjs +5 -6
- package/esm2022/lib/components/form/formly/wrappers/formly-field-wrapper/formly-field-wrapper.component.mjs +39 -18
- package/esm2022/lib/components/layout/breadcrumb.component.mjs +4 -4
- package/esm2022/lib/components/layout/footer.component.mjs +4 -4
- package/esm2022/lib/components/layout/main-layout.component.mjs +8 -8
- package/esm2022/lib/components/layout/menu-item.component.mjs +8 -8
- package/esm2022/lib/components/layout/menu.component.mjs +7 -7
- package/esm2022/lib/components/layout/services/main-layout.component.service.mjs +4 -4
- package/esm2022/lib/components/layout/topbar-user.component.mjs +9 -9
- package/esm2022/lib/components/layout/topbar.component.mjs +8 -8
- package/esm2022/lib/components/layout/version.component.mjs +11 -11
- package/esm2022/lib/components/layoutV2/breadcrumb.component.mjs +6 -6
- package/esm2022/lib/components/layoutV2/footer.component.mjs +3 -3
- package/esm2022/lib/components/layoutV2/main-layout.component.mjs +14 -11
- package/esm2022/lib/components/layoutV2/menu-item.component.mjs +12 -9
- package/esm2022/lib/components/layoutV2/menu.component.mjs +5 -6
- package/esm2022/lib/components/layoutV2/model/layout-state.model.mjs +1 -1
- package/esm2022/lib/components/layoutV2/services/main-layout.component.service.mjs +30 -21
- package/esm2022/lib/components/layoutV2/services/menu.service.mjs +3 -3
- package/esm2022/lib/components/layoutV2/sidebar.component.mjs +18 -9
- package/esm2022/lib/components/layoutV2/topbar-user.component.mjs +6 -6
- package/esm2022/lib/components/layoutV2/topbar.component.mjs +6 -7
- package/esm2022/lib/components/layoutV2/version.component.mjs +11 -11
- package/esm2022/lib/components/pages/error/error.page.component.mjs +4 -4
- package/esm2022/lib/components/pages/not-found/not-found.page.component.mjs +4 -4
- package/esm2022/lib/components/tableview/index.mjs +1 -2
- package/esm2022/lib/components/tableview/models/table.event.mjs +1 -1
- package/esm2022/lib/components/tableview/route/tableview-route.abstract.component.mjs +18 -18
- package/esm2022/lib/components/tableview/route/tableview-route.component.mjs +5 -5
- package/esm2022/lib/components/tableview/table/column-filter-full/column-filter-full.component.mjs +8 -12
- package/esm2022/lib/components/tableview/table/column-value/column-value.component.mjs +9 -32
- package/esm2022/lib/components/tableview/table/table.component.mjs +20 -25
- package/esm2022/lib/components/tableview/tableview.component.mjs +8 -10
- package/esm2022/lib/data-providers/base.data-provider.mjs +43 -12
- package/esm2022/lib/data-providers/editor.data-provider.mjs +82 -14
- package/esm2022/lib/data-providers/lookup.data-provider.mjs +38 -9
- package/esm2022/lib/data-providers/table.data-provider.mjs +41 -14
- package/esm2022/lib/data-providers/tableview-crud.data-provider.mjs +14 -6
- package/esm2022/lib/data-providers/tableview.data-provider.mjs +89 -29
- package/esm2022/lib/descriptors/action/action-confirmation.descriptor.mjs +2 -2
- package/esm2022/lib/descriptors/action/action-editor.descriptor.mjs +262 -0
- package/esm2022/lib/descriptors/action/action-link.descriptor.mjs +90 -0
- package/esm2022/lib/descriptors/action/action.descriptor.mjs +91 -352
- package/esm2022/lib/descriptors/action/index.mjs +3 -1
- package/esm2022/lib/descriptors/editor/editor.descriptor.mjs +215 -102
- package/esm2022/lib/descriptors/editor/field-action.descriptor.mjs +50 -0
- package/esm2022/lib/descriptors/editor/field-base.descriptor.mjs +293 -0
- package/esm2022/lib/descriptors/editor/field-group.descriptor.mjs +97 -0
- package/esm2022/lib/descriptors/editor/field-lookup.descriptor.mjs +211 -0
- package/esm2022/lib/descriptors/editor/field-many.descriptor.mjs +153 -0
- package/esm2022/lib/descriptors/editor/field.descriptor.mjs +81 -852
- package/esm2022/lib/descriptors/editor/index.mjs +6 -1
- package/esm2022/lib/descriptors/editor/internal/editor-fields.model.mjs +2 -0
- package/esm2022/lib/descriptors/editor/internal/editor.model.mjs +2 -0
- package/esm2022/lib/descriptors/filter/filter-lookup.descriptor.mjs +210 -0
- package/esm2022/lib/descriptors/filter/filter.descriptor.mjs +2 -208
- package/esm2022/lib/descriptors/filter/index.mjs +2 -1
- package/esm2022/lib/descriptors/interfaces/lookup-descriptor.interface.mjs +1 -1
- package/esm2022/lib/descriptors/model/index.mjs +2 -0
- package/esm2022/lib/descriptors/model/model.descriptor.mjs +70 -0
- package/esm2022/lib/descriptors/table/column.descriptor.mjs +38 -49
- package/esm2022/lib/descriptors/table/internal/table-columns.model.mjs +2 -0
- package/esm2022/lib/descriptors/table/internal/table.model.mjs +2 -0
- package/esm2022/lib/descriptors/table/table.descriptor.mjs +143 -124
- package/esm2022/lib/descriptors/tableview/internal/tableview.model.mjs +2 -0
- package/esm2022/lib/descriptors/tableview/tableview.descriptor.mjs +240 -131
- package/esm2022/lib/directives/component.directive.mjs +11 -11
- package/esm2022/lib/directives/dialog-keydown-handler.directive.mjs +3 -3
- package/esm2022/lib/directives/template.directive.mjs +9 -9
- package/esm2022/lib/helpers/coercion.mjs +45 -0
- package/esm2022/lib/models/class.model.mjs +2 -0
- package/esm2022/lib/models/enum.model.mjs +1 -1
- package/esm2022/lib/models/index.mjs +4 -1
- package/esm2022/lib/models/radio.model.mjs +2 -0
- package/esm2022/lib/models/tableview-attr.model.mjs +1 -1
- package/esm2022/lib/models/type-registry.model.mjs +2 -0
- package/esm2022/lib/models/view-container.model.mjs +1 -1
- package/esm2022/lib/pipes/boolean.pipe.mjs +3 -3
- package/esm2022/lib/pipes/class-map.pipe.mjs +3 -3
- package/esm2022/lib/pipes/enum.pipe.mjs +6 -6
- package/esm2022/lib/pipes/enumerate-async.pipe.mjs +5 -5
- package/esm2022/lib/pipes/enumerate.pipe.mjs +5 -5
- package/esm2022/lib/pipes/getter.pipe.mjs +5 -5
- package/esm2022/lib/pipes/i18n-property.pipe.mjs +4 -4
- package/esm2022/lib/pipes/json-path.pipe.mjs +3 -3
- package/esm2022/lib/pipes/locale-default-row-class.pipe.mjs +5 -5
- package/esm2022/lib/pipes/parametrize.pipe.mjs +3 -3
- package/esm2022/lib/pipes/template.pipe.mjs +4 -4
- package/esm2022/lib/provide-commons.mjs +4 -4
- package/esm2022/lib/registry/type.registry.mjs +114 -0
- package/esm2022/lib/router/models/router.model.mjs +1 -1
- package/esm2022/lib/router/tableview-route-builder.mjs +5 -5
- package/esm2022/lib/security/authorization.service.mjs +9 -11
- package/esm2022/lib/services/action-executor.service.mjs +14 -12
- package/esm2022/lib/services/commons-init.service.mjs +3 -3
- package/esm2022/lib/services/commons.service.mjs +6 -5
- package/esm2022/lib/services/mng-localstorage-config.service.mjs +4 -4
- package/esm2022/lib/services/navigation.service.mjs +5 -5
- package/esm2022/lib/services/router.service.mjs +4 -4
- package/esm2022/lib/services/version.service.mjs +5 -5
- package/esm2022/lib/services/view-container.component.service.mjs +5 -5
- package/esm2022/lib/styles/styles.util.mjs +1 -1
- package/esm2022/lib/types/action-descriptor.types.mjs +2 -0
- package/esm2022/lib/types/data-provider.types.mjs +2 -0
- package/esm2022/lib/types/getter.type.mjs +2 -0
- package/esm2022/lib/types/index.mjs +5 -2
- package/esm2022/lib/types/localstorage-config-value.type.mjs +2 -0
- package/esm2022/lib/types/type.decorator.mjs +4 -14
- package/esm2022/lib/types/type.model.mjs +1 -1
- package/esm2022/lib/utils/action-data-provider.util.mjs +14 -8
- package/esm2022/lib/utils/decorator-metadata.util.mjs +61 -0
- package/esm2022/lib/utils/editor-formly.util.mjs +6 -5
- package/esm2022/lib/utils/enum.util.mjs +1 -1
- package/esm2022/lib/utils/export.util.mjs +5 -4
- package/esm2022/lib/utils/i18n.util.mjs +22 -22
- package/esm2022/lib/utils/index.mjs +2 -3
- package/esm2022/lib/utils/model.util.mjs +40 -36
- package/esm2022/lib/utils/notification.util.mjs +1 -1
- package/esm2022/lib/utils/tableview.util.mjs +17 -17
- package/fesm2022/mediusinc-mng-commons.mjs +11491 -11384
- package/fesm2022/mediusinc-mng-commons.mjs.map +1 -1
- package/index.d.ts +3 -2
- package/lib/api/models/filter-param.model.d.ts +3 -3
- package/lib/api/models/index.d.ts +0 -2
- package/lib/api/models/query-param.model.d.ts +3 -3
- package/lib/api/models/query-result.model.d.ts +3 -3
- package/lib/api/services/api.abstract.service.d.ts +1 -1
- package/lib/api/utils/index.d.ts +1 -1
- package/lib/api/utils/object-serializer.util.d.ts +3 -19
- package/lib/components/action/action.component.d.ts +5 -5
- package/lib/components/action/editor/action-editor.component.d.ts +7 -7
- package/lib/components/action/localization/data-language-dropdown.component.d.ts +6 -6
- package/lib/components/action/models/action-component.model.d.ts +4 -4
- package/lib/components/action/models/action-confirmation-service.model.d.ts +2 -2
- package/lib/components/action/models/action-execution.model.d.ts +14 -14
- package/lib/components/action/route/action-route.component.d.ts +2 -2
- package/lib/components/form/autocomplete/autocomplete.component.d.ts +15 -18
- package/lib/components/form/dropdown/dropdown.component.d.ts +9 -9
- package/lib/components/form/editor/form-editor.component.d.ts +8 -11
- package/lib/components/form/formly/fields/formly-field-input/formly-field-input.component.d.ts +4 -0
- package/lib/components/form/formly/fields/formly-field-table-dialog-form/formly-field-table-dialog-form.component.d.ts +4 -4
- package/lib/components/form/formly/wrappers/formly-field-wrapper/formly-field-wrapper.component.d.ts +3 -2
- package/lib/components/layout/topbar-user.component.d.ts +2 -2
- package/lib/components/layout/version.component.d.ts +2 -2
- package/lib/components/layoutV2/model/layout-state.model.d.ts +8 -9
- package/lib/components/layoutV2/services/main-layout.component.service.d.ts +1 -1
- package/lib/components/layoutV2/version.component.d.ts +2 -2
- package/lib/components/tableview/index.d.ts +0 -1
- package/lib/components/tableview/route/tableview-route.abstract.component.d.ts +20 -20
- package/lib/components/tableview/route/tableview-route.component.d.ts +7 -7
- package/lib/components/tableview/table/table.component.d.ts +9 -9
- package/lib/components/tableview/tableview.component.d.ts +8 -8
- package/lib/data-providers/base.data-provider.d.ts +30 -12
- package/lib/data-providers/editor.data-provider.d.ts +86 -23
- package/lib/data-providers/lookup.data-provider.d.ts +24 -11
- package/lib/data-providers/table.data-provider.d.ts +30 -17
- package/lib/data-providers/tableview-crud.data-provider.d.ts +8 -4
- package/lib/data-providers/tableview.data-provider.d.ts +41 -29
- package/lib/descriptors/action/action-confirmation.descriptor.d.ts +3 -3
- package/lib/descriptors/action/action-editor.descriptor.d.ts +115 -0
- package/lib/descriptors/action/action-link.descriptor.d.ts +34 -0
- package/lib/descriptors/action/action.descriptor.d.ts +74 -160
- package/lib/descriptors/action/index.d.ts +2 -0
- package/lib/descriptors/editor/editor.descriptor.d.ts +131 -79
- package/lib/descriptors/editor/field-action.descriptor.d.ts +23 -0
- package/lib/descriptors/editor/field-base.descriptor.d.ts +126 -0
- package/lib/descriptors/editor/field-group.descriptor.d.ts +42 -0
- package/lib/descriptors/editor/field-lookup.descriptor.d.ts +80 -0
- package/lib/descriptors/editor/field-many.descriptor.d.ts +63 -0
- package/lib/descriptors/editor/field.descriptor.d.ts +100 -326
- package/lib/descriptors/editor/index.d.ts +5 -0
- package/lib/descriptors/editor/internal/editor-fields.model.d.ts +32 -0
- package/lib/descriptors/editor/internal/editor.model.d.ts +15 -0
- package/lib/descriptors/filter/filter-lookup.descriptor.d.ts +69 -0
- package/lib/descriptors/filter/filter.descriptor.d.ts +9 -67
- package/lib/descriptors/filter/index.d.ts +1 -0
- package/lib/descriptors/interfaces/lookup-descriptor.interface.d.ts +11 -16
- package/lib/descriptors/model/model.descriptor.d.ts +22 -0
- package/lib/descriptors/table/column.descriptor.d.ts +45 -33
- package/lib/descriptors/table/internal/table-columns.model.d.ts +11 -0
- package/lib/descriptors/table/internal/table.model.d.ts +9 -0
- package/lib/descriptors/table/table.descriptor.d.ts +82 -71
- package/lib/descriptors/tableview/internal/tableview.model.d.ts +11 -0
- package/lib/descriptors/tableview/tableview.descriptor.d.ts +106 -74
- package/lib/directives/component.directive.d.ts +5 -6
- package/lib/directives/template.directive.d.ts +2 -3
- package/lib/helpers/coercion.d.ts +9 -0
- package/lib/models/class.model.d.ts +6 -0
- package/lib/models/enum.model.d.ts +3 -2
- package/lib/models/index.d.ts +3 -0
- package/lib/models/radio.model.d.ts +6 -0
- package/lib/models/tableview-attr.model.d.ts +2 -2
- package/lib/models/type-registry.model.d.ts +7 -0
- package/lib/models/view-container.model.d.ts +6 -6
- package/lib/pipes/getter.pipe.d.ts +2 -1
- package/lib/pipes/i18n-property.pipe.d.ts +1 -1
- package/lib/pipes/locale-default-row-class.pipe.d.ts +2 -2
- package/lib/registry/type.registry.d.ts +25 -0
- package/lib/router/models/router.model.d.ts +5 -5
- package/lib/router/tableview-route-builder.d.ts +6 -6
- package/lib/security/authorization.service.d.ts +4 -7
- package/lib/services/action-executor.service.d.ts +7 -7
- package/lib/services/mng-localstorage-config.service.d.ts +3 -3
- package/lib/services/view-container.component.service.d.ts +3 -3
- package/lib/styles/styles.util.d.ts +5 -5
- package/lib/types/action-descriptor.types.d.ts +4 -0
- package/lib/types/data-provider.types.d.ts +3 -0
- package/lib/types/getter.type.d.ts +2 -0
- package/lib/types/index.d.ts +4 -1
- package/lib/types/localstorage-config-value.type.d.ts +1 -0
- package/lib/types/type.decorator.d.ts +0 -2
- package/lib/types/type.model.d.ts +12 -2
- package/lib/utils/action-data-provider.util.d.ts +6 -5
- package/lib/utils/{type.util.d.ts → decorator-metadata.util.d.ts} +2 -26
- package/lib/utils/editor-formly.util.d.ts +2 -2
- package/lib/utils/enum.util.d.ts +2 -2
- package/lib/utils/export.util.d.ts +2 -2
- package/lib/utils/i18n.util.d.ts +10 -11
- package/lib/utils/index.d.ts +1 -2
- package/lib/utils/model.util.d.ts +5 -3
- package/lib/utils/notification.util.d.ts +4 -4
- package/lib/utils/tableview.util.d.ts +6 -6
- package/openapi/templates/model.mustache +15 -2
- package/openapi/templates/models.mustache +0 -44
- package/package.json +10 -10
- package/scss/mng-commons-dark-v2.scss +2 -2
- package/scss/mng-commons-light-v2.scss +1 -1
- package/scss/v2/theme/{theme-base/components/data → extensions}/_fullcalendar.scss +14 -15
- package/scss/v2/theme/theme-base/_colors.scss +11 -12
- package/scss/v2/theme/theme-base/_common.scss +8 -5
- package/scss/v2/theme/theme-base/_components.scss +93 -89
- package/scss/v2/theme/theme-base/_mixins.scss +205 -71
- package/scss/v2/theme/theme-base/components/button/_button.scss +80 -68
- package/scss/v2/theme/theme-base/components/button/_speeddial.scss +11 -1
- package/scss/v2/theme/theme-base/components/button/_splitbutton.scss +128 -161
- package/scss/v2/theme/theme-base/components/data/_carousel.scss +1 -1
- package/scss/v2/theme/theme-base/components/data/_datatable.scss +3 -3
- package/scss/v2/theme/theme-base/components/data/_dataview.scss +0 -9
- package/scss/v2/theme/theme-base/components/data/_filter.scss +5 -6
- package/scss/v2/theme/theme-base/components/data/_orderlist.scss +15 -4
- package/scss/v2/theme/theme-base/components/data/_organizationchart.scss +1 -1
- package/scss/v2/theme/theme-base/components/data/_picklist.scss +14 -3
- package/scss/v2/theme/theme-base/components/data/_timeline.scss +3 -6
- package/scss/v2/theme/theme-base/components/data/_tree.scss +7 -6
- package/scss/v2/theme/theme-base/components/data/_treetable.scss +3 -4
- package/scss/v2/theme/theme-base/components/file/_fileupload.scss +6 -0
- package/scss/v2/theme/theme-base/components/input/_autocomplete.scss +43 -24
- package/scss/v2/theme/theme-base/components/input/_calendar.scss +9 -5
- package/scss/v2/theme/theme-base/components/input/_cascadeselect.scss +25 -20
- package/scss/v2/theme/theme-base/components/input/_checkbox.scss +9 -5
- package/scss/v2/theme/theme-base/components/input/_chips.scss +24 -13
- package/scss/v2/theme/theme-base/components/input/_dropdown.scss +29 -13
- package/scss/v2/theme/theme-base/components/input/_editor.scss +7 -7
- package/scss/v2/theme/theme-base/components/input/_inputgroup.scss +1 -2
- package/scss/v2/theme/theme-base/components/input/_inputmask.scss +2 -2
- package/scss/v2/theme/theme-base/components/input/_inputnumber.scss +7 -7
- package/scss/v2/theme/theme-base/components/input/_inputswitch.scss +3 -3
- package/scss/v2/theme/theme-base/components/input/_inputtext.scss +4 -3
- package/scss/v2/theme/theme-base/components/input/_listbox.scss +23 -8
- package/scss/v2/theme/theme-base/components/input/_multiselect.scss +31 -27
- package/scss/v2/theme/theme-base/components/input/_radiobutton.scss +2 -2
- package/scss/v2/theme/theme-base/components/input/_rating.scss +33 -28
- package/scss/v2/theme/theme-base/components/input/_treeselect.scss +6 -6
- package/scss/v2/theme/theme-base/components/menu/_breadcrumb.scss +3 -3
- package/scss/v2/theme/theme-base/components/menu/_contextmenu.scss +8 -30
- package/scss/v2/theme/theme-base/components/menu/_dock.scss +11 -2
- package/scss/v2/theme/theme-base/components/menu/_megamenu.scss +14 -65
- package/scss/v2/theme/theme-base/components/menu/_menu.scss +5 -13
- package/scss/v2/theme/theme-base/components/menu/_menubar.scss +32 -80
- package/scss/v2/theme/theme-base/components/menu/_panelmenu.scss +52 -39
- package/scss/v2/theme/theme-base/components/menu/_slidemenu.scss +15 -20
- package/scss/v2/theme/theme-base/components/menu/_steps.scss +2 -2
- package/scss/v2/theme/theme-base/components/menu/_tabmenu.scss +1 -2
- package/scss/v2/theme/theme-base/components/menu/_tieredmenu.scss +10 -32
- package/scss/v2/theme/theme-base/components/messages/_message.scss +2 -2
- package/scss/v2/theme/theme-base/components/messages/_toast.scss +2 -3
- package/scss/v2/theme/theme-base/components/misc/_chip.scss +7 -3
- package/scss/v2/theme/theme-base/components/misc/_inplace.scss +0 -1
- package/scss/v2/theme/theme-base/components/misc/_terminal.scss +9 -8
- package/scss/v2/theme/theme-base/components/multimedia/_galleria.scss +6 -0
- package/scss/v2/theme/theme-base/components/overlay/_confirmpopup.scss +3 -5
- package/scss/v2/theme/theme-base/components/panel/_accordion.scss +4 -4
- package/scss/v2/theme/theme-base/components/panel/_fieldset.scss +1 -1
- package/scss/v2/theme/theme-base/components/panel/_panel.scss +10 -5
- package/scss/v2/theme/theme-base/components/panel/_tabview.scss +6 -2
- package/scss/v2/theme/theme-dark/_variables.scss +756 -765
- package/scss/v2/theme/theme-dark/blue/theme.scss +1 -0
- package/scss/v2/theme/theme-light/_variables.scss +81 -94
- package/scss/v2/theme/theme-light/blue/theme.scss +1 -0
- package/esm2022/lib/api/models/mappers.mjs +0 -13
- package/esm2022/lib/api/models/serialization.model.mjs +0 -2
- package/esm2022/lib/components/tableview/table/column-filter/column-filter.component.mjs +0 -121
- package/esm2022/lib/descriptors/index.mjs +0 -2
- package/esm2022/lib/descriptors/model.descriptor.mjs +0 -45
- package/esm2022/lib/mng-commons.module.mjs +0 -472
- package/esm2022/lib/types/mng-localstorage-config-value.type.mjs +0 -2
- package/esm2022/lib/utils/coercion.util.mjs +0 -6
- package/esm2022/lib/utils/type.util.mjs +0 -94
- package/lib/api/models/mappers.d.ts +0 -6
- package/lib/api/models/serialization.model.d.ts +0 -9
- package/lib/components/tableview/table/column-filter/column-filter.component.d.ts +0 -37
- package/lib/descriptors/model.descriptor.d.ts +0 -18
- package/lib/mng-commons.module.d.ts +0 -105
- package/lib/types/mng-localstorage-config-value.type.d.ts +0 -1
- package/lib/utils/coercion.util.d.ts +0 -2
- package/openapi/templates/serializer-registration/model.mustache +0 -97
- package/openapi/templates/serializer-registration/models.mustache +0 -6
- /package/lib/descriptors/{index.d.ts → model/index.d.ts} +0 -0
|
@@ -7,16 +7,14 @@
|
|
|
7
7
|
color: $buttonBg;
|
|
8
8
|
border: $outlinedButtonBorder;
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
}
|
|
10
|
+
&:not(:disabled):hover {
|
|
11
|
+
background: rgba($buttonBg, $textButtonHoverBgOpacity);
|
|
12
|
+
color: $buttonBg;
|
|
13
|
+
}
|
|
15
14
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
}
|
|
15
|
+
&:not(:disabled):active {
|
|
16
|
+
background: rgba($buttonBg, $textButtonActiveBgOpacity);
|
|
17
|
+
color: $buttonBg;
|
|
20
18
|
}
|
|
21
19
|
}
|
|
22
20
|
|
|
@@ -25,16 +23,14 @@
|
|
|
25
23
|
color: $plainButtonTextColor;
|
|
26
24
|
border-color: $plainButtonTextColor;
|
|
27
25
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
}
|
|
26
|
+
&:not(:disabled):hover {
|
|
27
|
+
background: $plainButtonHoverBgColor;
|
|
28
|
+
color: $plainButtonTextColor;
|
|
29
|
+
}
|
|
33
30
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
}
|
|
31
|
+
&:not(:disabled):active {
|
|
32
|
+
background: $plainButtonActiveBgColor;
|
|
33
|
+
color: $plainButtonTextColor;
|
|
38
34
|
}
|
|
39
35
|
}
|
|
40
36
|
}
|
|
@@ -46,18 +42,16 @@
|
|
|
46
42
|
color: $buttonBg;
|
|
47
43
|
border-color: transparent;
|
|
48
44
|
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
}
|
|
45
|
+
&:not(:disabled):hover {
|
|
46
|
+
background: rgba($buttonBg, $textButtonHoverBgOpacity);
|
|
47
|
+
color: $buttonBg;
|
|
48
|
+
border-color: transparent;
|
|
49
|
+
}
|
|
55
50
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
}
|
|
51
|
+
&:not(:disabled):active {
|
|
52
|
+
background: rgba($buttonBg, $textButtonActiveBgOpacity);
|
|
53
|
+
color: $buttonBg;
|
|
54
|
+
border-color: transparent;
|
|
61
55
|
}
|
|
62
56
|
}
|
|
63
57
|
|
|
@@ -65,22 +59,19 @@
|
|
|
65
59
|
> .p-button {
|
|
66
60
|
color: $plainButtonTextColor;
|
|
67
61
|
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
}
|
|
62
|
+
&:not(:disabled):hover {
|
|
63
|
+
background: $plainButtonHoverBgColor;
|
|
64
|
+
color: $plainButtonTextColor;
|
|
65
|
+
}
|
|
73
66
|
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
}
|
|
67
|
+
&:not(:disabled):active {
|
|
68
|
+
background: $plainButtonActiveBgColor;
|
|
69
|
+
color: $plainButtonTextColor;
|
|
78
70
|
}
|
|
79
71
|
}
|
|
80
72
|
}
|
|
81
73
|
}
|
|
82
74
|
|
|
83
|
-
|
|
84
75
|
&.p-button-raised {
|
|
85
76
|
box-shadow: $raisedButtonShadow;
|
|
86
77
|
}
|
|
@@ -116,23 +107,21 @@
|
|
|
116
107
|
}
|
|
117
108
|
}
|
|
118
109
|
|
|
119
|
-
.p-splitbutton.p-button-secondary {
|
|
110
|
+
.p-splitbutton.p-button-secondary {
|
|
120
111
|
&.p-button-outlined {
|
|
121
112
|
> .p-button {
|
|
122
113
|
background-color: transparent;
|
|
123
114
|
color: $secondaryButtonBg;
|
|
124
115
|
border: $outlinedButtonBorder;
|
|
125
116
|
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
}
|
|
117
|
+
&:not(:disabled):hover {
|
|
118
|
+
background: rgba($secondaryButtonBg, $textButtonHoverBgOpacity);
|
|
119
|
+
color: $secondaryButtonBg;
|
|
120
|
+
}
|
|
131
121
|
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
}
|
|
122
|
+
&:not(:disabled):active {
|
|
123
|
+
background: rgba($secondaryButtonBg, $textButtonActiveBgOpacity);
|
|
124
|
+
color: $secondaryButtonBg;
|
|
136
125
|
}
|
|
137
126
|
}
|
|
138
127
|
}
|
|
@@ -143,18 +132,16 @@
|
|
|
143
132
|
color: $secondaryButtonBg;
|
|
144
133
|
border-color: transparent;
|
|
145
134
|
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
}
|
|
135
|
+
&:not(:disabled):hover {
|
|
136
|
+
background: rgba($secondaryButtonBg, $textButtonHoverBgOpacity);
|
|
137
|
+
border-color: transparent;
|
|
138
|
+
color: $secondaryButtonBg;
|
|
139
|
+
}
|
|
152
140
|
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
}
|
|
141
|
+
&:not(:disabled):active {
|
|
142
|
+
background: rgba($secondaryButtonBg, $textButtonActiveBgOpacity);
|
|
143
|
+
border-color: transparent;
|
|
144
|
+
color: $secondaryButtonBg;
|
|
158
145
|
}
|
|
159
146
|
}
|
|
160
147
|
}
|
|
@@ -167,16 +154,14 @@
|
|
|
167
154
|
color: $infoButtonBg;
|
|
168
155
|
border: $outlinedButtonBorder;
|
|
169
156
|
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
}
|
|
157
|
+
&:not(:disabled):hover {
|
|
158
|
+
background: rgba($infoButtonBg, $textButtonHoverBgOpacity);
|
|
159
|
+
color: $infoButtonBg;
|
|
160
|
+
}
|
|
175
161
|
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
}
|
|
162
|
+
&:not(:disabled):active {
|
|
163
|
+
background: rgba($infoButtonBg, $textButtonActiveBgOpacity);
|
|
164
|
+
color: $infoButtonBg;
|
|
180
165
|
}
|
|
181
166
|
}
|
|
182
167
|
}
|
|
@@ -187,18 +172,16 @@
|
|
|
187
172
|
color: $infoButtonBg;
|
|
188
173
|
border-color: transparent;
|
|
189
174
|
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
}
|
|
175
|
+
&:not(:disabled):hover {
|
|
176
|
+
background: rgba($infoButtonBg, $textButtonHoverBgOpacity);
|
|
177
|
+
border-color: transparent;
|
|
178
|
+
color: $infoButtonBg;
|
|
179
|
+
}
|
|
196
180
|
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
}
|
|
181
|
+
&:not(:disabled):active {
|
|
182
|
+
background: rgba($infoButtonBg, $textButtonActiveBgOpacity);
|
|
183
|
+
border-color: transparent;
|
|
184
|
+
color: $infoButtonBg;
|
|
202
185
|
}
|
|
203
186
|
}
|
|
204
187
|
}
|
|
@@ -211,16 +194,14 @@
|
|
|
211
194
|
color: $successButtonBg;
|
|
212
195
|
border: $outlinedButtonBorder;
|
|
213
196
|
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
}
|
|
197
|
+
&:not(:disabled):hover {
|
|
198
|
+
background: rgba($successButtonBg, $textButtonHoverBgOpacity);
|
|
199
|
+
color: $successButtonBg;
|
|
200
|
+
}
|
|
219
201
|
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
}
|
|
202
|
+
&:not(:disabled):active {
|
|
203
|
+
background: rgba($successButtonBg, $textButtonActiveBgOpacity);
|
|
204
|
+
color: $successButtonBg;
|
|
224
205
|
}
|
|
225
206
|
}
|
|
226
207
|
}
|
|
@@ -231,18 +212,16 @@
|
|
|
231
212
|
color: $successButtonBg;
|
|
232
213
|
border-color: transparent;
|
|
233
214
|
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
}
|
|
215
|
+
&:not(:disabled):hover {
|
|
216
|
+
background: rgba($successButtonBg, $textButtonHoverBgOpacity);
|
|
217
|
+
border-color: transparent;
|
|
218
|
+
color: $successButtonBg;
|
|
219
|
+
}
|
|
240
220
|
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
}
|
|
221
|
+
&:not(:disabled):active {
|
|
222
|
+
background: rgba($successButtonBg, $textButtonActiveBgOpacity);
|
|
223
|
+
border-color: transparent;
|
|
224
|
+
color: $successButtonBg;
|
|
246
225
|
}
|
|
247
226
|
}
|
|
248
227
|
}
|
|
@@ -255,16 +234,14 @@
|
|
|
255
234
|
color: $warningButtonBg;
|
|
256
235
|
border: $outlinedButtonBorder;
|
|
257
236
|
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
}
|
|
237
|
+
&:not(:disabled):hover {
|
|
238
|
+
background: rgba($warningButtonBg, $textButtonHoverBgOpacity);
|
|
239
|
+
color: $warningButtonBg;
|
|
240
|
+
}
|
|
263
241
|
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
}
|
|
242
|
+
&:not(:disabled):active {
|
|
243
|
+
background: rgba($warningButtonBg, $textButtonActiveBgOpacity);
|
|
244
|
+
color: $warningButtonBg;
|
|
268
245
|
}
|
|
269
246
|
}
|
|
270
247
|
}
|
|
@@ -275,18 +252,16 @@
|
|
|
275
252
|
color: $warningButtonBg;
|
|
276
253
|
border-color: transparent;
|
|
277
254
|
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
}
|
|
255
|
+
&:not(:disabled):hover {
|
|
256
|
+
background: rgba($warningButtonBg, $textButtonHoverBgOpacity);
|
|
257
|
+
border-color: transparent;
|
|
258
|
+
color: $warningButtonBg;
|
|
259
|
+
}
|
|
284
260
|
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
}
|
|
261
|
+
&:not(:disabled):active {
|
|
262
|
+
background: rgba($warningButtonBg, $textButtonActiveBgOpacity);
|
|
263
|
+
border-color: transparent;
|
|
264
|
+
color: $warningButtonBg;
|
|
290
265
|
}
|
|
291
266
|
}
|
|
292
267
|
}
|
|
@@ -299,16 +274,14 @@
|
|
|
299
274
|
color: $helpButtonBg;
|
|
300
275
|
border: $outlinedButtonBorder;
|
|
301
276
|
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
}
|
|
277
|
+
&:not(:disabled):hover {
|
|
278
|
+
background: rgba($helpButtonBg, $textButtonHoverBgOpacity);
|
|
279
|
+
color: $helpButtonBg;
|
|
280
|
+
}
|
|
307
281
|
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
}
|
|
282
|
+
&:not(:disabled):active {
|
|
283
|
+
background: rgba($helpButtonBg, $textButtonActiveBgOpacity);
|
|
284
|
+
color: $helpButtonBg;
|
|
312
285
|
}
|
|
313
286
|
}
|
|
314
287
|
}
|
|
@@ -319,18 +292,16 @@
|
|
|
319
292
|
color: $helpButtonBg;
|
|
320
293
|
border-color: transparent;
|
|
321
294
|
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
}
|
|
295
|
+
&:not(:disabled):hover {
|
|
296
|
+
background: rgba($helpButtonBg, $textButtonHoverBgOpacity);
|
|
297
|
+
border-color: transparent;
|
|
298
|
+
color: $helpButtonBg;
|
|
299
|
+
}
|
|
328
300
|
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
}
|
|
301
|
+
&:not(:disabled):active {
|
|
302
|
+
background: rgba($helpButtonBg, $textButtonActiveBgOpacity);
|
|
303
|
+
border-color: transparent;
|
|
304
|
+
color: $helpButtonBg;
|
|
334
305
|
}
|
|
335
306
|
}
|
|
336
307
|
}
|
|
@@ -343,16 +314,14 @@
|
|
|
343
314
|
color: $dangerButtonBg;
|
|
344
315
|
border: $outlinedButtonBorder;
|
|
345
316
|
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
}
|
|
317
|
+
&:not(:disabled):hover {
|
|
318
|
+
background: rgba($dangerButtonBg, $textButtonHoverBgOpacity);
|
|
319
|
+
color: $dangerButtonBg;
|
|
320
|
+
}
|
|
351
321
|
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
}
|
|
322
|
+
&:not(:disabled):active {
|
|
323
|
+
background: rgba($dangerButtonBg, $textButtonActiveBgOpacity);
|
|
324
|
+
color: $dangerButtonBg;
|
|
356
325
|
}
|
|
357
326
|
}
|
|
358
327
|
}
|
|
@@ -363,19 +332,17 @@
|
|
|
363
332
|
color: $dangerButtonBg;
|
|
364
333
|
border-color: transparent;
|
|
365
334
|
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
}
|
|
335
|
+
&:not(:disabled):hover {
|
|
336
|
+
background: rgba($dangerButtonBg, $textButtonHoverBgOpacity);
|
|
337
|
+
border-color: transparent;
|
|
338
|
+
color: $dangerButtonBg;
|
|
339
|
+
}
|
|
372
340
|
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
}
|
|
341
|
+
&:not(:disabled):active {
|
|
342
|
+
background: rgba($dangerButtonBg, $textButtonActiveBgOpacity);
|
|
343
|
+
border-color: transparent;
|
|
344
|
+
color: $dangerButtonBg;
|
|
378
345
|
}
|
|
379
346
|
}
|
|
380
347
|
}
|
|
381
|
-
}
|
|
348
|
+
}
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
}
|
|
92
92
|
}
|
|
93
93
|
|
|
94
|
-
&:focus {
|
|
94
|
+
&:focus-visible {
|
|
95
95
|
box-shadow: $inputListItemFocusShadow;
|
|
96
96
|
outline: 0 none;
|
|
97
97
|
}
|
|
@@ -121,9 +121,9 @@
|
|
|
121
121
|
}
|
|
122
122
|
}
|
|
123
123
|
|
|
124
|
-
&:focus {
|
|
124
|
+
&:focus-visible {
|
|
125
125
|
outline: 0.15rem solid $focusOutlineColor;
|
|
126
|
-
outline-offset: 0.15rem;
|
|
126
|
+
outline-offset: -0.15rem;
|
|
127
127
|
}
|
|
128
128
|
|
|
129
129
|
&.p-highlight {
|
|
@@ -25,15 +25,6 @@
|
|
|
25
25
|
padding: $dataViewContentPadding;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
-
&.p-dataview-list {
|
|
29
|
-
.p-dataview-content {
|
|
30
|
-
> .p-grid > div {
|
|
31
|
-
border: $dataViewListItemBorder;
|
|
32
|
-
border-width: $dataViewListItemBorderWidth;
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
|
|
37
28
|
.p-dataview-footer {
|
|
38
29
|
background: $tableFooterBg;
|
|
39
30
|
color: $tableFooterTextColor;
|
|
@@ -32,10 +32,9 @@
|
|
|
32
32
|
color: $highlightTextColor;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
|
-
&:focus {
|
|
35
|
+
&:focus-visible {
|
|
36
36
|
@include focused();
|
|
37
37
|
}
|
|
38
|
-
|
|
39
38
|
}
|
|
40
39
|
|
|
41
40
|
.p-column-filter-clear-button {
|
|
@@ -53,7 +52,7 @@
|
|
|
53
52
|
background: $actionIconHoverBg;
|
|
54
53
|
}
|
|
55
54
|
|
|
56
|
-
&:focus {
|
|
55
|
+
&:focus-visible {
|
|
57
56
|
@include focused();
|
|
58
57
|
}
|
|
59
58
|
}
|
|
@@ -88,7 +87,7 @@
|
|
|
88
87
|
background: $inputListItemHoverBg;
|
|
89
88
|
}
|
|
90
89
|
|
|
91
|
-
&:focus {
|
|
90
|
+
&:focus-visible {
|
|
92
91
|
@include focused-listitem();
|
|
93
92
|
}
|
|
94
93
|
}
|
|
@@ -134,5 +133,5 @@
|
|
|
134
133
|
|
|
135
134
|
.p-column-filter-buttonbar {
|
|
136
135
|
padding: $panelContentPadding;
|
|
137
|
-
}
|
|
138
|
-
}
|
|
136
|
+
}
|
|
137
|
+
}
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
right: nth($inputPadding, 2);
|
|
36
36
|
color: $inputIconColor;
|
|
37
37
|
}
|
|
38
|
-
}
|
|
38
|
+
}
|
|
39
39
|
|
|
40
40
|
.p-orderlist-list {
|
|
41
41
|
border: $panelContentBorder;
|
|
@@ -44,6 +44,7 @@
|
|
|
44
44
|
padding: $inputListPadding;
|
|
45
45
|
border-bottom-right-radius: $borderRadius;
|
|
46
46
|
border-bottom-left-radius: $borderRadius;
|
|
47
|
+
outline: 0 none;
|
|
47
48
|
|
|
48
49
|
.p-orderlist-item {
|
|
49
50
|
padding: $inputListItemPadding;
|
|
@@ -53,13 +54,23 @@
|
|
|
53
54
|
background: $inputListItemBg;
|
|
54
55
|
transition: $listItemTransition;
|
|
55
56
|
|
|
56
|
-
&:
|
|
57
|
-
|
|
57
|
+
&:not(.p-highlight):hover {
|
|
58
|
+
background: $inputListItemHoverBg;
|
|
59
|
+
color: $inputListItemTextHoverColor;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
&.p-focus {
|
|
63
|
+
color: $inputListItemTextFocusColor;
|
|
64
|
+
background: $inputListItemFocusBg;
|
|
58
65
|
}
|
|
59
66
|
|
|
60
67
|
&.p-highlight {
|
|
61
68
|
color: $highlightTextColor;
|
|
62
69
|
background: $highlightBg;
|
|
70
|
+
|
|
71
|
+
&.p-focus {
|
|
72
|
+
background: $highlightFocusBg;
|
|
73
|
+
}
|
|
63
74
|
}
|
|
64
75
|
}
|
|
65
76
|
|
|
@@ -100,4 +111,4 @@
|
|
|
100
111
|
background: $panelContentBg;
|
|
101
112
|
margin: 0;
|
|
102
113
|
}
|
|
103
|
-
}
|
|
114
|
+
}
|
|
@@ -44,6 +44,7 @@
|
|
|
44
44
|
padding: $inputListPadding;
|
|
45
45
|
border-bottom-right-radius: $borderRadius;
|
|
46
46
|
border-bottom-left-radius: $borderRadius;
|
|
47
|
+
outline: 0 none;
|
|
47
48
|
|
|
48
49
|
.p-picklist-item {
|
|
49
50
|
padding: $inputListItemPadding;
|
|
@@ -53,13 +54,23 @@
|
|
|
53
54
|
background: $inputListItemBg;
|
|
54
55
|
transition: $listItemTransition;
|
|
55
56
|
|
|
56
|
-
&:
|
|
57
|
-
|
|
57
|
+
&:not(.p-highlight):hover {
|
|
58
|
+
background: $inputListItemHoverBg;
|
|
59
|
+
color: $inputListItemTextHoverColor;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
&.p-focus {
|
|
63
|
+
color: $inputListItemTextFocusColor;
|
|
64
|
+
background: $inputListItemFocusBg;
|
|
58
65
|
}
|
|
59
66
|
|
|
60
67
|
&.p-highlight {
|
|
61
68
|
color: $highlightTextColor;
|
|
62
69
|
background: $highlightBg;
|
|
70
|
+
|
|
71
|
+
&.p-focus {
|
|
72
|
+
background: $highlightFocusBg;
|
|
73
|
+
}
|
|
63
74
|
}
|
|
64
75
|
}
|
|
65
76
|
|
|
@@ -100,4 +111,4 @@
|
|
|
100
111
|
background: $panelContentBg;
|
|
101
112
|
margin: 0;
|
|
102
113
|
}
|
|
103
|
-
}
|
|
114
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
.p-timeline {
|
|
2
2
|
.p-timeline-event-marker {
|
|
3
|
-
border: $timelineEventMarkerBorder;
|
|
3
|
+
border: $timelineEventMarkerBorder;
|
|
4
4
|
border-radius: $timelineEventMarkerBorderRadius;
|
|
5
5
|
width: $timelineEventMarkerWidth;
|
|
6
6
|
height: $timelineEventMarkerHeight;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
&.p-timeline-vertical {
|
|
15
15
|
.p-timeline-event-opposite,
|
|
16
|
-
.p-timeline-event-content
|
|
16
|
+
.p-timeline-event-content {
|
|
17
17
|
padding: $timelineVerticalEventContentPadding;
|
|
18
18
|
}
|
|
19
19
|
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
|
|
25
25
|
&.p-timeline-horizontal {
|
|
26
26
|
.p-timeline-event-opposite,
|
|
27
|
-
.p-timeline-event-content
|
|
27
|
+
.p-timeline-event-content {
|
|
28
28
|
padding: $timelineHorizontalEventContentPadding;
|
|
29
29
|
}
|
|
30
30
|
|
|
@@ -33,6 +33,3 @@
|
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
@@ -8,6 +8,11 @@
|
|
|
8
8
|
.p-tree-container {
|
|
9
9
|
.p-treenode {
|
|
10
10
|
padding: $treeNodePadding;
|
|
11
|
+
outline: 0 none;
|
|
12
|
+
|
|
13
|
+
&:focus > .p-treenode-content {
|
|
14
|
+
@include focused-listitem();
|
|
15
|
+
}
|
|
11
16
|
|
|
12
17
|
.p-treenode-content {
|
|
13
18
|
border-radius: $borderRadius;
|
|
@@ -34,10 +39,6 @@
|
|
|
34
39
|
}
|
|
35
40
|
}
|
|
36
41
|
|
|
37
|
-
&:focus {
|
|
38
|
-
@include focused-listitem();
|
|
39
|
-
}
|
|
40
|
-
|
|
41
42
|
&.p-highlight {
|
|
42
43
|
background: $highlightBg;
|
|
43
44
|
color: $highlightTextColor;
|
|
@@ -96,7 +97,7 @@
|
|
|
96
97
|
&.p-treenode-droppoint-active {
|
|
97
98
|
background-color: scale-color($highlightBg, $lightness: -20%);
|
|
98
99
|
}
|
|
99
|
-
}
|
|
100
|
+
}
|
|
100
101
|
|
|
101
102
|
&.p-tree-horizontal {
|
|
102
103
|
.p-treenode {
|
|
@@ -139,7 +140,7 @@
|
|
|
139
140
|
background: $inputListItemHoverBg;
|
|
140
141
|
color: $inputListItemTextHoverColor;
|
|
141
142
|
}
|
|
142
|
-
|
|
143
|
+
|
|
143
144
|
&:focus {
|
|
144
145
|
@include focused();
|
|
145
146
|
}
|