primeng 17.3.0 → 17.3.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/dropdown/dropdown.d.ts +1 -1
- package/esm2022/dropdown/dropdown.mjs +3 -3
- package/esm2022/listbox/listbox.mjs +2 -2
- package/esm2022/megamenu/megamenu.mjs +8 -8
- package/esm2022/menubar/menubar.mjs +3 -3
- package/esm2022/orderlist/orderlist.mjs +2 -2
- package/esm2022/picklist/picklist.mjs +2 -2
- package/esm2022/scrollpanel/scrollpanel.mjs +8 -1
- package/esm2022/sidebar/sidebar.mjs +2 -1
- package/esm2022/steps/steps.mjs +3 -1
- package/esm2022/table/table.mjs +27 -35
- package/esm2022/tieredmenu/tieredmenu.mjs +3 -1
- package/esm2022/toast/toast.mjs +5 -5
- package/esm2022/tree/tree.mjs +6 -6
- package/esm2022/treeselect/treeselect.mjs +2 -2
- package/esm2022/treetable/treetable.mjs +3 -2
- package/fesm2022/primeng-dropdown.mjs +2 -2
- package/fesm2022/primeng-dropdown.mjs.map +1 -1
- package/fesm2022/primeng-listbox.mjs +1 -1
- package/fesm2022/primeng-listbox.mjs.map +1 -1
- package/fesm2022/primeng-megamenu.mjs +7 -7
- package/fesm2022/primeng-megamenu.mjs.map +1 -1
- package/fesm2022/primeng-menubar.mjs +2 -2
- package/fesm2022/primeng-menubar.mjs.map +1 -1
- package/fesm2022/primeng-orderlist.mjs +1 -1
- package/fesm2022/primeng-orderlist.mjs.map +1 -1
- package/fesm2022/primeng-picklist.mjs +1 -1
- package/fesm2022/primeng-picklist.mjs.map +1 -1
- package/fesm2022/primeng-scrollpanel.mjs +7 -0
- package/fesm2022/primeng-scrollpanel.mjs.map +1 -1
- package/fesm2022/primeng-sidebar.mjs +1 -0
- package/fesm2022/primeng-sidebar.mjs.map +1 -1
- package/fesm2022/primeng-steps.mjs +2 -0
- package/fesm2022/primeng-steps.mjs.map +1 -1
- package/fesm2022/primeng-table.mjs +26 -34
- package/fesm2022/primeng-table.mjs.map +1 -1
- package/fesm2022/primeng-tieredmenu.mjs +2 -0
- package/fesm2022/primeng-tieredmenu.mjs.map +1 -1
- package/fesm2022/primeng-toast.mjs +4 -4
- package/fesm2022/primeng-toast.mjs.map +1 -1
- package/fesm2022/primeng-tree.mjs +5 -5
- package/fesm2022/primeng-tree.mjs.map +1 -1
- package/fesm2022/primeng-treeselect.mjs +1 -1
- package/fesm2022/primeng-treeselect.mjs.map +1 -1
- package/fesm2022/primeng-treetable.mjs +2 -1
- package/fesm2022/primeng-treetable.mjs.map +1 -1
- package/package.json +215 -215
- package/resources/themes/arya-blue/theme.css +11 -0
- package/resources/themes/arya-green/theme.css +11 -0
- package/resources/themes/arya-orange/theme.css +11 -0
- package/resources/themes/arya-purple/theme.css +11 -0
- package/resources/themes/bootstrap4-dark-blue/theme.css +11 -0
- package/resources/themes/bootstrap4-dark-purple/theme.css +11 -0
- package/resources/themes/bootstrap4-light-blue/theme.css +11 -0
- package/resources/themes/bootstrap4-light-purple/theme.css +11 -0
- package/resources/themes/fluent-light/theme.css +11 -0
- package/resources/themes/lara-dark-blue/theme.css +11 -0
- package/resources/themes/lara-dark-indigo/theme.css +11 -0
- package/resources/themes/lara-dark-purple/theme.css +11 -0
- package/resources/themes/lara-dark-teal/theme.css +11 -0
- package/resources/themes/lara-light-blue/theme.css +11 -0
- package/resources/themes/lara-light-indigo/theme.css +11 -0
- package/resources/themes/lara-light-purple/theme.css +11 -0
- package/resources/themes/lara-light-teal/theme.css +11 -0
- package/resources/themes/luna-amber/theme.css +11 -0
- package/resources/themes/luna-blue/theme.css +11 -0
- package/resources/themes/luna-green/theme.css +11 -0
- package/resources/themes/luna-pink/theme.css +11 -0
- package/resources/themes/md-dark-deeppurple/theme.css +26 -0
- package/resources/themes/md-dark-indigo/theme.css +26 -0
- package/resources/themes/md-light-deeppurple/theme.css +26 -0
- package/resources/themes/md-light-indigo/theme.css +26 -0
- package/resources/themes/mdc-dark-deeppurple/theme.css +26 -0
- package/resources/themes/mdc-dark-indigo/theme.css +26 -0
- package/resources/themes/mdc-light-deeppurple/theme.css +26 -0
- package/resources/themes/mdc-light-indigo/theme.css +26 -0
- package/resources/themes/mira/theme.css +11 -0
- package/resources/themes/nano/theme.css +11 -0
- package/resources/themes/nova/theme.css +11 -0
- package/resources/themes/nova-accent/theme.css +11 -0
- package/resources/themes/nova-alt/theme.css +11 -0
- package/resources/themes/rhea/theme.css +11 -0
- package/resources/themes/saga-blue/theme.css +11 -0
- package/resources/themes/saga-green/theme.css +11 -0
- package/resources/themes/saga-orange/theme.css +11 -0
- package/resources/themes/saga-purple/theme.css +11 -0
- package/resources/themes/soho-dark/theme.css +11 -0
- package/resources/themes/soho-light/theme.css +11 -0
- package/resources/themes/tailwind-light/theme.css +11 -0
- package/resources/themes/vela-blue/theme.css +11 -0
- package/resources/themes/vela-green/theme.css +11 -0
- package/resources/themes/vela-orange/theme.css +11 -0
- package/resources/themes/vela-purple/theme.css +11 -0
- package/resources/themes/viva-dark/theme.css +11 -0
- package/resources/themes/viva-light/theme.css +11 -0
- package/scrollpanel/scrollpanel.d.ts +1 -0
- package/toast/toast.d.ts +1 -1
- package/treetable/treetable.d.ts +1 -1
@@ -4247,6 +4247,12 @@
|
|
4247
4247
|
.p-scrollpanel .p-scrollpanel-bar {
|
4248
4248
|
background: rgba(0, 0, 0, 0.12);
|
4249
4249
|
border: 0 none;
|
4250
|
+
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
4251
|
+
}
|
4252
|
+
.p-scrollpanel .p-scrollpanel-bar:focus-visible {
|
4253
|
+
outline: 0 none;
|
4254
|
+
outline-offset: 0;
|
4255
|
+
box-shadow: none;
|
4250
4256
|
}
|
4251
4257
|
|
4252
4258
|
.p-splitter {
|
@@ -4262,6 +4268,11 @@
|
|
4262
4268
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
4263
4269
|
background: rgba(0, 0, 0, 0.12);
|
4264
4270
|
}
|
4271
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
4272
|
+
outline: 0 none;
|
4273
|
+
outline-offset: 0;
|
4274
|
+
box-shadow: none;
|
4275
|
+
}
|
4265
4276
|
.p-splitter .p-splitter-gutter-resizing {
|
4266
4277
|
background: rgba(0, 0, 0, 0.12);
|
4267
4278
|
}
|
@@ -7793,5 +7804,20 @@
|
|
7793
7804
|
.p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):active {
|
7794
7805
|
background: rgba(211, 47, 47, 0.16);
|
7795
7806
|
}
|
7807
|
+
|
7808
|
+
.p-scrollpanel .p-scrollpanel-bar:focus {
|
7809
|
+
box-shadow: 0 0 1px 4px rgba(255, 64, 129, 0.2);
|
7810
|
+
}
|
7811
|
+
|
7812
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
7813
|
+
transition: transform 0.2s, box-shadow 0.2s;
|
7814
|
+
transform: scale(0.7);
|
7815
|
+
}
|
7816
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus {
|
7817
|
+
box-shadow: 0 0 1px 6px rgba(255, 64, 129, 0.2);
|
7818
|
+
}
|
7819
|
+
.p-splitter .p-splitter-gutter.p-splitter-gutter-resizing .p-splitter-gutter-handle {
|
7820
|
+
transform: scale(1);
|
7821
|
+
}
|
7796
7822
|
}
|
7797
7823
|
/* Customizations to the designer theme should be defined here */
|
@@ -4247,6 +4247,12 @@
|
|
4247
4247
|
.p-scrollpanel .p-scrollpanel-bar {
|
4248
4248
|
background: rgba(255, 255, 255, 0.12);
|
4249
4249
|
border: 0 none;
|
4250
|
+
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
4251
|
+
}
|
4252
|
+
.p-scrollpanel .p-scrollpanel-bar:focus-visible {
|
4253
|
+
outline: 0 none;
|
4254
|
+
outline-offset: 0;
|
4255
|
+
box-shadow: none;
|
4250
4256
|
}
|
4251
4257
|
|
4252
4258
|
.p-splitter {
|
@@ -4262,6 +4268,11 @@
|
|
4262
4268
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
4263
4269
|
background: rgba(255, 255, 255, 0.12);
|
4264
4270
|
}
|
4271
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
4272
|
+
outline: 0 none;
|
4273
|
+
outline-offset: 0;
|
4274
|
+
box-shadow: none;
|
4275
|
+
}
|
4265
4276
|
.p-splitter .p-splitter-gutter-resizing {
|
4266
4277
|
background: rgba(255, 255, 255, 0.12);
|
4267
4278
|
}
|
@@ -7793,5 +7804,20 @@
|
|
7793
7804
|
.p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):active {
|
7794
7805
|
background: rgba(239, 154, 154, 0.16);
|
7795
7806
|
}
|
7807
|
+
|
7808
|
+
.p-scrollpanel .p-scrollpanel-bar:focus {
|
7809
|
+
box-shadow: 0 0 1px 4px rgba(165, 214, 167, 0.2);
|
7810
|
+
}
|
7811
|
+
|
7812
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
7813
|
+
transition: transform 0.2s, box-shadow 0.2s;
|
7814
|
+
transform: scale(0.7);
|
7815
|
+
}
|
7816
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus {
|
7817
|
+
box-shadow: 0 0 1px 6px rgba(165, 214, 167, 0.2);
|
7818
|
+
}
|
7819
|
+
.p-splitter .p-splitter-gutter.p-splitter-gutter-resizing .p-splitter-gutter-handle {
|
7820
|
+
transform: scale(1);
|
7821
|
+
}
|
7796
7822
|
}
|
7797
7823
|
/* Customizations to the designer theme should be defined here */
|
@@ -4247,6 +4247,12 @@
|
|
4247
4247
|
.p-scrollpanel .p-scrollpanel-bar {
|
4248
4248
|
background: rgba(255, 255, 255, 0.12);
|
4249
4249
|
border: 0 none;
|
4250
|
+
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
4251
|
+
}
|
4252
|
+
.p-scrollpanel .p-scrollpanel-bar:focus-visible {
|
4253
|
+
outline: 0 none;
|
4254
|
+
outline-offset: 0;
|
4255
|
+
box-shadow: none;
|
4250
4256
|
}
|
4251
4257
|
|
4252
4258
|
.p-splitter {
|
@@ -4262,6 +4268,11 @@
|
|
4262
4268
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
4263
4269
|
background: rgba(255, 255, 255, 0.12);
|
4264
4270
|
}
|
4271
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
4272
|
+
outline: 0 none;
|
4273
|
+
outline-offset: 0;
|
4274
|
+
box-shadow: none;
|
4275
|
+
}
|
4265
4276
|
.p-splitter .p-splitter-gutter-resizing {
|
4266
4277
|
background: rgba(255, 255, 255, 0.12);
|
4267
4278
|
}
|
@@ -7793,5 +7804,20 @@
|
|
7793
7804
|
.p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):active {
|
7794
7805
|
background: rgba(239, 154, 154, 0.16);
|
7795
7806
|
}
|
7807
|
+
|
7808
|
+
.p-scrollpanel .p-scrollpanel-bar:focus {
|
7809
|
+
box-shadow: 0 0 1px 4px rgba(244, 143, 177, 0.2);
|
7810
|
+
}
|
7811
|
+
|
7812
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
7813
|
+
transition: transform 0.2s, box-shadow 0.2s;
|
7814
|
+
transform: scale(0.7);
|
7815
|
+
}
|
7816
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus {
|
7817
|
+
box-shadow: 0 0 1px 6px rgba(244, 143, 177, 0.2);
|
7818
|
+
}
|
7819
|
+
.p-splitter .p-splitter-gutter.p-splitter-gutter-resizing .p-splitter-gutter-handle {
|
7820
|
+
transform: scale(1);
|
7821
|
+
}
|
7796
7822
|
}
|
7797
7823
|
/* Customizations to the designer theme should be defined here */
|
@@ -4247,6 +4247,12 @@
|
|
4247
4247
|
.p-scrollpanel .p-scrollpanel-bar {
|
4248
4248
|
background: rgba(0, 0, 0, 0.12);
|
4249
4249
|
border: 0 none;
|
4250
|
+
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
4251
|
+
}
|
4252
|
+
.p-scrollpanel .p-scrollpanel-bar:focus-visible {
|
4253
|
+
outline: 0 none;
|
4254
|
+
outline-offset: 0;
|
4255
|
+
box-shadow: none;
|
4250
4256
|
}
|
4251
4257
|
|
4252
4258
|
.p-splitter {
|
@@ -4262,6 +4268,11 @@
|
|
4262
4268
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
4263
4269
|
background: rgba(0, 0, 0, 0.12);
|
4264
4270
|
}
|
4271
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
4272
|
+
outline: 0 none;
|
4273
|
+
outline-offset: 0;
|
4274
|
+
box-shadow: none;
|
4275
|
+
}
|
4265
4276
|
.p-splitter .p-splitter-gutter-resizing {
|
4266
4277
|
background: rgba(0, 0, 0, 0.12);
|
4267
4278
|
}
|
@@ -7793,5 +7804,20 @@
|
|
7793
7804
|
.p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):active {
|
7794
7805
|
background: rgba(211, 47, 47, 0.16);
|
7795
7806
|
}
|
7807
|
+
|
7808
|
+
.p-scrollpanel .p-scrollpanel-bar:focus {
|
7809
|
+
box-shadow: 0 0 1px 4px rgba(76, 175, 80, 0.2);
|
7810
|
+
}
|
7811
|
+
|
7812
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
7813
|
+
transition: transform 0.2s, box-shadow 0.2s;
|
7814
|
+
transform: scale(0.7);
|
7815
|
+
}
|
7816
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus {
|
7817
|
+
box-shadow: 0 0 1px 6px rgba(76, 175, 80, 0.2);
|
7818
|
+
}
|
7819
|
+
.p-splitter .p-splitter-gutter.p-splitter-gutter-resizing .p-splitter-gutter-handle {
|
7820
|
+
transform: scale(1);
|
7821
|
+
}
|
7796
7822
|
}
|
7797
7823
|
/* Customizations to the designer theme should be defined here */
|
@@ -4247,6 +4247,12 @@
|
|
4247
4247
|
.p-scrollpanel .p-scrollpanel-bar {
|
4248
4248
|
background: rgba(0, 0, 0, 0.12);
|
4249
4249
|
border: 0 none;
|
4250
|
+
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
4251
|
+
}
|
4252
|
+
.p-scrollpanel .p-scrollpanel-bar:focus-visible {
|
4253
|
+
outline: 0 none;
|
4254
|
+
outline-offset: 0;
|
4255
|
+
box-shadow: none;
|
4250
4256
|
}
|
4251
4257
|
|
4252
4258
|
.p-splitter {
|
@@ -4262,6 +4268,11 @@
|
|
4262
4268
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
4263
4269
|
background: rgba(0, 0, 0, 0.12);
|
4264
4270
|
}
|
4271
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
4272
|
+
outline: 0 none;
|
4273
|
+
outline-offset: 0;
|
4274
|
+
box-shadow: none;
|
4275
|
+
}
|
4265
4276
|
.p-splitter .p-splitter-gutter-resizing {
|
4266
4277
|
background: rgba(0, 0, 0, 0.12);
|
4267
4278
|
}
|
@@ -7793,5 +7804,20 @@
|
|
7793
7804
|
.p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):active {
|
7794
7805
|
background: rgba(211, 47, 47, 0.16);
|
7795
7806
|
}
|
7807
|
+
|
7808
|
+
.p-scrollpanel .p-scrollpanel-bar:focus {
|
7809
|
+
box-shadow: 0 0 1px 4px rgba(255, 64, 129, 0.2);
|
7810
|
+
}
|
7811
|
+
|
7812
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
7813
|
+
transition: transform 0.2s, box-shadow 0.2s;
|
7814
|
+
transform: scale(0.7);
|
7815
|
+
}
|
7816
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus {
|
7817
|
+
box-shadow: 0 0 1px 6px rgba(255, 64, 129, 0.2);
|
7818
|
+
}
|
7819
|
+
.p-splitter .p-splitter-gutter.p-splitter-gutter-resizing .p-splitter-gutter-handle {
|
7820
|
+
transform: scale(1);
|
7821
|
+
}
|
7796
7822
|
}
|
7797
7823
|
/* Customizations to the designer theme should be defined here */
|
@@ -4250,6 +4250,12 @@
|
|
4250
4250
|
.p-scrollpanel .p-scrollpanel-bar {
|
4251
4251
|
background: #eceff4;
|
4252
4252
|
border: 0 none;
|
4253
|
+
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
4254
|
+
}
|
4255
|
+
.p-scrollpanel .p-scrollpanel-bar:focus-visible {
|
4256
|
+
outline: 0 none;
|
4257
|
+
outline-offset: 0;
|
4258
|
+
box-shadow: 0 0 0 0.2rem #c0d0e0;
|
4253
4259
|
}
|
4254
4260
|
|
4255
4261
|
.p-splitter {
|
@@ -4265,6 +4271,11 @@
|
|
4265
4271
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
4266
4272
|
background: #c2c7d1;
|
4267
4273
|
}
|
4274
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
4275
|
+
outline: 0 none;
|
4276
|
+
outline-offset: 0;
|
4277
|
+
box-shadow: 0 0 0 0.2rem #c0d0e0;
|
4278
|
+
}
|
4268
4279
|
.p-splitter .p-splitter-gutter-resizing {
|
4269
4280
|
background: #c2c7d1;
|
4270
4281
|
}
|
@@ -4224,6 +4224,12 @@
|
|
4224
4224
|
.p-scrollpanel .p-scrollpanel-bar {
|
4225
4225
|
background: #f2f4f8;
|
4226
4226
|
border: 0 none;
|
4227
|
+
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
4228
|
+
}
|
4229
|
+
.p-scrollpanel .p-scrollpanel-bar:focus-visible {
|
4230
|
+
outline: 0 none;
|
4231
|
+
outline-offset: 0;
|
4232
|
+
box-shadow: 0 0 0 0.2rem #90c9f5;
|
4227
4233
|
}
|
4228
4234
|
|
4229
4235
|
.p-splitter {
|
@@ -4239,6 +4245,11 @@
|
|
4239
4245
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
4240
4246
|
background: #dee2e6;
|
4241
4247
|
}
|
4248
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
4249
|
+
outline: 0 none;
|
4250
|
+
outline-offset: 0;
|
4251
|
+
box-shadow: 0 0 0 0.2rem #90c9f5;
|
4252
|
+
}
|
4242
4253
|
.p-splitter .p-splitter-gutter-resizing {
|
4243
4254
|
background: #dee2e6;
|
4244
4255
|
}
|
@@ -4212,6 +4212,12 @@
|
|
4212
4212
|
.p-scrollpanel .p-scrollpanel-bar {
|
4213
4213
|
background: #f8f8f8;
|
4214
4214
|
border: 0 none;
|
4215
|
+
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
4216
|
+
}
|
4217
|
+
.p-scrollpanel .p-scrollpanel-bar:focus-visible {
|
4218
|
+
outline: 0 none;
|
4219
|
+
outline-offset: 0;
|
4220
|
+
box-shadow: 0 0 0 0.2rem #8dcdff;
|
4215
4221
|
}
|
4216
4222
|
|
4217
4223
|
.p-splitter {
|
@@ -4227,6 +4233,11 @@
|
|
4227
4233
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
4228
4234
|
background: #d8dae2;
|
4229
4235
|
}
|
4236
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
4237
|
+
outline: 0 none;
|
4238
|
+
outline-offset: 0;
|
4239
|
+
box-shadow: 0 0 0 0.2rem #8dcdff;
|
4240
|
+
}
|
4230
4241
|
.p-splitter .p-splitter-gutter-resizing {
|
4231
4242
|
background: #d8dae2;
|
4232
4243
|
}
|
@@ -4200,6 +4200,12 @@
|
|
4200
4200
|
.p-scrollpanel .p-scrollpanel-bar {
|
4201
4201
|
background: #f8f8f8;
|
4202
4202
|
border: 0 none;
|
4203
|
+
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
4204
|
+
}
|
4205
|
+
.p-scrollpanel .p-scrollpanel-bar:focus-visible {
|
4206
|
+
outline: 0 none;
|
4207
|
+
outline-offset: 0;
|
4208
|
+
box-shadow: 0 0 0 0.2rem #8dcdff;
|
4203
4209
|
}
|
4204
4210
|
|
4205
4211
|
.p-splitter {
|
@@ -4215,6 +4221,11 @@
|
|
4215
4221
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
4216
4222
|
background: #d8dae2;
|
4217
4223
|
}
|
4224
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
4225
|
+
outline: 0 none;
|
4226
|
+
outline-offset: 0;
|
4227
|
+
box-shadow: 0 0 0 0.2rem #8dcdff;
|
4228
|
+
}
|
4218
4229
|
.p-splitter .p-splitter-gutter-resizing {
|
4219
4230
|
background: #d8dae2;
|
4220
4231
|
}
|
@@ -4212,6 +4212,12 @@
|
|
4212
4212
|
.p-scrollpanel .p-scrollpanel-bar {
|
4213
4213
|
background: #f8f8f8;
|
4214
4214
|
border: 0 none;
|
4215
|
+
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
4216
|
+
}
|
4217
|
+
.p-scrollpanel .p-scrollpanel-bar:focus-visible {
|
4218
|
+
outline: 0 none;
|
4219
|
+
outline-offset: 0;
|
4220
|
+
box-shadow: 0 0 0 0.2rem #8dcdff;
|
4215
4221
|
}
|
4216
4222
|
|
4217
4223
|
.p-splitter {
|
@@ -4227,6 +4233,11 @@
|
|
4227
4233
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
4228
4234
|
background: #d8dae2;
|
4229
4235
|
}
|
4236
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
4237
|
+
outline: 0 none;
|
4238
|
+
outline-offset: 0;
|
4239
|
+
box-shadow: 0 0 0 0.2rem #8dcdff;
|
4240
|
+
}
|
4230
4241
|
.p-splitter .p-splitter-gutter-resizing {
|
4231
4242
|
background: #d8dae2;
|
4232
4243
|
}
|
@@ -4200,6 +4200,12 @@
|
|
4200
4200
|
.p-scrollpanel .p-scrollpanel-bar {
|
4201
4201
|
background: #f8f8f8;
|
4202
4202
|
border: 0 none;
|
4203
|
+
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
4204
|
+
}
|
4205
|
+
.p-scrollpanel .p-scrollpanel-bar:focus-visible {
|
4206
|
+
outline: 0 none;
|
4207
|
+
outline-offset: 0;
|
4208
|
+
box-shadow: 0 0 0 0.2rem #e4e9ec;
|
4203
4209
|
}
|
4204
4210
|
|
4205
4211
|
.p-splitter {
|
@@ -4215,6 +4221,11 @@
|
|
4215
4221
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
4216
4222
|
background: #dadada;
|
4217
4223
|
}
|
4224
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
4225
|
+
outline: 0 none;
|
4226
|
+
outline-offset: 0;
|
4227
|
+
box-shadow: 0 0 0 0.2rem #e4e9ec;
|
4228
|
+
}
|
4218
4229
|
.p-splitter .p-splitter-gutter-resizing {
|
4219
4230
|
background: #dadada;
|
4220
4231
|
}
|
@@ -4224,6 +4224,12 @@
|
|
4224
4224
|
.p-scrollpanel .p-scrollpanel-bar {
|
4225
4225
|
background: #f8f9fa;
|
4226
4226
|
border: 0 none;
|
4227
|
+
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
4228
|
+
}
|
4229
|
+
.p-scrollpanel .p-scrollpanel-bar:focus-visible {
|
4230
|
+
outline: 0 none;
|
4231
|
+
outline-offset: 0;
|
4232
|
+
box-shadow: 0 0 0 0.2rem #a6d5fa;
|
4227
4233
|
}
|
4228
4234
|
|
4229
4235
|
.p-splitter {
|
@@ -4239,6 +4245,11 @@
|
|
4239
4245
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
4240
4246
|
background: #dee2e6;
|
4241
4247
|
}
|
4248
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
4249
|
+
outline: 0 none;
|
4250
|
+
outline-offset: 0;
|
4251
|
+
box-shadow: 0 0 0 0.2rem #a6d5fa;
|
4252
|
+
}
|
4242
4253
|
.p-splitter .p-splitter-gutter-resizing {
|
4243
4254
|
background: #dee2e6;
|
4244
4255
|
}
|
@@ -4224,6 +4224,12 @@
|
|
4224
4224
|
.p-scrollpanel .p-scrollpanel-bar {
|
4225
4225
|
background: #f8f9fa;
|
4226
4226
|
border: 0 none;
|
4227
|
+
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
4228
|
+
}
|
4229
|
+
.p-scrollpanel .p-scrollpanel-bar:focus-visible {
|
4230
|
+
outline: 0 none;
|
4231
|
+
outline-offset: 0;
|
4232
|
+
box-shadow: 0 0 0 0.2rem #b7e0b8;
|
4227
4233
|
}
|
4228
4234
|
|
4229
4235
|
.p-splitter {
|
@@ -4239,6 +4245,11 @@
|
|
4239
4245
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
4240
4246
|
background: #dee2e6;
|
4241
4247
|
}
|
4248
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
4249
|
+
outline: 0 none;
|
4250
|
+
outline-offset: 0;
|
4251
|
+
box-shadow: 0 0 0 0.2rem #b7e0b8;
|
4252
|
+
}
|
4242
4253
|
.p-splitter .p-splitter-gutter-resizing {
|
4243
4254
|
background: #dee2e6;
|
4244
4255
|
}
|
@@ -4224,6 +4224,12 @@
|
|
4224
4224
|
.p-scrollpanel .p-scrollpanel-bar {
|
4225
4225
|
background: #f8f9fa;
|
4226
4226
|
border: 0 none;
|
4227
|
+
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
4228
|
+
}
|
4229
|
+
.p-scrollpanel .p-scrollpanel-bar:focus-visible {
|
4230
|
+
outline: 0 none;
|
4231
|
+
outline-offset: 0;
|
4232
|
+
box-shadow: 0 0 0 0.2rem #ffe69c;
|
4227
4233
|
}
|
4228
4234
|
|
4229
4235
|
.p-splitter {
|
@@ -4239,6 +4245,11 @@
|
|
4239
4245
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
4240
4246
|
background: #dee2e6;
|
4241
4247
|
}
|
4248
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
4249
|
+
outline: 0 none;
|
4250
|
+
outline-offset: 0;
|
4251
|
+
box-shadow: 0 0 0 0.2rem #ffe69c;
|
4252
|
+
}
|
4242
4253
|
.p-splitter .p-splitter-gutter-resizing {
|
4243
4254
|
background: #dee2e6;
|
4244
4255
|
}
|
@@ -4224,6 +4224,12 @@
|
|
4224
4224
|
.p-scrollpanel .p-scrollpanel-bar {
|
4225
4225
|
background: #f8f9fa;
|
4226
4226
|
border: 0 none;
|
4227
|
+
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
4228
|
+
}
|
4229
|
+
.p-scrollpanel .p-scrollpanel-bar:focus-visible {
|
4230
|
+
outline: 0 none;
|
4231
|
+
outline-offset: 0;
|
4232
|
+
box-shadow: 0 0 0 0.2rem #df9eea;
|
4227
4233
|
}
|
4228
4234
|
|
4229
4235
|
.p-splitter {
|
@@ -4239,6 +4245,11 @@
|
|
4239
4245
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
4240
4246
|
background: #dee2e6;
|
4241
4247
|
}
|
4248
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
4249
|
+
outline: 0 none;
|
4250
|
+
outline-offset: 0;
|
4251
|
+
box-shadow: 0 0 0 0.2rem #df9eea;
|
4252
|
+
}
|
4242
4253
|
.p-splitter .p-splitter-gutter-resizing {
|
4243
4254
|
background: #dee2e6;
|
4244
4255
|
}
|
@@ -4222,6 +4222,12 @@
|
|
4222
4222
|
.p-scrollpanel .p-scrollpanel-bar {
|
4223
4223
|
background: #3e4053;
|
4224
4224
|
border: 0 none;
|
4225
|
+
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
4226
|
+
}
|
4227
|
+
.p-scrollpanel .p-scrollpanel-bar:focus-visible {
|
4228
|
+
outline: 0 none;
|
4229
|
+
outline-offset: 0;
|
4230
|
+
box-shadow: 0 0 0 1px #e0d8fc;
|
4225
4231
|
}
|
4226
4232
|
|
4227
4233
|
.p-splitter {
|
@@ -4237,6 +4243,11 @@
|
|
4237
4243
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
4238
4244
|
background: #3e4053;
|
4239
4245
|
}
|
4246
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
4247
|
+
outline: 0 none;
|
4248
|
+
outline-offset: 0;
|
4249
|
+
box-shadow: 0 0 0 1px #e0d8fc;
|
4250
|
+
}
|
4240
4251
|
.p-splitter .p-splitter-gutter-resizing {
|
4241
4252
|
background: #3e4053;
|
4242
4253
|
}
|
@@ -4222,6 +4222,12 @@
|
|
4222
4222
|
.p-scrollpanel .p-scrollpanel-bar {
|
4223
4223
|
background: #eff3f8;
|
4224
4224
|
border: 0 none;
|
4225
|
+
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
4226
|
+
}
|
4227
|
+
.p-scrollpanel .p-scrollpanel-bar:focus-visible {
|
4228
|
+
outline: 0 none;
|
4229
|
+
outline-offset: 0;
|
4230
|
+
box-shadow: 0 0 0 1px #c7bbfa;
|
4225
4231
|
}
|
4226
4232
|
|
4227
4233
|
.p-splitter {
|
@@ -4237,6 +4243,11 @@
|
|
4237
4243
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
4238
4244
|
background: #dfe7ef;
|
4239
4245
|
}
|
4246
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
4247
|
+
outline: 0 none;
|
4248
|
+
outline-offset: 0;
|
4249
|
+
box-shadow: 0 0 0 1px #c7bbfa;
|
4250
|
+
}
|
4240
4251
|
.p-splitter .p-splitter-gutter-resizing {
|
4241
4252
|
background: #dfe7ef;
|
4242
4253
|
}
|
@@ -4260,6 +4260,12 @@
|
|
4260
4260
|
.p-scrollpanel .p-scrollpanel-bar {
|
4261
4261
|
background: #fafafa;
|
4262
4262
|
border: 0 none;
|
4263
|
+
transition: none;
|
4264
|
+
}
|
4265
|
+
.p-scrollpanel .p-scrollpanel-bar:focus-visible {
|
4266
|
+
outline: 0 none;
|
4267
|
+
outline-offset: 0;
|
4268
|
+
box-shadow: 0 0 0 1px #6366f1;
|
4263
4269
|
}
|
4264
4270
|
|
4265
4271
|
.p-splitter {
|
@@ -4275,6 +4281,11 @@
|
|
4275
4281
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
4276
4282
|
background: #e5e7eb;
|
4277
4283
|
}
|
4284
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
4285
|
+
outline: 0 none;
|
4286
|
+
outline-offset: 0;
|
4287
|
+
box-shadow: 0 0 0 1px #6366f1;
|
4288
|
+
}
|
4278
4289
|
.p-splitter .p-splitter-gutter-resizing {
|
4279
4290
|
background: #e5e7eb;
|
4280
4291
|
}
|
@@ -4224,6 +4224,12 @@
|
|
4224
4224
|
.p-scrollpanel .p-scrollpanel-bar {
|
4225
4225
|
background: #304562;
|
4226
4226
|
border: 0 none;
|
4227
|
+
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
4228
|
+
}
|
4229
|
+
.p-scrollpanel .p-scrollpanel-bar:focus-visible {
|
4230
|
+
outline: 0 none;
|
4231
|
+
outline-offset: 0;
|
4232
|
+
box-shadow: 0 0 0 1px #93cbf9;
|
4227
4233
|
}
|
4228
4234
|
|
4229
4235
|
.p-splitter {
|
@@ -4239,6 +4245,11 @@
|
|
4239
4245
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
4240
4246
|
background: #304562;
|
4241
4247
|
}
|
4248
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
4249
|
+
outline: 0 none;
|
4250
|
+
outline-offset: 0;
|
4251
|
+
box-shadow: 0 0 0 1px #93cbf9;
|
4252
|
+
}
|
4242
4253
|
.p-splitter .p-splitter-gutter-resizing {
|
4243
4254
|
background: #304562;
|
4244
4255
|
}
|
@@ -4224,6 +4224,12 @@
|
|
4224
4224
|
.p-scrollpanel .p-scrollpanel-bar {
|
4225
4225
|
background: #304562;
|
4226
4226
|
border: 0 none;
|
4227
|
+
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
4228
|
+
}
|
4229
|
+
.p-scrollpanel .p-scrollpanel-bar:focus-visible {
|
4230
|
+
outline: 0 none;
|
4231
|
+
outline-offset: 0;
|
4232
|
+
box-shadow: 0 0 0 1px #a7d8a9;
|
4227
4233
|
}
|
4228
4234
|
|
4229
4235
|
.p-splitter {
|
@@ -4239,6 +4245,11 @@
|
|
4239
4245
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
4240
4246
|
background: #304562;
|
4241
4247
|
}
|
4248
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
4249
|
+
outline: 0 none;
|
4250
|
+
outline-offset: 0;
|
4251
|
+
box-shadow: 0 0 0 1px #a7d8a9;
|
4252
|
+
}
|
4242
4253
|
.p-splitter .p-splitter-gutter-resizing {
|
4243
4254
|
background: #304562;
|
4244
4255
|
}
|
@@ -4224,6 +4224,12 @@
|
|
4224
4224
|
.p-scrollpanel .p-scrollpanel-bar {
|
4225
4225
|
background: #304562;
|
4226
4226
|
border: 0 none;
|
4227
|
+
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
4228
|
+
}
|
4229
|
+
.p-scrollpanel .p-scrollpanel-bar:focus-visible {
|
4230
|
+
outline: 0 none;
|
4231
|
+
outline-offset: 0;
|
4232
|
+
box-shadow: 0 0 0 1px #ffe284;
|
4227
4233
|
}
|
4228
4234
|
|
4229
4235
|
.p-splitter {
|
@@ -4239,6 +4245,11 @@
|
|
4239
4245
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
4240
4246
|
background: #304562;
|
4241
4247
|
}
|
4248
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
4249
|
+
outline: 0 none;
|
4250
|
+
outline-offset: 0;
|
4251
|
+
box-shadow: 0 0 0 1px #ffe284;
|
4252
|
+
}
|
4242
4253
|
.p-splitter .p-splitter-gutter-resizing {
|
4243
4254
|
background: #304562;
|
4244
4255
|
}
|
@@ -4224,6 +4224,12 @@
|
|
4224
4224
|
.p-scrollpanel .p-scrollpanel-bar {
|
4225
4225
|
background: #304562;
|
4226
4226
|
border: 0 none;
|
4227
|
+
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
4228
|
+
}
|
4229
|
+
.p-scrollpanel .p-scrollpanel-bar:focus-visible {
|
4230
|
+
outline: 0 none;
|
4231
|
+
outline-offset: 0;
|
4232
|
+
box-shadow: 0 0 0 1px #cf95d9;
|
4227
4233
|
}
|
4228
4234
|
|
4229
4235
|
.p-splitter {
|
@@ -4239,6 +4245,11 @@
|
|
4239
4245
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
4240
4246
|
background: #304562;
|
4241
4247
|
}
|
4248
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
4249
|
+
outline: 0 none;
|
4250
|
+
outline-offset: 0;
|
4251
|
+
box-shadow: 0 0 0 1px #cf95d9;
|
4252
|
+
}
|
4242
4253
|
.p-splitter .p-splitter-gutter-resizing {
|
4243
4254
|
background: #304562;
|
4244
4255
|
}
|
@@ -4254,6 +4254,12 @@
|
|
4254
4254
|
.p-scrollpanel .p-scrollpanel-bar {
|
4255
4255
|
background: #263238;
|
4256
4256
|
border: 0 none;
|
4257
|
+
transition: background-color 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s;
|
4258
|
+
}
|
4259
|
+
.p-scrollpanel .p-scrollpanel-bar:focus-visible {
|
4260
|
+
outline: 0 none;
|
4261
|
+
outline-offset: 0;
|
4262
|
+
box-shadow: 0 0 0 1px #9eade6;
|
4257
4263
|
}
|
4258
4264
|
|
4259
4265
|
.p-splitter {
|
@@ -4269,6 +4275,11 @@
|
|
4269
4275
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
4270
4276
|
background: #263238;
|
4271
4277
|
}
|
4278
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
4279
|
+
outline: 0 none;
|
4280
|
+
outline-offset: 0;
|
4281
|
+
box-shadow: 0 0 0 1px #9eade6;
|
4282
|
+
}
|
4272
4283
|
.p-splitter .p-splitter-gutter-resizing {
|
4273
4284
|
background: #263238;
|
4274
4285
|
}
|