@iankibetsh/shframework 1.5.9 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dist/library.mjs.css +15 -15
- package/dist/library.js +2 -2
- package/dist/library.mjs +2 -2
- package/package.json +1 -1
|
@@ -95,6 +95,21 @@
|
|
|
95
95
|
flex-grow: 1;
|
|
96
96
|
}
|
|
97
97
|
|
|
98
|
+
.sh-selected-item{
|
|
99
|
+
line-height: unset!important;
|
|
100
|
+
}
|
|
101
|
+
.sh-suggestion-input{
|
|
102
|
+
padding: 0.375rem 0.75rem;
|
|
103
|
+
}
|
|
104
|
+
.sh-suggest{
|
|
105
|
+
margin-bottom: 1rem;
|
|
106
|
+
}
|
|
107
|
+
.sh-suggest-control::after{
|
|
108
|
+
margin-top: auto;
|
|
109
|
+
margin-bottom: auto;
|
|
110
|
+
margin-right: 0.255em;
|
|
111
|
+
}
|
|
112
|
+
|
|
98
113
|
:root {
|
|
99
114
|
--ck-z-default: 10555 !important;
|
|
100
115
|
--ck-z-modal: calc(var(--ck-z-default) + 999) !important;
|
|
@@ -116,21 +131,6 @@
|
|
|
116
131
|
}
|
|
117
132
|
}
|
|
118
133
|
|
|
119
|
-
.sh-selected-item{
|
|
120
|
-
line-height: unset!important;
|
|
121
|
-
}
|
|
122
|
-
.sh-suggestion-input{
|
|
123
|
-
padding: 0.375rem 0.75rem;
|
|
124
|
-
}
|
|
125
|
-
.sh-suggest{
|
|
126
|
-
margin-bottom: 1rem;
|
|
127
|
-
}
|
|
128
|
-
.sh-suggest-control::after{
|
|
129
|
-
margin-top: auto;
|
|
130
|
-
margin-bottom: auto;
|
|
131
|
-
margin-right: 0.255em;
|
|
132
|
-
}
|
|
133
|
-
|
|
134
134
|
.sh-forgot-link, .sh-register-link{
|
|
135
135
|
cursor: pointer;
|
|
136
136
|
}
|
package/dist/library.js
CHANGED
|
@@ -4558,7 +4558,7 @@ function render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4558
4558
|
? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
4559
4559
|
(!act.validator || act.validator(record))
|
|
4560
4560
|
? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
4561
|
-
(act.type
|
|
4561
|
+
(['confirmAction','confirmaction','confirm-action','confirm'].includes(act.type))
|
|
4562
4562
|
? (vue.openBlock(), vue.createBlock(_component_sh_confirm_action, {
|
|
4563
4563
|
key: 0,
|
|
4564
4564
|
onActionSuccessful: $event => ($options.doEmitAction('actionSuccessful',record)),
|
|
@@ -4579,7 +4579,7 @@ function render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4579
4579
|
]),
|
|
4580
4580
|
_: 2 /* DYNAMIC */
|
|
4581
4581
|
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["onActionSuccessful", "onActionFailed", "onActionCanceled", "loading-message", "class", "url"]))
|
|
4582
|
-
: (act.type
|
|
4582
|
+
: (['silentAction','silentaction','silent-action','silent'].includes(act.type))
|
|
4583
4583
|
? (vue.openBlock(), vue.createBlock(_component_sh_silent_action, {
|
|
4584
4584
|
key: 1,
|
|
4585
4585
|
onActionSuccessful: $event => ($options.doEmitAction('actionSuccessful',record)),
|
package/dist/library.mjs
CHANGED
|
@@ -4545,7 +4545,7 @@ function render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4545
4545
|
? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
4546
4546
|
(!act.validator || act.validator(record))
|
|
4547
4547
|
? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
4548
|
-
(act.type
|
|
4548
|
+
(['confirmAction','confirmaction','confirm-action','confirm'].includes(act.type))
|
|
4549
4549
|
? (openBlock(), createBlock(_component_sh_confirm_action, {
|
|
4550
4550
|
key: 0,
|
|
4551
4551
|
onActionSuccessful: $event => ($options.doEmitAction('actionSuccessful',record)),
|
|
@@ -4566,7 +4566,7 @@ function render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4566
4566
|
]),
|
|
4567
4567
|
_: 2 /* DYNAMIC */
|
|
4568
4568
|
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["onActionSuccessful", "onActionFailed", "onActionCanceled", "loading-message", "class", "url"]))
|
|
4569
|
-
: (act.type
|
|
4569
|
+
: (['silentAction','silentaction','silent-action','silent'].includes(act.type))
|
|
4570
4570
|
? (openBlock(), createBlock(_component_sh_silent_action, {
|
|
4571
4571
|
key: 1,
|
|
4572
4572
|
onActionSuccessful: $event => ($options.doEmitAction('actionSuccessful',record)),
|