@iankibetsh/shframework 1.6.9 → 1.7.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.
@@ -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
@@ -4630,10 +4630,11 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
4630
4630
  (typeof key === 'string' && $props.links && $props.links[key])
4631
4631
  ? (vue.openBlock(), vue.createBlock(_component_router_link, {
4632
4632
  key: 0,
4633
+ target: $props.links[key].target ? '_blank':'',
4633
4634
  to: $options.replaceLinkUrl($props.links[key],record),
4634
4635
  class: vue.normalizeClass($options.getLinkClass($props.links[key])),
4635
4636
  innerHTML: record[key]
4636
- }, null, 8 /* PROPS */, ["to", "class", "innerHTML"]))
4637
+ }, null, 8 /* PROPS */, ["target", "to", "class", "innerHTML"]))
4637
4638
  : ($options.getFieldType(key) === 'numeric')
4638
4639
  ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_37, vue.toDisplayString(Intl.NumberFormat().format(record[key])), 1 /* TEXT */))
4639
4640
  : ($options.getFieldType(key) === 'money')
@@ -5048,7 +5049,6 @@ return (_ctx, _cache) => {
5048
5049
  const _component_router_view = vue.resolveComponent("router-view");
5049
5050
 
5050
5051
  return (vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
5051
- vue.createElementVNode("h3", null, vue.toDisplayString(path.value), 1 /* TEXT */),
5052
5052
  vue.createElementVNode("ul", {
5053
5053
  class: vue.normalizeClass(["nav nav-tabs sh-tabs", __props.classes])
5054
5054
  }, [
package/dist/library.mjs CHANGED
@@ -4617,10 +4617,11 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
4617
4617
  (typeof key === 'string' && $props.links && $props.links[key])
4618
4618
  ? (openBlock(), createBlock(_component_router_link, {
4619
4619
  key: 0,
4620
+ target: $props.links[key].target ? '_blank':'',
4620
4621
  to: $options.replaceLinkUrl($props.links[key],record),
4621
4622
  class: normalizeClass($options.getLinkClass($props.links[key])),
4622
4623
  innerHTML: record[key]
4623
- }, null, 8 /* PROPS */, ["to", "class", "innerHTML"]))
4624
+ }, null, 8 /* PROPS */, ["target", "to", "class", "innerHTML"]))
4624
4625
  : ($options.getFieldType(key) === 'numeric')
4625
4626
  ? (openBlock(), createElementBlock("span", _hoisted_37, toDisplayString(Intl.NumberFormat().format(record[key])), 1 /* TEXT */))
4626
4627
  : ($options.getFieldType(key) === 'money')
@@ -5035,7 +5036,6 @@ return (_ctx, _cache) => {
5035
5036
  const _component_router_view = resolveComponent("router-view");
5036
5037
 
5037
5038
  return (openBlock(), createElementBlock(Fragment, null, [
5038
- createElementVNode("h3", null, toDisplayString(path.value), 1 /* TEXT */),
5039
5039
  createElementVNode("ul", {
5040
5040
  class: normalizeClass(["nav nav-tabs sh-tabs", __props.classes])
5041
5041
  }, [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iankibetsh/shframework",
3
- "version": "1.6.9",
3
+ "version": "1.7.1",
4
4
  "description": "Vue library for handling laravel backend",
5
5
  "main": "dist/library.js",
6
6
  "module": "dist/library.mjs",