@ldmjs/ui 1.0.92 → 1.0.94
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/index.js +12 -11
- package/dist/scss/_buttons.scss +5 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -13438,15 +13438,15 @@ function ld_switch_reg(vue, options) {
|
|
|
13438
13438
|
}
|
|
13439
13439
|
/* harmony default export */ const src_ld_switch = (ld_switch_reg);
|
|
13440
13440
|
|
|
13441
|
-
;// ./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use!./src/ld-tab/ld-tab.vue?vue&type=template&id=
|
|
13441
|
+
;// ./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use!./src/ld-tab/ld-tab.vue?vue&type=template&id=057898fe
|
|
13442
13442
|
|
|
13443
13443
|
|
|
13444
|
-
const
|
|
13444
|
+
const ld_tabvue_type_template_id_057898fe_hoisted_1 = {
|
|
13445
13445
|
class: "d-block overflow-hidden",
|
|
13446
13446
|
style: {"text-overflow":"ellipsis"}
|
|
13447
13447
|
}
|
|
13448
13448
|
|
|
13449
|
-
function
|
|
13449
|
+
function ld_tabvue_type_template_id_057898fe_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
13450
13450
|
const _component_v_tab = (0,external_vue_.resolveComponent)("v-tab")
|
|
13451
13451
|
const _component_v_window_item = (0,external_vue_.resolveComponent)("v-window-item")
|
|
13452
13452
|
|
|
@@ -13456,20 +13456,21 @@ function ld_tabvue_type_template_id_f79f0f30_render(_ctx, _cache, $props, $setup
|
|
|
13456
13456
|
color: "primary"
|
|
13457
13457
|
}, _ctx.$props, {
|
|
13458
13458
|
key: `${_ctx.index}-v-tab`,
|
|
13459
|
-
style: _ctx.styles
|
|
13459
|
+
style: _ctx.styles,
|
|
13460
|
+
value: Number(_ctx.index)
|
|
13460
13461
|
}), {
|
|
13461
13462
|
default: (0,external_vue_.withCtx)(() => [
|
|
13462
13463
|
(0,external_vue_.renderSlot)(_ctx.$slots, "header", {}, () => [
|
|
13463
|
-
(0,external_vue_.createElementVNode)("span",
|
|
13464
|
+
(0,external_vue_.createElementVNode)("span", ld_tabvue_type_template_id_057898fe_hoisted_1, (0,external_vue_.toDisplayString)(_ctx.heading), 1)
|
|
13464
13465
|
]),
|
|
13465
13466
|
_cache[0] || (_cache[0] = (0,external_vue_.createTextVNode)()),
|
|
13466
13467
|
(0,external_vue_.renderSlot)(_ctx.$slots, "icon")
|
|
13467
13468
|
]),
|
|
13468
13469
|
_: 3
|
|
13469
|
-
}, 16, ["style"]))
|
|
13470
|
+
}, 16, ["style", "value"]))
|
|
13470
13471
|
: ((0,external_vue_.openBlock)(), (0,external_vue_.createBlock)(_component_v_window_item, (0,external_vue_.mergeProps)({ key: 1 }, _ctx.$props, {
|
|
13471
13472
|
key: `${_ctx.index}-v-window`,
|
|
13472
|
-
value: _ctx.index
|
|
13473
|
+
value: Number(_ctx.index)
|
|
13473
13474
|
}), {
|
|
13474
13475
|
default: (0,external_vue_.withCtx)(() => [
|
|
13475
13476
|
(0,external_vue_.renderSlot)(_ctx.$slots, "default")
|
|
@@ -13477,7 +13478,7 @@ function ld_tabvue_type_template_id_f79f0f30_render(_ctx, _cache, $props, $setup
|
|
|
13477
13478
|
_: 3
|
|
13478
13479
|
}, 16, ["value"]))
|
|
13479
13480
|
}
|
|
13480
|
-
;// ./src/ld-tab/ld-tab.vue?vue&type=template&id=
|
|
13481
|
+
;// ./src/ld-tab/ld-tab.vue?vue&type=template&id=057898fe
|
|
13481
13482
|
|
|
13482
13483
|
;// ./node_modules/ts-loader/index.js??clonedRuleSet-1.use!./src/ld-tab/ld-tab.ts?vue&type=script&lang=js&external
|
|
13483
13484
|
var ld_tabvue_type_script_lang_js_external_decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
@@ -13507,8 +13508,8 @@ let LdTabComponent = class LdTabComponent extends (0,external_vue_class_componen
|
|
|
13507
13508
|
}
|
|
13508
13509
|
};
|
|
13509
13510
|
ld_tabvue_type_script_lang_js_external_decorate([
|
|
13510
|
-
(0,external_vue_property_decorator_.Prop)({ type: String, default: null }),
|
|
13511
|
-
ld_tabvue_type_script_lang_js_external_metadata("design:type",
|
|
13511
|
+
(0,external_vue_property_decorator_.Prop)({ type: [String, Number], default: null }),
|
|
13512
|
+
ld_tabvue_type_script_lang_js_external_metadata("design:type", Object)
|
|
13512
13513
|
], LdTabComponent.prototype, "index", void 0);
|
|
13513
13514
|
ld_tabvue_type_script_lang_js_external_decorate([
|
|
13514
13515
|
(0,external_vue_property_decorator_.Prop)({ type: String, default: null }),
|
|
@@ -13549,7 +13550,7 @@ LdTabComponent = ld_tabvue_type_script_lang_js_external_decorate([
|
|
|
13549
13550
|
|
|
13550
13551
|
|
|
13551
13552
|
;
|
|
13552
|
-
const ld_tab_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)(ld_tabvue_type_script_lang_js_external, [['render',
|
|
13553
|
+
const ld_tab_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)(ld_tabvue_type_script_lang_js_external, [['render',ld_tabvue_type_template_id_057898fe_render]])
|
|
13553
13554
|
|
|
13554
13555
|
/* harmony default export */ const ld_tab = (ld_tab_exports_);
|
|
13555
13556
|
;// ./src/ld-tab/index.ts
|
package/dist/scss/_buttons.scss
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ldmjs/ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.94",
|
|
4
4
|
"description": "ldm ui",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"engines": {
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"postcss-loader": "7.3.3",
|
|
89
89
|
"prettier": "3.4.2",
|
|
90
90
|
"sass": "1.83.0",
|
|
91
|
-
"sass-loader": "16.0.
|
|
91
|
+
"sass-loader": "16.0.7",
|
|
92
92
|
"style-loader": "4.0.0",
|
|
93
93
|
"terser-webpack-plugin": "5.3.10",
|
|
94
94
|
"ts-jest": "29.0.3",
|