@tagplus/components 5.3.11 → 5.3.12
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/es/node_modules/@element-plus/icons-vue/dist/index.mjs +29 -20
- package/dist/es/node_modules/@popperjs/core/lib/enums.mjs +22 -0
- package/dist/es/node_modules/@vue/shared/dist/shared.esm-bundler.mjs +5 -0
- package/dist/es/node_modules/@vueuse/core/index.mjs +103 -58
- package/dist/es/node_modules/@vueuse/shared/index.mjs +47 -16
- package/dist/es/node_modules/element-plus/es/constants/size.mjs +1 -6
- package/dist/es/node_modules/element-plus/es/hooks/use-focus-controller/index.mjs +39 -14
- package/dist/es/node_modules/element-plus/es/hooks/use-id/index.mjs +8 -5
- package/dist/es/node_modules/element-plus/es/hooks/use-locale/index.mjs +12 -7
- package/dist/es/node_modules/element-plus/es/hooks/use-namespace/index.mjs +22 -7
- package/dist/es/node_modules/element-plus/es/hooks/use-prop/index.mjs +4 -1
- package/dist/es/node_modules/element-plus/es/hooks/use-size/index.mjs +3 -3
- package/dist/es/node_modules/element-plus/es/locale/lang/en.mjs +31 -28
- package/dist/es/node_modules/element-plus/es/utils/dom/aria.mjs +14 -6
- package/dist/es/node_modules/element-plus/es/utils/error.mjs +3 -4
- package/dist/es/node_modules/element-plus/es/utils/types.mjs +9 -0
- package/dist/es/node_modules/element-plus/es/utils/vue/props/runtime.mjs +25 -19
- package/dist/es/src/components/Autosuggest/Autosuggest.vue.mjs +1 -1
- package/dist/es/src/components/Autosuggest/autosuggest-props.mjs +2 -2
- package/dist/es/src/components/Autosuggest/option.vue.mjs +2 -2
- package/dist/es/src/components/Autosuggest/select-dropdown.vue.mjs +2 -2
- package/dist/es/src/components/Autosuggest/useSelect.mjs +1 -1
- package/dist/es/src/components/Inline/Inline.vue.mjs +1 -1
- package/dist/es/src/components/InputNumber/InputNumber.vue.mjs +2 -2
- package/dist/es/src/components/InputNumber/input-number.mjs +1 -1
- package/dist/es/src/components/Loader/Loader.vue.mjs +1 -1
- package/dist/es/src/components/Money/Money.vue.mjs +1 -1
- package/dist/es/src/components/OptionsList/OptionsList.vue.mjs +1 -1
- package/dist/es/src/components/OptionsListItem/OptionsListItem.vue.mjs +1 -1
- package/dist/es/src/components/Percent/Percent.vue.mjs +3 -3
- package/dist/es/src/components/Skeleton/Skeleton.vue.mjs +1 -1
- package/dist/es/src/components/Step/Step.vue.mjs +1 -1
- package/dist/es/src/components/Tip/Tip.vue.mjs +9 -7
- package/dist/es/src/utils/constants.mjs +2 -2
- package/dist/es/src/utils/use-derived-namespace.mjs +1 -1
- package/dist/es/src/utils/use-form-common-props.mjs +1 -1
- package/dist/es/src/utils/use-id.mjs +2 -2
- package/dist/lib/node_modules/@element-plus/icons-vue/dist/index.js +28 -19
- package/dist/lib/node_modules/@popperjs/core/lib/enums.js +22 -0
- package/dist/lib/node_modules/@vue/shared/dist/shared.esm-bundler.js +5 -0
- package/dist/lib/node_modules/@vueuse/core/index.js +100 -56
- package/dist/lib/node_modules/@vueuse/shared/index.js +46 -15
- package/dist/lib/node_modules/element-plus/es/constants/size.js +1 -6
- package/dist/lib/node_modules/element-plus/es/hooks/use-focus-controller/index.js +39 -14
- package/dist/lib/node_modules/element-plus/es/hooks/use-id/index.js +8 -5
- package/dist/lib/node_modules/element-plus/es/hooks/use-locale/index.js +11 -6
- package/dist/lib/node_modules/element-plus/es/hooks/use-namespace/index.js +22 -7
- package/dist/lib/node_modules/element-plus/es/hooks/use-prop/index.js +4 -1
- package/dist/lib/node_modules/element-plus/es/hooks/use-size/index.js +3 -3
- package/dist/lib/node_modules/element-plus/es/locale/lang/en.js +31 -28
- package/dist/lib/node_modules/element-plus/es/utils/dom/aria.js +14 -6
- package/dist/lib/node_modules/element-plus/es/utils/error.js +3 -4
- package/dist/lib/node_modules/element-plus/es/utils/types.js +9 -0
- package/dist/lib/node_modules/element-plus/es/utils/vue/props/runtime.js +25 -19
- package/dist/lib/src/components/Autosuggest/autosuggest-props.js +2 -2
- package/dist/lib/src/components/Autosuggest/option.vue.js +2 -2
- package/dist/lib/src/components/Autosuggest/select-dropdown.vue.js +1 -1
- package/dist/lib/src/components/Autosuggest/useSelect.js +1 -1
- package/dist/lib/src/components/InputNumber/InputNumber.vue.js +1 -1
- package/dist/lib/src/components/InputNumber/input-number.js +1 -1
- package/dist/lib/src/components/Percent/Percent.vue.js +2 -2
- package/dist/lib/src/components/Tip/Tip.vue.js +8 -6
- package/dist/lib/src/utils/constants.js +2 -2
- package/dist/lib/src/utils/use-derived-namespace.js +1 -1
- package/dist/lib/src/utils/use-form-common-props.js +1 -1
- package/dist/lib/src/utils/use-id.js +1 -1
- package/package.json +1 -2
- package/dist/es/node_modules/@popperjs/core/dist/index.mjs +0 -586
- package/dist/lib/node_modules/@popperjs/core/dist/index.js +0 -586
|
@@ -1,21 +1,17 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
var
|
|
3
|
+
var English = {
|
|
4
4
|
name: "en",
|
|
5
5
|
el: {
|
|
6
|
-
breadcrumb: {
|
|
6
|
+
breadcrumb: {
|
|
7
|
+
label: "Breadcrumb"
|
|
8
|
+
},
|
|
7
9
|
colorpicker: {
|
|
8
10
|
confirm: "OK",
|
|
9
11
|
clear: "Clear",
|
|
10
12
|
defaultLabel: "color picker",
|
|
11
13
|
description: "current color is {color}. press enter to select a new color.",
|
|
12
|
-
alphaLabel: "pick alpha value"
|
|
13
|
-
alphaDescription: "alpha {alpha}, current color is {color}",
|
|
14
|
-
hueLabel: "pick hue value",
|
|
15
|
-
hueDescription: "hue {hue}, current color is {color}",
|
|
16
|
-
svLabel: "pick saturation and brightness value",
|
|
17
|
-
svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
|
|
18
|
-
predefineDescription: "select {value} as the color"
|
|
14
|
+
alphaLabel: "pick alpha value"
|
|
19
15
|
},
|
|
20
16
|
datepicker: {
|
|
21
17
|
now: "Now",
|
|
@@ -50,6 +46,7 @@ var en_default = {
|
|
|
50
46
|
month10: "October",
|
|
51
47
|
month11: "November",
|
|
52
48
|
month12: "December",
|
|
49
|
+
week: "week",
|
|
53
50
|
weeks: {
|
|
54
51
|
sun: "Sun",
|
|
55
52
|
mon: "Mon",
|
|
@@ -93,8 +90,12 @@ var en_default = {
|
|
|
93
90
|
noData: "No data",
|
|
94
91
|
placeholder: "Select"
|
|
95
92
|
},
|
|
96
|
-
mention: {
|
|
97
|
-
|
|
93
|
+
mention: {
|
|
94
|
+
loading: "Loading"
|
|
95
|
+
},
|
|
96
|
+
dropdown: {
|
|
97
|
+
toggleDropdown: "Toggle Dropdown"
|
|
98
|
+
},
|
|
98
99
|
cascader: {
|
|
99
100
|
noMatch: "No matching data",
|
|
100
101
|
loading: "Loading",
|
|
@@ -114,8 +115,12 @@ var en_default = {
|
|
|
114
115
|
nextPages: "Next {pager} pages",
|
|
115
116
|
deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
|
|
116
117
|
},
|
|
117
|
-
dialog: {
|
|
118
|
-
|
|
118
|
+
dialog: {
|
|
119
|
+
close: "Close this dialog"
|
|
120
|
+
},
|
|
121
|
+
drawer: {
|
|
122
|
+
close: "Close this dialog"
|
|
123
|
+
},
|
|
119
124
|
messagebox: {
|
|
120
125
|
title: "Message",
|
|
121
126
|
confirm: "OK",
|
|
@@ -139,22 +144,16 @@ var en_default = {
|
|
|
139
144
|
confirmFilter: "Confirm",
|
|
140
145
|
resetFilter: "Reset",
|
|
141
146
|
clearFilter: "All",
|
|
142
|
-
sumText: "Sum"
|
|
143
|
-
|
|
144
|
-
selectRowLabel: "Select this row",
|
|
145
|
-
expandRowLabel: "Expand this row",
|
|
146
|
-
collapseRowLabel: "Collapse this row",
|
|
147
|
-
sortLabel: "Sort by {column}",
|
|
148
|
-
filterLabel: "Filter by {column}"
|
|
149
|
-
},
|
|
150
|
-
tag: { close: "Close this tag" },
|
|
147
|
+
sumText: "Sum"
|
|
148
|
+
},
|
|
151
149
|
tour: {
|
|
152
150
|
next: "Next",
|
|
153
151
|
previous: "Previous",
|
|
154
|
-
finish: "Finish"
|
|
155
|
-
|
|
152
|
+
finish: "Finish"
|
|
153
|
+
},
|
|
154
|
+
tree: {
|
|
155
|
+
emptyText: "No Data"
|
|
156
156
|
},
|
|
157
|
-
tree: { emptyText: "No Data" },
|
|
158
157
|
transfer: {
|
|
159
158
|
noMatch: "No matching data",
|
|
160
159
|
noData: "No data",
|
|
@@ -163,8 +162,12 @@ var en_default = {
|
|
|
163
162
|
noCheckedFormat: "{total} items",
|
|
164
163
|
hasCheckedFormat: "{checked}/{total} checked"
|
|
165
164
|
},
|
|
166
|
-
image: {
|
|
167
|
-
|
|
165
|
+
image: {
|
|
166
|
+
error: "FAILED"
|
|
167
|
+
},
|
|
168
|
+
pageHeader: {
|
|
169
|
+
title: "Back"
|
|
170
|
+
},
|
|
168
171
|
popconfirm: {
|
|
169
172
|
confirmButtonText: "Yes",
|
|
170
173
|
cancelButtonText: "No"
|
|
@@ -176,4 +179,4 @@ var en_default = {
|
|
|
176
179
|
}
|
|
177
180
|
}
|
|
178
181
|
};
|
|
179
|
-
exports.default =
|
|
182
|
+
exports.default = English;
|
|
@@ -1,19 +1,27 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
const isFocusable = (element) => {
|
|
4
|
-
if (element.tabIndex > 0 || element.tabIndex === 0 && element.getAttribute("tabIndex") !== null)
|
|
5
|
-
|
|
4
|
+
if (element.tabIndex > 0 || element.tabIndex === 0 && element.getAttribute("tabIndex") !== null) {
|
|
5
|
+
return true;
|
|
6
|
+
}
|
|
7
|
+
if (element.tabIndex < 0 || element.hasAttribute("disabled") || element.getAttribute("aria-disabled") === "true") {
|
|
8
|
+
return false;
|
|
9
|
+
}
|
|
6
10
|
switch (element.nodeName) {
|
|
7
|
-
case "A":
|
|
11
|
+
case "A": {
|
|
8
12
|
return !!element.href && element.rel !== "ignore";
|
|
9
|
-
|
|
13
|
+
}
|
|
14
|
+
case "INPUT": {
|
|
10
15
|
return !(element.type === "hidden" || element.type === "file");
|
|
16
|
+
}
|
|
11
17
|
case "BUTTON":
|
|
12
18
|
case "SELECT":
|
|
13
|
-
case "TEXTAREA":
|
|
19
|
+
case "TEXTAREA": {
|
|
14
20
|
return true;
|
|
15
|
-
|
|
21
|
+
}
|
|
22
|
+
default: {
|
|
16
23
|
return false;
|
|
24
|
+
}
|
|
17
25
|
}
|
|
18
26
|
};
|
|
19
27
|
exports.isFocusable = isFocusable;
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
const shared_esmBundler = require("../../../@vue/shared/dist/shared.esm-bundler.js");
|
|
4
|
-
|
|
5
|
-
var ElementPlusError = class extends Error {
|
|
4
|
+
class ElementPlusError extends Error {
|
|
6
5
|
constructor(m) {
|
|
7
6
|
super(m);
|
|
8
7
|
this.name = "ElementPlusError";
|
|
9
8
|
}
|
|
10
|
-
}
|
|
9
|
+
}
|
|
11
10
|
function debugWarn(scope, message) {
|
|
12
|
-
{
|
|
11
|
+
if (process.env.NODE_ENV !== "production") {
|
|
13
12
|
const error = shared_esmBundler.isString(scope) ? new ElementPlusError(`[${scope}] ${message}`) : scope;
|
|
14
13
|
console.warn(error);
|
|
15
14
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
require("lodash-es");
|
|
4
|
+
const isElement = (e) => {
|
|
5
|
+
if (typeof Element === "undefined")
|
|
6
|
+
return false;
|
|
7
|
+
return e instanceof Element;
|
|
8
|
+
};
|
|
9
|
+
exports.isElement = isElement;
|
|
@@ -1,34 +1,40 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const shared_esmBundler = require("../../../../../@vue/shared/dist/shared.esm-bundler.js");
|
|
4
|
-
require("lodash-es");
|
|
5
3
|
const vue = require("vue");
|
|
4
|
+
require("lodash-es");
|
|
5
|
+
const shared_esmBundler = require("../../../../../@vue/shared/dist/shared.esm-bundler.js");
|
|
6
6
|
const epPropKey = "__epPropKey";
|
|
7
7
|
const isEpProp = (val) => shared_esmBundler.isObject(val) && !!val[epPropKey];
|
|
8
8
|
const buildProp = (prop, key) => {
|
|
9
|
-
if (!shared_esmBundler.isObject(prop) || isEpProp(prop))
|
|
9
|
+
if (!shared_esmBundler.isObject(prop) || isEpProp(prop))
|
|
10
|
+
return prop;
|
|
10
11
|
const { values, required, default: defaultValue, type, validator } = prop;
|
|
12
|
+
const _validator = values || validator ? (val) => {
|
|
13
|
+
let valid = false;
|
|
14
|
+
let allowedValues = [];
|
|
15
|
+
if (values) {
|
|
16
|
+
allowedValues = Array.from(values);
|
|
17
|
+
if (shared_esmBundler.hasOwn(prop, "default")) {
|
|
18
|
+
allowedValues.push(defaultValue);
|
|
19
|
+
}
|
|
20
|
+
valid || (valid = allowedValues.includes(val));
|
|
21
|
+
}
|
|
22
|
+
if (validator)
|
|
23
|
+
valid || (valid = validator(val));
|
|
24
|
+
if (!valid && allowedValues.length > 0) {
|
|
25
|
+
const allowValuesText = [...new Set(allowedValues)].map((value) => JSON.stringify(value)).join(", ");
|
|
26
|
+
vue.warn(`Invalid prop: validation failed${""}. Expected one of [${allowValuesText}], got value ${JSON.stringify(val)}.`);
|
|
27
|
+
}
|
|
28
|
+
return valid;
|
|
29
|
+
} : void 0;
|
|
11
30
|
const epProp = {
|
|
12
31
|
type,
|
|
13
32
|
required: !!required,
|
|
14
|
-
validator:
|
|
15
|
-
let valid = false;
|
|
16
|
-
let allowedValues = [];
|
|
17
|
-
if (values) {
|
|
18
|
-
allowedValues = Array.from(values);
|
|
19
|
-
if (shared_esmBundler.hasOwn(prop, "default")) allowedValues.push(defaultValue);
|
|
20
|
-
valid ||= allowedValues.includes(val);
|
|
21
|
-
}
|
|
22
|
-
if (validator) valid ||= validator(val);
|
|
23
|
-
if (!valid && allowedValues.length > 0) {
|
|
24
|
-
const allowValuesText = [...new Set(allowedValues)].map((value) => JSON.stringify(value)).join(", ");
|
|
25
|
-
vue.warn(`Invalid prop: validation failed${""}. Expected one of [${allowValuesText}], got value ${JSON.stringify(val)}.`);
|
|
26
|
-
}
|
|
27
|
-
return valid;
|
|
28
|
-
} : void 0,
|
|
33
|
+
validator: _validator,
|
|
29
34
|
[epPropKey]: true
|
|
30
35
|
};
|
|
31
|
-
if (shared_esmBundler.hasOwn(prop, "default"))
|
|
36
|
+
if (shared_esmBundler.hasOwn(prop, "default"))
|
|
37
|
+
epProp.default = defaultValue;
|
|
32
38
|
return epProp;
|
|
33
39
|
};
|
|
34
40
|
exports.buildProp = buildProp;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const
|
|
3
|
+
const enums = require("../../../node_modules/@popperjs/core/lib/enums.js");
|
|
4
4
|
const autosuggestProps = {
|
|
5
5
|
/**
|
|
6
6
|
* @deprecated
|
|
@@ -140,7 +140,7 @@ const autosuggestProps = {
|
|
|
140
140
|
*/
|
|
141
141
|
placement: {
|
|
142
142
|
type: String,
|
|
143
|
-
values:
|
|
143
|
+
values: enums.placements,
|
|
144
144
|
default: "bottom-start"
|
|
145
145
|
},
|
|
146
146
|
/**
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
3
|
const useOption = require("./useOption.js");
|
|
4
|
-
const index = require("../../../node_modules/element-plus/es/hooks/use-namespace/index.js");
|
|
5
|
-
const index$1 = require("../../../node_modules/element-plus/es/hooks/use-id/index.js");
|
|
6
4
|
const vue = require("vue");
|
|
7
5
|
const _pluginVue_exportHelper = require("../../../_virtual/_plugin-vue_export-helper.js");
|
|
6
|
+
const index = require("../../../node_modules/element-plus/es/hooks/use-namespace/index.js");
|
|
7
|
+
const index$1 = require("../../../node_modules/element-plus/es/hooks/use-id/index.js");
|
|
8
8
|
const _sfc_main = vue.defineComponent({
|
|
9
9
|
name: "ElOption",
|
|
10
10
|
componentName: "ElOption",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
3
|
const index = require("../../../node_modules/@vueuse/core/index.js");
|
|
4
|
-
const index$1 = require("../../../node_modules/element-plus/es/hooks/use-namespace/index.js");
|
|
5
4
|
const vue = require("vue");
|
|
6
5
|
const _pluginVue_exportHelper = require("../../../_virtual/_plugin-vue_export-helper.js");
|
|
6
|
+
const index$1 = require("../../../node_modules/element-plus/es/hooks/use-namespace/index.js");
|
|
7
7
|
const _sfc_main = vue.defineComponent({
|
|
8
8
|
name: "ElSelectDropdown",
|
|
9
9
|
componentName: "ElSelectDropdown",
|
|
@@ -12,8 +12,8 @@ const useFormCommonProps = require("../../utils/use-form-common-props.js");
|
|
|
12
12
|
const useFormItem = require("../../utils/use-form-item.js");
|
|
13
13
|
const useInput = require("../../utils/use-input.js");
|
|
14
14
|
const index = require("../../../node_modules/element-plus/es/hooks/use-locale/index.js");
|
|
15
|
-
const index$2 = require("../../../node_modules/element-plus/es/hooks/use-namespace/index.js");
|
|
16
15
|
const index$1 = require("../../../node_modules/element-plus/es/hooks/use-id/index.js");
|
|
16
|
+
const index$2 = require("../../../node_modules/element-plus/es/hooks/use-namespace/index.js");
|
|
17
17
|
const index$3 = require("../../../node_modules/element-plus/es/hooks/use-focus-controller/index.js");
|
|
18
18
|
const index$4 = require("../../../node_modules/@vueuse/shared/index.js");
|
|
19
19
|
const UPDATE_MODEL_EVENT = "update:modelValue";
|
|
@@ -8,9 +8,9 @@ const types = require("../../utils/types.js");
|
|
|
8
8
|
const useFormCommonProps = require("../../utils/use-form-common-props.js");
|
|
9
9
|
const useFormItem = require("../../utils/use-form-item.js");
|
|
10
10
|
const elementPlus = require("element-plus");
|
|
11
|
+
const lodashEs = require("lodash-es");
|
|
11
12
|
const index = require("../../../node_modules/element-plus/es/hooks/use-locale/index.js");
|
|
12
13
|
const index$1 = require("../../../node_modules/element-plus/es/hooks/use-namespace/index.js");
|
|
13
|
-
const lodashEs = require("lodash-es");
|
|
14
14
|
const shared_esmBundler = require("../../../node_modules/@vue/shared/dist/shared.esm-bundler.js");
|
|
15
15
|
const _hoisted_1 = ["aria-label"];
|
|
16
16
|
const _hoisted_2 = ["aria-label"];
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
const index = require("../../utils/index.js");
|
|
4
|
-
const index$1 = require("../../../node_modules/element-plus/es/hooks/use-size/index.js");
|
|
5
4
|
const lodashEs = require("lodash-es");
|
|
6
5
|
const runtime = require("../../utils/runtime.js");
|
|
6
|
+
const index$1 = require("../../../node_modules/element-plus/es/hooks/use-size/index.js");
|
|
7
7
|
const types = require("../../utils/types.js");
|
|
8
8
|
const inputNumberProps = runtime.buildProps({
|
|
9
9
|
/**
|
|
@@ -60,14 +60,14 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
60
60
|
!_ctx.removePrepend ? {
|
|
61
61
|
name: "prepend",
|
|
62
62
|
fn: vue.withCtx(() => [
|
|
63
|
-
_cache[1] || (_cache[1] = vue.createTextVNode(" % "
|
|
63
|
+
_cache[1] || (_cache[1] = vue.createTextVNode(" % "))
|
|
64
64
|
]),
|
|
65
65
|
key: "0"
|
|
66
66
|
} : void 0,
|
|
67
67
|
_ctx.showAppend ? {
|
|
68
68
|
name: "append",
|
|
69
69
|
fn: vue.withCtx(() => [
|
|
70
|
-
_cache[2] || (_cache[2] = vue.createTextVNode(" % "
|
|
70
|
+
_cache[2] || (_cache[2] = vue.createTextVNode(" % "))
|
|
71
71
|
]),
|
|
72
72
|
key: "1"
|
|
73
73
|
} : void 0
|
|
@@ -72,10 +72,11 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
72
72
|
sm: 1,
|
|
73
73
|
class: "icone"
|
|
74
74
|
}, {
|
|
75
|
-
default: vue.withCtx(() =>
|
|
75
|
+
default: vue.withCtx(() => _cache[2] || (_cache[2] = [
|
|
76
76
|
vue.createElementVNode("em", { class: "far fa-lightbulb-on" }, null, -1)
|
|
77
|
-
])
|
|
78
|
-
_: 1
|
|
77
|
+
])),
|
|
78
|
+
_: 1,
|
|
79
|
+
__: [2]
|
|
79
80
|
}),
|
|
80
81
|
vue.createVNode(_component_el_col, {
|
|
81
82
|
xs: 21,
|
|
@@ -105,10 +106,11 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
105
106
|
}, {
|
|
106
107
|
default: vue.withCtx(() => [
|
|
107
108
|
vue.createVNode(_component_el_row, { justify: "start" }, {
|
|
108
|
-
default: vue.withCtx(() =>
|
|
109
|
+
default: vue.withCtx(() => _cache[3] || (_cache[3] = [
|
|
109
110
|
vue.createElementVNode("em", { class: "far fa-lightbulb-on" }, null, -1)
|
|
110
|
-
])
|
|
111
|
-
_: 1
|
|
111
|
+
])),
|
|
112
|
+
_: 1,
|
|
113
|
+
__: [3]
|
|
112
114
|
})
|
|
113
115
|
]),
|
|
114
116
|
_: 1
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const formContextKey =
|
|
4
|
-
const formItemContextKey =
|
|
3
|
+
const formContextKey = Symbol("formContextKey");
|
|
4
|
+
const formItemContextKey = Symbol("formItemContextKey");
|
|
5
5
|
exports.formContextKey = formContextKey;
|
|
6
6
|
exports.formItemContextKey = formItemContextKey;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
const vue = require("vue");
|
|
4
4
|
const defaultNamespace = "el";
|
|
5
|
-
const namespaceContextKey =
|
|
5
|
+
const namespaceContextKey = Symbol("namespaceContextKey");
|
|
6
6
|
const useGetDerivedNamespace = (namespaceOverrides) => {
|
|
7
7
|
const derivedNamespace = vue.getCurrentInstance() ? vue.inject(namespaceContextKey, vue.ref(defaultNamespace)) : vue.ref(defaultNamespace);
|
|
8
8
|
const namespace = vue.computed(() => {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
const constants = require("./constants.js");
|
|
4
|
+
const vue = require("vue");
|
|
4
5
|
const index = require("../../node_modules/element-plus/es/hooks/use-prop/index.js");
|
|
5
6
|
const index$1 = require("../../node_modules/element-plus/es/hooks/use-size/index.js");
|
|
6
|
-
const vue = require("vue");
|
|
7
7
|
const useFormSize = (fallback, ignore = {}) => {
|
|
8
8
|
const emptyRef = vue.ref(void 0);
|
|
9
9
|
const size = ignore.prop ? emptyRef : index.useProp("size");
|
|
@@ -8,7 +8,7 @@ const defaultIdInjection = {
|
|
|
8
8
|
prefix: Math.floor(Math.random() * 1e4),
|
|
9
9
|
current: 0
|
|
10
10
|
};
|
|
11
|
-
const ID_INJECTION_KEY =
|
|
11
|
+
const ID_INJECTION_KEY = Symbol("elIdInjection");
|
|
12
12
|
const useIdInjection = () => {
|
|
13
13
|
return vue.getCurrentInstance() ? vue.inject(ID_INJECTION_KEY, defaultIdInjection) : defaultIdInjection;
|
|
14
14
|
};
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"email": "qualidade@tagplus.com.br"
|
|
9
9
|
}
|
|
10
10
|
],
|
|
11
|
-
"version": "5.3.
|
|
11
|
+
"version": "5.3.12",
|
|
12
12
|
"type": "module",
|
|
13
13
|
"main": "./dist/lib/src/main.js",
|
|
14
14
|
"module": "./dist/es/src/main.mjs",
|
|
@@ -80,7 +80,6 @@
|
|
|
80
80
|
"js-cookie": "^3.0.5",
|
|
81
81
|
"lint-staged": "^15.2.2",
|
|
82
82
|
"lodash-unified": "^1.0.3",
|
|
83
|
-
"node-sass": "^9.0.0",
|
|
84
83
|
"nodemon": "^3.1.10",
|
|
85
84
|
"sass-embedded": "^1.89.2",
|
|
86
85
|
"sass-loader": "^14.2.1",
|