@ibiz-template/mob-vue3-components 0.7.41-alpha.10 → 0.7.41-alpha.11
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-q0SBDv6c.js +76 -0
- package/dist/index-q0SBDv6c.js.map +1 -0
- package/dist/index.min.css +9 -9
- package/dist/index.system.min.js +1 -1
- package/dist/{quill-editor-U1UE37xw.js → quill-editor-5QOfComp.js} +2 -2
- package/dist/{quill-editor-U1UE37xw.js.map → quill-editor-5QOfComp.js.map} +1 -1
- package/dist/{quill-editor-preview-v7UO7Unq.js → quill-editor-preview-65f3RVj0.js} +2 -2
- package/dist/{quill-editor-preview-v7UO7Unq.js.map → quill-editor-preview-65f3RVj0.js.map} +1 -1
- package/dist/{quill-EpIYtlVK.js → quill-sraxwYmv.js} +2 -2
- package/dist/{quill-EpIYtlVK.js.map → quill-sraxwYmv.js.map} +1 -1
- package/es/_virtual/index12.mjs +2 -2
- package/es/_virtual/index13.mjs +2 -2
- package/es/_virtual/index17.mjs +2 -2
- package/es/_virtual/index18.mjs +2 -2
- package/es/editor/dropdown-list/dropdown-list-editor.provider.mjs +3 -0
- package/es/editor/dropdown-list/ibiz-cascader-dropdown/ibiz-cascader-dropdown.css +1 -0
- package/es/editor/dropdown-list/ibiz-cascader-dropdown/ibiz-cascader-dropdown.d.ts +84 -0
- package/es/editor/dropdown-list/ibiz-cascader-dropdown/ibiz-cascader-dropdown.mjs +142 -0
- package/es/editor/dropdown-list/index.d.ts +1 -0
- package/es/editor/dropdown-list/index.mjs +1 -0
- package/es/editor/index.mjs +11 -1
- package/es/editor/text-box/input/input.d.ts +1 -0
- package/es/editor/text-box/input/input.mjs +6 -5
- package/es/index.mjs +1 -0
- package/es/node_modules/.pnpm/dingtalk-jsapi@3.0.38/node_modules/dingtalk-jsapi/lib/packages/frame-talk-client-pc/index.mjs +1 -1
- package/es/node_modules/.pnpm/dingtalk-jsapi@3.0.38/node_modules/dingtalk-jsapi/lib/sdk/middlewares/index.mjs +1 -1
- package/es/node_modules/.pnpm/lodash.clonedeep@4.5.0/node_modules/lodash.clonedeep/index.mjs +1 -1
- package/es/node_modules/.pnpm/lodash.isequal@4.5.0/node_modules/lodash.isequal/index.mjs +1 -1
- package/lib/_virtual/index12.cjs +2 -2
- package/lib/_virtual/index13.cjs +2 -2
- package/lib/_virtual/index17.cjs +2 -2
- package/lib/_virtual/index18.cjs +2 -2
- package/lib/editor/dropdown-list/dropdown-list-editor.provider.cjs +3 -0
- package/lib/editor/dropdown-list/ibiz-cascader-dropdown/ibiz-cascader-dropdown.cjs +144 -0
- package/lib/editor/dropdown-list/ibiz-cascader-dropdown/ibiz-cascader-dropdown.css +1 -0
- package/lib/editor/dropdown-list/index.cjs +2 -0
- package/lib/editor/index.cjs +11 -0
- package/lib/editor/text-box/input/input.cjs +6 -5
- package/lib/index.cjs +2 -0
- package/lib/node_modules/.pnpm/dingtalk-jsapi@3.0.38/node_modules/dingtalk-jsapi/lib/packages/frame-talk-client-pc/index.cjs +1 -1
- package/lib/node_modules/.pnpm/dingtalk-jsapi@3.0.38/node_modules/dingtalk-jsapi/lib/sdk/middlewares/index.cjs +1 -1
- package/lib/node_modules/.pnpm/lodash.clonedeep@4.5.0/node_modules/lodash.clonedeep/index.cjs +1 -1
- package/lib/node_modules/.pnpm/lodash.isequal@4.5.0/node_modules/lodash.isequal/index.cjs +1 -1
- package/package.json +4 -4
- package/dist/index-pP9MJGoH.js +0 -76
- package/dist/index-pP9MJGoH.js.map +0 -1
package/lib/editor/index.cjs
CHANGED
|
@@ -36,6 +36,7 @@ var ibizSwitch = require('./switch/ibiz-switch/ibiz-switch.cjs');
|
|
|
36
36
|
var ibizRadio = require('./radio-button-list/ibiz-radio/ibiz-radio.cjs');
|
|
37
37
|
var ibizDropdown = require('./dropdown-list/ibiz-dropdown/ibiz-dropdown.cjs');
|
|
38
38
|
var ibizEmojiPicker = require('./dropdown-list/ibiz-emoji-picker/ibiz-emoji-picker.cjs');
|
|
39
|
+
var ibizCascaderDropdown = require('./dropdown-list/ibiz-cascader-dropdown/ibiz-cascader-dropdown.cjs');
|
|
39
40
|
var ibizCheckboxList = require('./check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.cjs');
|
|
40
41
|
var ibizSlider = require('./slider/ibiz-slider/ibiz-slider.cjs');
|
|
41
42
|
var ibizRaw = require('./raw/ibiz-raw/ibiz-raw.cjs');
|
|
@@ -113,6 +114,7 @@ const IBizEditor = {
|
|
|
113
114
|
v.component(ibizDropdown.IBizDropdown.name, ibizDropdown.IBizDropdown);
|
|
114
115
|
v.component(ibizDropdownList.IBizDropdownList.name, ibizDropdownList.IBizDropdownList);
|
|
115
116
|
v.component(ibizEmojiPicker.IBizEmojiPicker.name, ibizEmojiPicker.IBizEmojiPicker);
|
|
117
|
+
v.component(ibizCascaderDropdown.IBizCascaderDropdown.name, ibizCascaderDropdown.IBizCascaderDropdown);
|
|
116
118
|
v.component(ibizCheckboxList.IBizCheckboxList.name, ibizCheckboxList.IBizCheckboxList);
|
|
117
119
|
v.component(ibizSlider.IBizSlider.name, ibizSlider.IBizSlider);
|
|
118
120
|
v.component(ibizRaw.IBizRaw.name, ibizRaw.IBizRaw);
|
|
@@ -181,6 +183,14 @@ const IBizEditor = {
|
|
|
181
183
|
"MOBDROPDOWNLIST_EMOJI_PICKER",
|
|
182
184
|
() => new dropdownListEditor_provider.DropDownListEditorProvider("EMOJI_PICKER")
|
|
183
185
|
);
|
|
186
|
+
runtime.registerEditorProvider(
|
|
187
|
+
"ROPDOWNLIST_CASCADER",
|
|
188
|
+
() => new dropdownListEditor_provider.DropDownListEditorProvider("MOBDROPDOWNLIST_CASCADER")
|
|
189
|
+
);
|
|
190
|
+
runtime.registerEditorProvider(
|
|
191
|
+
"MOBDROPDOWNLIST_CASCADER",
|
|
192
|
+
() => new dropdownListEditor_provider.DropDownListEditorProvider("MOBDROPDOWNLIST_CASCADER")
|
|
193
|
+
);
|
|
184
194
|
runtime.registerEditorProvider(
|
|
185
195
|
"MOBCHECKLIST",
|
|
186
196
|
() => new dropdownListEditor_provider.DropDownListEditorProvider("MOBCHECKLIST")
|
|
@@ -396,6 +406,7 @@ exports.IBizSwitch = ibizSwitch.IBizSwitch;
|
|
|
396
406
|
exports.IBizRadio = ibizRadio.IBizRadio;
|
|
397
407
|
exports.IBizDropdown = ibizDropdown.IBizDropdown;
|
|
398
408
|
exports.IBizEmojiPicker = ibizEmojiPicker.IBizEmojiPicker;
|
|
409
|
+
exports.IBizCascaderDropdown = ibizCascaderDropdown.IBizCascaderDropdown;
|
|
399
410
|
exports.IBizCheckboxList = ibizCheckboxList.IBizCheckboxList;
|
|
400
411
|
exports.IBizSlider = ibizSlider.IBizSlider;
|
|
401
412
|
exports.IBizStepper = ibizStepper.IBizStepper;
|
|
@@ -22,13 +22,13 @@ const IBizInput = /* @__PURE__ */ vue.defineComponent({
|
|
|
22
22
|
const editorModel = c.model;
|
|
23
23
|
const inputRef = vue.ref();
|
|
24
24
|
const showPassword = vue.ref(false);
|
|
25
|
-
let
|
|
25
|
+
let enableshowpwd = false;
|
|
26
26
|
const rows = vue.ref(2);
|
|
27
27
|
if (editorModel.editorType === "TEXTAREA_10") {
|
|
28
28
|
rows.value = 10;
|
|
29
29
|
}
|
|
30
|
-
if (c.editorParams.
|
|
31
|
-
|
|
30
|
+
if (c.editorParams.enableshowpwd) {
|
|
31
|
+
enableshowpwd = c.editorParams.enableshowpwd === "true" || c.editorParams.enableshowpwd === "TRUE";
|
|
32
32
|
}
|
|
33
33
|
const type = vue.computed(() => {
|
|
34
34
|
switch (editorModel.editorType) {
|
|
@@ -109,7 +109,7 @@ const IBizInput = /* @__PURE__ */ vue.defineComponent({
|
|
|
109
109
|
emit("change", "");
|
|
110
110
|
};
|
|
111
111
|
const switchPwd = () => {
|
|
112
|
-
showPassword.value = !showPassword.value
|
|
112
|
+
showPassword.value = !showPassword.value;
|
|
113
113
|
};
|
|
114
114
|
return {
|
|
115
115
|
c,
|
|
@@ -124,6 +124,7 @@ const IBizInput = /* @__PURE__ */ vue.defineComponent({
|
|
|
124
124
|
onClear,
|
|
125
125
|
inputRef,
|
|
126
126
|
showPassword,
|
|
127
|
+
enableshowpwd,
|
|
127
128
|
switchPwd
|
|
128
129
|
};
|
|
129
130
|
},
|
|
@@ -146,7 +147,7 @@ const IBizInput = /* @__PURE__ */ vue.defineComponent({
|
|
|
146
147
|
}, [unitName]);
|
|
147
148
|
};
|
|
148
149
|
}
|
|
149
|
-
if (this.type === "password") {
|
|
150
|
+
if (this.type === "password" && this.enableshowpwd) {
|
|
150
151
|
slots["right-icon"] = () => {
|
|
151
152
|
return this.showPassword ? vue.createVNode("ion-icon", {
|
|
152
153
|
"name": "eye-off-outline",
|
package/lib/index.cjs
CHANGED
|
@@ -109,6 +109,7 @@ var dateRangeEditor_controller = require('./editor/date-range/date-range-editor.
|
|
|
109
109
|
var dateRangeEditor_provider = require('./editor/date-range/date-range-editor.provider.cjs');
|
|
110
110
|
var ibizDropdown = require('./editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.cjs');
|
|
111
111
|
var ibizEmojiPicker = require('./editor/dropdown-list/ibiz-emoji-picker/ibiz-emoji-picker.cjs');
|
|
112
|
+
var ibizCascaderDropdown = require('./editor/dropdown-list/ibiz-cascader-dropdown/ibiz-cascader-dropdown.cjs');
|
|
112
113
|
var dropdownListEditor_controller = require('./editor/dropdown-list/dropdown-list-editor.controller.cjs');
|
|
113
114
|
var dropdownListEditor_provider = require('./editor/dropdown-list/dropdown-list-editor.provider.cjs');
|
|
114
115
|
var markdownEditor_controller = require('./editor/markdown/markdown-editor.controller.cjs');
|
|
@@ -290,6 +291,7 @@ exports.DateRangeEditorController = dateRangeEditor_controller.DateRangeEditorCo
|
|
|
290
291
|
exports.DateRangeEditorProvider = dateRangeEditor_provider.DateRangeEditorProvider;
|
|
291
292
|
exports.IBizDropdown = ibizDropdown.IBizDropdown;
|
|
292
293
|
exports.IBizEmojiPicker = ibizEmojiPicker.IBizEmojiPicker;
|
|
294
|
+
exports.IBizCascaderDropdown = ibizCascaderDropdown.IBizCascaderDropdown;
|
|
293
295
|
exports.DropDownListEditorController = dropdownListEditor_controller.DropDownListEditorController;
|
|
294
296
|
exports.DropDownListEditorProvider = dropdownListEditor_provider.DropDownListEditorProvider;
|
|
295
297
|
exports.MarkDownEditorController = markdownEditor_controller.MarkDownEditorController;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var _commonjsHelpers = require('../../../../../../../../_virtual/_commonjsHelpers.cjs');
|
|
4
|
-
var index = require('../../../../../../../../_virtual/
|
|
4
|
+
var index = require('../../../../../../../../_virtual/index13.cjs');
|
|
5
5
|
|
|
6
6
|
var frameTalkClientPc = index.__module.exports;
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var _commonjsHelpers = require('../../../../../../../../_virtual/_commonjsHelpers.cjs');
|
|
4
|
-
var index = require('../../../../../../../../_virtual/
|
|
4
|
+
var index = require('../../../../../../../../_virtual/index12.cjs');
|
|
5
5
|
require('../../../../../../../../_virtual/bridge.cjs');
|
|
6
6
|
var retry = require('./retry.cjs');
|
|
7
7
|
require('../../../../../../../../_virtual/dealParamsAndResult.cjs');
|
package/lib/node_modules/.pnpm/lodash.clonedeep@4.5.0/node_modules/lodash.clonedeep/index.cjs
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var _commonjsHelpers = require('../../../../../_virtual/_commonjsHelpers.cjs');
|
|
6
|
-
var index$1 = require('../../../../../_virtual/
|
|
6
|
+
var index$1 = require('../../../../../_virtual/index17.cjs');
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* lodash (Custom Build) <https://lodash.com/>
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var _commonjsHelpers = require('../../../../../_virtual/_commonjsHelpers.cjs');
|
|
6
|
-
var index$1 = require('../../../../../_virtual/
|
|
6
|
+
var index$1 = require('../../../../../_virtual/index18.cjs');
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* Lodash (Custom Build) <https://lodash.com/>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ibiz-template/mob-vue3-components",
|
|
3
|
-
"version": "0.7.41-alpha.
|
|
3
|
+
"version": "0.7.41-alpha.11",
|
|
4
4
|
"description": "移动端组件库(vue3)",
|
|
5
5
|
"main": "lib/index.cjs",
|
|
6
6
|
"module": "es/index.mjs",
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
"@floating-ui/dom": "^1.5.3",
|
|
29
29
|
"@ibiz-template-package/vs-tree-ex": "^0.1.1",
|
|
30
30
|
"@ibiz-template/core": "0.7.41-alpha.18",
|
|
31
|
-
"@ibiz-template/model-helper": "0.7.41-alpha.
|
|
32
|
-
"@ibiz-template/runtime": "0.7.41-alpha.
|
|
31
|
+
"@ibiz-template/model-helper": "0.7.41-alpha.22",
|
|
32
|
+
"@ibiz-template/runtime": "0.7.41-alpha.22",
|
|
33
33
|
"@ibiz-template/theme": "0.7.39",
|
|
34
|
-
"@ibiz-template/vue3-util": "0.7.41-alpha.
|
|
34
|
+
"@ibiz-template/vue3-util": "0.7.41-alpha.22",
|
|
35
35
|
"@ibiz-template/devtool": "0.0.11",
|
|
36
36
|
"@ibiz/model-core": "^0.1.81",
|
|
37
37
|
"@ibiz-template/mob-theme": "3.0.0",
|