@fmdevui/fm-dev 1.0.75 → 1.0.77
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/es/_virtual/de-DE.mjs +1 -1
- package/es/_virtual/en-US.mjs +1 -1
- package/es/_virtual/es-ES.mjs +1 -1
- package/es/_virtual/fr-FR.mjs +1 -1
- package/es/_virtual/it-IT.mjs +1 -1
- package/es/_virtual/ja-JP.mjs +1 -1
- package/es/_virtual/ko-KR.mjs +1 -1
- package/es/_virtual/nb-NO.mjs +1 -1
- package/es/_virtual/pt-BR.mjs +1 -1
- package/es/_virtual/ru-RU.mjs +1 -1
- package/es/_virtual/th-TH.mjs +1 -1
- package/es/_virtual/vi-VN.mjs +1 -1
- package/es/_virtual/zh-CN.mjs +1 -1
- package/es/_virtual/zh-HK.mjs +1 -1
- package/es/_virtual/zh-TW.mjs +1 -1
- package/es/component.mjs +7 -2
- package/es/core/hook/useVxeTableOptionsHook.d.ts +39 -6
- package/es/core/ui/components/index.d.ts +807 -2
- package/es/core/ui/components/querycondition/index.vue.d.ts +88 -0
- package/es/core/ui/components/querycondition/moreChoose.vue.d.ts +30 -0
- package/es/core/ui/components/querycondition/renderComp.vue.d.ts +9 -0
- package/es/core/ui/components/querycondition/style/css.d.ts +1 -0
- package/es/core/ui/components/querycondition/style/index.d.ts +1 -0
- package/es/core/ui/components/querycondition/type.d.ts +21 -0
- package/es/core/ui/components/querycondition/useComputed.d.ts +28 -0
- package/es/core/ui/components/selecttable/ClickOutside.d.ts +3 -0
- package/es/core/ui/components/selecttable/index.vue.d.ts +190 -0
- package/es/core/ui/components/selecttable/renderCol.vue.d.ts +21 -0
- package/es/core/ui/components/selecttable/style/css.d.ts +1 -0
- package/es/core/ui/components/selecttable/style/index.d.ts +1 -0
- package/es/core/ui/components/selecttable/type.d.ts +56 -0
- package/es/core/ui/components/selecttable/useVirtualized.d.ts +11 -0
- package/es/core/utils/comm/gloabdata.d.ts +24 -0
- package/es/core/utils/comm/index.d.ts +1 -0
- package/es/index.mjs +2 -1
- package/es/node_modules/.pnpm/{vxe-table@4.14.2_vue@3.5.17_typescript@5.8.3_ → vxe-table@4.14.4_vue@3.5.17_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/de-DE.mjs +19 -1
- package/es/node_modules/.pnpm/{vxe-table@4.14.2_vue@3.5.17_typescript@5.8.3_ → vxe-table@4.14.4_vue@3.5.17_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/en-US.mjs +20 -2
- package/es/node_modules/.pnpm/{vxe-table@4.14.2_vue@3.5.17_typescript@5.8.3_ → vxe-table@4.14.4_vue@3.5.17_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/es-ES.mjs +19 -1
- package/es/node_modules/.pnpm/{vxe-table@4.14.2_vue@3.5.17_typescript@5.8.3_ → vxe-table@4.14.4_vue@3.5.17_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/fr-FR.mjs +19 -1
- package/es/node_modules/.pnpm/{vxe-table@4.14.2_vue@3.5.17_typescript@5.8.3_ → vxe-table@4.14.4_vue@3.5.17_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/it-IT.mjs +19 -1
- package/es/node_modules/.pnpm/{vxe-table@4.14.2_vue@3.5.17_typescript@5.8.3_ → vxe-table@4.14.4_vue@3.5.17_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/ja-JP.mjs +19 -1
- package/es/node_modules/.pnpm/{vxe-table@4.14.2_vue@3.5.17_typescript@5.8.3_ → vxe-table@4.14.4_vue@3.5.17_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/ko-KR.mjs +19 -1
- package/es/node_modules/.pnpm/{vxe-table@4.14.2_vue@3.5.17_typescript@5.8.3_ → vxe-table@4.14.4_vue@3.5.17_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/nb-NO.mjs +19 -1
- package/es/node_modules/.pnpm/{vxe-table@4.14.2_vue@3.5.17_typescript@5.8.3_ → vxe-table@4.14.4_vue@3.5.17_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/pt-BR.mjs +19 -1
- package/es/node_modules/.pnpm/{vxe-table@4.14.2_vue@3.5.17_typescript@5.8.3_ → vxe-table@4.14.4_vue@3.5.17_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/ru-RU.mjs +19 -1
- package/es/node_modules/.pnpm/{vxe-table@4.14.2_vue@3.5.17_typescript@5.8.3_ → vxe-table@4.14.4_vue@3.5.17_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/th-TH.mjs +19 -1
- package/es/node_modules/.pnpm/{vxe-table@4.14.2_vue@3.5.17_typescript@5.8.3_ → vxe-table@4.14.4_vue@3.5.17_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/vi-VN.mjs +19 -1
- package/es/node_modules/.pnpm/{vxe-table@4.14.2_vue@3.5.17_typescript@5.8.3_ → vxe-table@4.14.4_vue@3.5.17_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-CHT.mjs +19 -1
- package/es/node_modules/.pnpm/{vxe-table@4.14.2_vue@3.5.17_typescript@5.8.3_ → vxe-table@4.14.4_vue@3.5.17_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-CN.mjs +18 -0
- package/es/packages/core/index.mjs +2 -1
- package/es/packages/core/ui/components/index.mjs +18 -1
- package/es/packages/core/ui/components/querycondition/index.vue.mjs +5 -0
- package/es/packages/core/ui/components/querycondition/index.vue2.mjs +521 -0
- package/es/packages/core/ui/components/querycondition/moreChoose.vue.mjs +5 -0
- package/es/packages/core/ui/components/querycondition/moreChoose.vue2.mjs +237 -0
- package/es/packages/core/ui/components/querycondition/renderComp.vue.mjs +5 -0
- package/es/packages/core/ui/components/querycondition/renderComp.vue2.mjs +23 -0
- package/es/packages/core/ui/components/querycondition/style/css.mjs +1 -0
- package/es/packages/core/ui/components/querycondition/style/index.mjs +1 -0
- package/es/packages/core/ui/components/querycondition/type.mjs +1 -0
- package/es/packages/core/ui/components/querycondition/useComputed.mjs +104 -0
- package/es/packages/core/ui/components/selecttable/ClickOutside.mjs +69 -0
- package/es/packages/core/ui/components/selecttable/index.vue.mjs +5 -0
- package/es/packages/core/ui/components/selecttable/index.vue2.mjs +816 -0
- package/es/packages/core/ui/components/selecttable/renderCol.vue.mjs +5 -0
- package/es/packages/core/ui/components/selecttable/renderCol.vue2.mjs +28 -0
- package/es/packages/core/ui/components/selecttable/style/css.mjs +1 -0
- package/es/packages/core/ui/components/selecttable/style/index.mjs +1 -0
- package/es/packages/core/ui/components/selecttable/type.mjs +1 -0
- package/es/packages/core/ui/components/selecttable/useVirtualized.mjs +67 -0
- package/es/packages/core/utils/comm/gloabdata.mjs +29 -0
- package/es/packages/core/utils/comm/index.mjs +1 -0
- package/es/packages/core/utils/index.mjs +1 -0
- package/index.js +2194 -66
- package/index.min.js +30 -29
- package/index.min.mjs +27 -26
- package/index.mjs +2188 -68
- package/lib/_virtual/de-DE.js +1 -1
- package/lib/_virtual/en-US.js +1 -1
- package/lib/_virtual/es-ES.js +1 -1
- package/lib/_virtual/fr-FR.js +1 -1
- package/lib/_virtual/it-IT.js +1 -1
- package/lib/_virtual/ja-JP.js +1 -1
- package/lib/_virtual/ko-KR.js +1 -1
- package/lib/_virtual/nb-NO.js +1 -1
- package/lib/_virtual/pt-BR.js +1 -1
- package/lib/_virtual/ru-RU.js +1 -1
- package/lib/_virtual/th-TH.js +1 -1
- package/lib/_virtual/vi-VN.js +1 -1
- package/lib/_virtual/zh-CN.js +1 -1
- package/lib/_virtual/zh-HK.js +1 -1
- package/lib/_virtual/zh-TW.js +1 -1
- package/lib/component.js +6 -1
- package/lib/core/hook/useVxeTableOptionsHook.d.ts +39 -6
- package/lib/core/ui/components/index.d.ts +807 -2
- package/lib/core/ui/components/querycondition/index.vue.d.ts +88 -0
- package/lib/core/ui/components/querycondition/moreChoose.vue.d.ts +30 -0
- package/lib/core/ui/components/querycondition/renderComp.vue.d.ts +9 -0
- package/lib/core/ui/components/querycondition/style/css.d.ts +1 -0
- package/lib/core/ui/components/querycondition/style/index.d.ts +1 -0
- package/lib/core/ui/components/querycondition/type.d.ts +21 -0
- package/lib/core/ui/components/querycondition/useComputed.d.ts +28 -0
- package/lib/core/ui/components/selecttable/ClickOutside.d.ts +3 -0
- package/lib/core/ui/components/selecttable/index.vue.d.ts +190 -0
- package/lib/core/ui/components/selecttable/renderCol.vue.d.ts +21 -0
- package/lib/core/ui/components/selecttable/style/css.d.ts +1 -0
- package/lib/core/ui/components/selecttable/style/index.d.ts +1 -0
- package/lib/core/ui/components/selecttable/type.d.ts +56 -0
- package/lib/core/ui/components/selecttable/useVirtualized.d.ts +11 -0
- package/lib/core/utils/comm/gloabdata.d.ts +24 -0
- package/lib/core/utils/comm/index.d.ts +1 -0
- package/lib/index.js +9 -0
- package/lib/node_modules/.pnpm/{vxe-table@4.14.2_vue@3.5.17_typescript@5.8.3_ → vxe-table@4.14.4_vue@3.5.17_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/de-DE.js +19 -1
- package/lib/node_modules/.pnpm/{vxe-table@4.14.2_vue@3.5.17_typescript@5.8.3_ → vxe-table@4.14.4_vue@3.5.17_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/en-US.js +20 -2
- package/lib/node_modules/.pnpm/{vxe-table@4.14.2_vue@3.5.17_typescript@5.8.3_ → vxe-table@4.14.4_vue@3.5.17_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/es-ES.js +19 -1
- package/lib/node_modules/.pnpm/{vxe-table@4.14.2_vue@3.5.17_typescript@5.8.3_ → vxe-table@4.14.4_vue@3.5.17_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/fr-FR.js +19 -1
- package/lib/node_modules/.pnpm/{vxe-table@4.14.2_vue@3.5.17_typescript@5.8.3_ → vxe-table@4.14.4_vue@3.5.17_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/it-IT.js +19 -1
- package/lib/node_modules/.pnpm/{vxe-table@4.14.2_vue@3.5.17_typescript@5.8.3_ → vxe-table@4.14.4_vue@3.5.17_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/ja-JP.js +19 -1
- package/lib/node_modules/.pnpm/{vxe-table@4.14.2_vue@3.5.17_typescript@5.8.3_ → vxe-table@4.14.4_vue@3.5.17_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/ko-KR.js +19 -1
- package/lib/node_modules/.pnpm/{vxe-table@4.14.2_vue@3.5.17_typescript@5.8.3_ → vxe-table@4.14.4_vue@3.5.17_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/nb-NO.js +19 -1
- package/lib/node_modules/.pnpm/{vxe-table@4.14.2_vue@3.5.17_typescript@5.8.3_ → vxe-table@4.14.4_vue@3.5.17_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/pt-BR.js +19 -1
- package/lib/node_modules/.pnpm/{vxe-table@4.14.2_vue@3.5.17_typescript@5.8.3_ → vxe-table@4.14.4_vue@3.5.17_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/ru-RU.js +19 -1
- package/lib/node_modules/.pnpm/{vxe-table@4.14.2_vue@3.5.17_typescript@5.8.3_ → vxe-table@4.14.4_vue@3.5.17_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/th-TH.js +19 -1
- package/lib/node_modules/.pnpm/{vxe-table@4.14.2_vue@3.5.17_typescript@5.8.3_ → vxe-table@4.14.4_vue@3.5.17_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/vi-VN.js +19 -1
- package/lib/node_modules/.pnpm/{vxe-table@4.14.2_vue@3.5.17_typescript@5.8.3_ → vxe-table@4.14.4_vue@3.5.17_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-CHT.js +19 -1
- package/lib/node_modules/.pnpm/{vxe-table@4.14.2_vue@3.5.17_typescript@5.8.3_ → vxe-table@4.14.4_vue@3.5.17_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-CN.js +18 -0
- package/lib/packages/core/index.js +9 -0
- package/lib/packages/core/ui/components/index.js +22 -0
- package/lib/packages/core/ui/components/querycondition/index.vue.js +9 -0
- package/lib/packages/core/ui/components/querycondition/index.vue2.js +525 -0
- package/lib/packages/core/ui/components/querycondition/moreChoose.vue.js +9 -0
- package/lib/packages/core/ui/components/querycondition/moreChoose.vue2.js +241 -0
- package/lib/packages/core/ui/components/querycondition/renderComp.vue.js +9 -0
- package/lib/packages/core/ui/components/querycondition/renderComp.vue2.js +27 -0
- package/lib/packages/core/ui/components/querycondition/style/css.js +4 -0
- package/lib/packages/core/ui/components/querycondition/style/index.js +4 -0
- package/lib/packages/core/ui/components/querycondition/type.js +2 -0
- package/lib/packages/core/ui/components/querycondition/useComputed.js +106 -0
- package/lib/packages/core/ui/components/selecttable/ClickOutside.js +73 -0
- package/lib/packages/core/ui/components/selecttable/index.vue.js +9 -0
- package/lib/packages/core/ui/components/selecttable/index.vue2.js +820 -0
- package/lib/packages/core/ui/components/selecttable/renderCol.vue.js +9 -0
- package/lib/packages/core/ui/components/selecttable/renderCol.vue2.js +32 -0
- package/lib/packages/core/ui/components/selecttable/style/css.js +4 -0
- package/lib/packages/core/ui/components/selecttable/style/index.js +4 -0
- package/lib/packages/core/ui/components/selecttable/type.js +2 -0
- package/lib/packages/core/ui/components/selecttable/useVirtualized.js +69 -0
- package/lib/packages/core/utils/comm/gloabdata.js +33 -0
- package/lib/packages/core/utils/comm/index.js +4 -0
- package/lib/packages/core/utils/index.js +4 -0
- package/package.json +1 -1
- package/theme-chalk/src/query-condition.scss +118 -0
- package/theme-chalk/src/select-table.scss +71 -0
- package/theme-chalk/t-query-condition.css +1 -0
- package/theme-chalk/t-select-table.css +1 -0
- /package/es/{component.css → make-installer.css} +0 -0
- /package/es/node_modules/.pnpm/{vxe-table@4.14.2_vue@3.5.17_typescript@5.8.3_ → vxe-table@4.14.4_vue@3.5.17_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-HK.mjs +0 -0
- /package/es/node_modules/.pnpm/{vxe-table@4.14.2_vue@3.5.17_typescript@5.8.3_ → vxe-table@4.14.4_vue@3.5.17_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-TW.mjs +0 -0
- /package/lib/node_modules/.pnpm/{vxe-table@4.14.2_vue@3.5.17_typescript@5.8.3_ → vxe-table@4.14.4_vue@3.5.17_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-HK.js +0 -0
- /package/lib/node_modules/.pnpm/{vxe-table@4.14.2_vue@3.5.17_typescript@5.8.3_ → vxe-table@4.14.4_vue@3.5.17_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-TW.js +0 -0
|
@@ -110,9 +110,27 @@ function requireItIT () {
|
|
|
110
110
|
operError: "Si è verificato un errore e l'operazione non è riuscita!"
|
|
111
111
|
},
|
|
112
112
|
select: {
|
|
113
|
+
clear: '清除',
|
|
114
|
+
allChecked: '全选',
|
|
115
|
+
total: '{0} / {1}',
|
|
113
116
|
search: 'ricerca',
|
|
114
117
|
loadingText: 'caricamento',
|
|
115
|
-
emptyText: 'Nessun dati ancora'
|
|
118
|
+
emptyText: 'Nessun dati ancora',
|
|
119
|
+
maxOpt: '最大可选择的数量不能超过 {0} 个',
|
|
120
|
+
overSizeErr: '已超出最大可选数量 {0} 个,超出部分将被忽略!',
|
|
121
|
+
searchEmpty: '未匹配到数据!'
|
|
122
|
+
},
|
|
123
|
+
tree: {
|
|
124
|
+
searchEmpty: '未匹配到数据!'
|
|
125
|
+
},
|
|
126
|
+
treeSelect: {
|
|
127
|
+
clearChecked: '清除',
|
|
128
|
+
allChecked: '全选',
|
|
129
|
+
allExpand: '全部展开',
|
|
130
|
+
clearExpand: '全部收起',
|
|
131
|
+
total: '已选 {0}',
|
|
132
|
+
search: '搜索',
|
|
133
|
+
emptyText: '暂无数据'
|
|
116
134
|
},
|
|
117
135
|
pager: {
|
|
118
136
|
goto: 'Andare',
|
|
@@ -110,9 +110,27 @@ function requireJaJP () {
|
|
|
110
110
|
operError: 'エラーが発生し、操作が失敗しました!'
|
|
111
111
|
},
|
|
112
112
|
select: {
|
|
113
|
+
clear: '清除',
|
|
114
|
+
allChecked: '全选',
|
|
115
|
+
total: '{0} / {1}',
|
|
113
116
|
search: '検索',
|
|
114
117
|
loadingText: '読み込み',
|
|
115
|
-
emptyText: 'まだデータはありません'
|
|
118
|
+
emptyText: 'まだデータはありません',
|
|
119
|
+
maxOpt: '最大可选择的数量不能超过 {0} 个',
|
|
120
|
+
overSizeErr: '已超出最大可选数量 {0} 个,超出部分将被忽略!',
|
|
121
|
+
searchEmpty: '未匹配到数据!'
|
|
122
|
+
},
|
|
123
|
+
tree: {
|
|
124
|
+
searchEmpty: '未匹配到数据!'
|
|
125
|
+
},
|
|
126
|
+
treeSelect: {
|
|
127
|
+
clearChecked: '清除',
|
|
128
|
+
allChecked: '全选',
|
|
129
|
+
allExpand: '全部展开',
|
|
130
|
+
clearExpand: '全部收起',
|
|
131
|
+
total: '已选 {0}',
|
|
132
|
+
search: '搜索',
|
|
133
|
+
emptyText: '暂无数据'
|
|
116
134
|
},
|
|
117
135
|
pager: {
|
|
118
136
|
goto: '行く',
|
|
@@ -110,9 +110,27 @@ function requireKoKR () {
|
|
|
110
110
|
operError: '오류가 발생했고 작업이 실패했습니다!'
|
|
111
111
|
},
|
|
112
112
|
select: {
|
|
113
|
+
clear: '清除',
|
|
114
|
+
allChecked: '全选',
|
|
115
|
+
total: '{0} / {1}',
|
|
113
116
|
search: '찾다',
|
|
114
117
|
loadingText: '로딩',
|
|
115
|
-
emptyText: '아직 데이터가 없습니다'
|
|
118
|
+
emptyText: '아직 데이터가 없습니다',
|
|
119
|
+
maxOpt: '最大可选择的数量不能超过 {0} 个',
|
|
120
|
+
overSizeErr: '已超出最大可选数量 {0} 个,超出部分将被忽略!',
|
|
121
|
+
searchEmpty: '未匹配到数据!'
|
|
122
|
+
},
|
|
123
|
+
tree: {
|
|
124
|
+
searchEmpty: '未匹配到数据!'
|
|
125
|
+
},
|
|
126
|
+
treeSelect: {
|
|
127
|
+
clearChecked: '清除',
|
|
128
|
+
allChecked: '全选',
|
|
129
|
+
allExpand: '全部展开',
|
|
130
|
+
clearExpand: '全部收起',
|
|
131
|
+
total: '已选 {0}',
|
|
132
|
+
search: '搜索',
|
|
133
|
+
emptyText: '暂无数据'
|
|
116
134
|
},
|
|
117
135
|
pager: {
|
|
118
136
|
goto: '가다',
|
|
@@ -110,9 +110,27 @@ function requireNbNO () {
|
|
|
110
110
|
operError: 'Det oppsto en feil og operasjonen mislyktes!'
|
|
111
111
|
},
|
|
112
112
|
select: {
|
|
113
|
+
clear: '清除',
|
|
114
|
+
allChecked: '全选',
|
|
115
|
+
total: '{0} / {1}',
|
|
113
116
|
search: 'søk',
|
|
114
117
|
loadingText: 'lasting',
|
|
115
|
-
emptyText: 'Ingen data ennå'
|
|
118
|
+
emptyText: 'Ingen data ennå',
|
|
119
|
+
maxOpt: '最大可选择的数量不能超过 {0} 个',
|
|
120
|
+
overSizeErr: '已超出最大可选数量 {0} 个,超出部分将被忽略!',
|
|
121
|
+
searchEmpty: '未匹配到数据!'
|
|
122
|
+
},
|
|
123
|
+
tree: {
|
|
124
|
+
searchEmpty: '未匹配到数据!'
|
|
125
|
+
},
|
|
126
|
+
treeSelect: {
|
|
127
|
+
clearChecked: '清除',
|
|
128
|
+
allChecked: '全选',
|
|
129
|
+
allExpand: '全部展开',
|
|
130
|
+
clearExpand: '全部收起',
|
|
131
|
+
total: '已选 {0}',
|
|
132
|
+
search: '搜索',
|
|
133
|
+
emptyText: '暂无数据'
|
|
116
134
|
},
|
|
117
135
|
pager: {
|
|
118
136
|
goto: 'Gå',
|
|
@@ -110,9 +110,27 @@ function requirePtBR () {
|
|
|
110
110
|
operError: 'Ocorreu um erro e a operação falhou!'
|
|
111
111
|
},
|
|
112
112
|
select: {
|
|
113
|
+
clear: '清除',
|
|
114
|
+
allChecked: '全选',
|
|
115
|
+
total: '{0} / {1}',
|
|
113
116
|
search: 'procurar',
|
|
114
117
|
loadingText: 'carregando',
|
|
115
|
-
emptyText: 'Ainda não há dados'
|
|
118
|
+
emptyText: 'Ainda não há dados',
|
|
119
|
+
maxOpt: '最大可选择的数量不能超过 {0} 个',
|
|
120
|
+
overSizeErr: '已超出最大可选数量 {0} 个,超出部分将被忽略!',
|
|
121
|
+
searchEmpty: '未匹配到数据!'
|
|
122
|
+
},
|
|
123
|
+
tree: {
|
|
124
|
+
searchEmpty: '未匹配到数据!'
|
|
125
|
+
},
|
|
126
|
+
treeSelect: {
|
|
127
|
+
clearChecked: '清除',
|
|
128
|
+
allChecked: '全选',
|
|
129
|
+
allExpand: '全部展开',
|
|
130
|
+
clearExpand: '全部收起',
|
|
131
|
+
total: '已选 {0}',
|
|
132
|
+
search: '搜索',
|
|
133
|
+
emptyText: '暂无数据'
|
|
116
134
|
},
|
|
117
135
|
pager: {
|
|
118
136
|
goto: 'Ir',
|
|
@@ -110,9 +110,27 @@ function requireRuRU () {
|
|
|
110
110
|
operError: 'Произошла ошибка, и операция не удалась!'
|
|
111
111
|
},
|
|
112
112
|
select: {
|
|
113
|
+
clear: '清除',
|
|
114
|
+
allChecked: '全选',
|
|
115
|
+
total: '{0} / {1}',
|
|
113
116
|
search: 'поиск',
|
|
114
117
|
loadingText: 'загрузка',
|
|
115
|
-
emptyText: 'Нет данных пока'
|
|
118
|
+
emptyText: 'Нет данных пока',
|
|
119
|
+
maxOpt: '最大可选择的数量不能超过 {0} 个',
|
|
120
|
+
overSizeErr: '已超出最大可选数量 {0} 个,超出部分将被忽略!',
|
|
121
|
+
searchEmpty: '未匹配到数据!'
|
|
122
|
+
},
|
|
123
|
+
tree: {
|
|
124
|
+
searchEmpty: '未匹配到数据!'
|
|
125
|
+
},
|
|
126
|
+
treeSelect: {
|
|
127
|
+
clearChecked: '清除',
|
|
128
|
+
allChecked: '全选',
|
|
129
|
+
allExpand: '全部展开',
|
|
130
|
+
clearExpand: '全部收起',
|
|
131
|
+
total: '已选 {0}',
|
|
132
|
+
search: '搜索',
|
|
133
|
+
emptyText: '暂无数据'
|
|
116
134
|
},
|
|
117
135
|
pager: {
|
|
118
136
|
goto: 'Идти',
|
|
@@ -110,9 +110,27 @@ function requireThTH () {
|
|
|
110
110
|
operError: 'เกิดข้อผิดพลาดและการดำเนินการล้มเหลว!'
|
|
111
111
|
},
|
|
112
112
|
select: {
|
|
113
|
+
clear: '清除',
|
|
114
|
+
allChecked: '全选',
|
|
115
|
+
total: '{0} / {1}',
|
|
113
116
|
search: 'ค้นหา',
|
|
114
117
|
loadingText: 'การโหลด',
|
|
115
|
-
emptyText: 'ยังไม่มีข้อมูล'
|
|
118
|
+
emptyText: 'ยังไม่มีข้อมูล',
|
|
119
|
+
maxOpt: '最大可选择的数量不能超过 {0} 个',
|
|
120
|
+
overSizeErr: '已超出最大可选数量 {0} 个,超出部分将被忽略!',
|
|
121
|
+
searchEmpty: '未匹配到数据!'
|
|
122
|
+
},
|
|
123
|
+
tree: {
|
|
124
|
+
searchEmpty: '未匹配到数据!'
|
|
125
|
+
},
|
|
126
|
+
treeSelect: {
|
|
127
|
+
clearChecked: '清除',
|
|
128
|
+
allChecked: '全选',
|
|
129
|
+
allExpand: '全部展开',
|
|
130
|
+
clearExpand: '全部收起',
|
|
131
|
+
total: '已选 {0}',
|
|
132
|
+
search: '搜索',
|
|
133
|
+
emptyText: '暂无数据'
|
|
116
134
|
},
|
|
117
135
|
pager: {
|
|
118
136
|
goto: 'ไป',
|
|
@@ -110,9 +110,27 @@ function requireViVN () {
|
|
|
110
110
|
operError: 'Một lỗi đã xảy ra và hoạt động không thành công!'
|
|
111
111
|
},
|
|
112
112
|
select: {
|
|
113
|
+
clear: '清除',
|
|
114
|
+
allChecked: '全选',
|
|
115
|
+
total: '{0} / {1}',
|
|
113
116
|
search: 'tìm kiếm',
|
|
114
117
|
loadingText: 'đang tải',
|
|
115
|
-
emptyText: 'Chưa có dữ liệu'
|
|
118
|
+
emptyText: 'Chưa có dữ liệu',
|
|
119
|
+
maxOpt: '最大可选择的数量不能超过 {0} 个',
|
|
120
|
+
overSizeErr: '已超出最大可选数量 {0} 个,超出部分将被忽略!',
|
|
121
|
+
searchEmpty: '未匹配到数据!'
|
|
122
|
+
},
|
|
123
|
+
tree: {
|
|
124
|
+
searchEmpty: '未匹配到数据!'
|
|
125
|
+
},
|
|
126
|
+
treeSelect: {
|
|
127
|
+
clearChecked: '清除',
|
|
128
|
+
allChecked: '全选',
|
|
129
|
+
allExpand: '全部展开',
|
|
130
|
+
clearExpand: '全部收起',
|
|
131
|
+
total: '已选 {0}',
|
|
132
|
+
search: '搜索',
|
|
133
|
+
emptyText: '暂无数据'
|
|
116
134
|
},
|
|
117
135
|
pager: {
|
|
118
136
|
goto: 'Đi',
|
|
@@ -110,9 +110,27 @@ function requireZhCHT () {
|
|
|
110
110
|
operError: '發生錯誤,操作失敗!'
|
|
111
111
|
},
|
|
112
112
|
select: {
|
|
113
|
+
clear: '清除',
|
|
114
|
+
allChecked: '全选',
|
|
115
|
+
total: '{0} / {1}',
|
|
113
116
|
search: '搜尋',
|
|
114
117
|
loadingText: '載入中',
|
|
115
|
-
emptyText: '暫無數據'
|
|
118
|
+
emptyText: '暫無數據',
|
|
119
|
+
maxOpt: '最大可选择的数量不能超过 {0} 个',
|
|
120
|
+
overSizeErr: '已超出最大可选数量 {0} 个,超出部分将被忽略!',
|
|
121
|
+
searchEmpty: '未匹配到数据!'
|
|
122
|
+
},
|
|
123
|
+
tree: {
|
|
124
|
+
searchEmpty: '未匹配到数据!'
|
|
125
|
+
},
|
|
126
|
+
treeSelect: {
|
|
127
|
+
clearChecked: '清除',
|
|
128
|
+
allChecked: '全选',
|
|
129
|
+
allExpand: '全部展开',
|
|
130
|
+
clearExpand: '全部收起',
|
|
131
|
+
total: '已选 {0}',
|
|
132
|
+
search: '搜索',
|
|
133
|
+
emptyText: '暂无数据'
|
|
116
134
|
},
|
|
117
135
|
pager: {
|
|
118
136
|
goto: '前往',
|
|
@@ -110,8 +110,26 @@ function requireZhCN () {
|
|
|
110
110
|
operError: '发生错误,操作失败!'
|
|
111
111
|
},
|
|
112
112
|
select: {
|
|
113
|
+
clear: '清除',
|
|
114
|
+
allChecked: '全选',
|
|
115
|
+
total: '{0} / {1}',
|
|
113
116
|
search: '搜索',
|
|
114
117
|
loadingText: '加载中',
|
|
118
|
+
emptyText: '暂无数据',
|
|
119
|
+
maxSize: '最大可选择的数量不能超过 {0} 个',
|
|
120
|
+
overSizeErr: '已超出最大可选数量 {0} 个,超出部分将被忽略!',
|
|
121
|
+
searchEmpty: '未匹配到数据!'
|
|
122
|
+
},
|
|
123
|
+
tree: {
|
|
124
|
+
searchEmpty: '未匹配到数据!'
|
|
125
|
+
},
|
|
126
|
+
treeSelect: {
|
|
127
|
+
clearChecked: '清除',
|
|
128
|
+
allChecked: '全选',
|
|
129
|
+
allExpand: '全部展开',
|
|
130
|
+
clearExpand: '全部收起',
|
|
131
|
+
total: '已选 {0}',
|
|
132
|
+
search: '搜索',
|
|
115
133
|
emptyText: '暂无数据'
|
|
116
134
|
},
|
|
117
135
|
pager: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { FmAutocomplete, FmDragImg, FmNoticeBar, FmTransfer, FmTree, Fmdatepicker, Fminputdropdown, Fmselect } from './ui/components/index.mjs';
|
|
1
|
+
export { FmAutocomplete, FmDragImg, FmMoreChoose, FmNoticeBar, FmQueryCondition, FmRenderCol, FmRenderComp, FmSelectTable, FmTransfer, FmTree, Fmdatepicker, Fminputdropdown, Fmselect } from './ui/components/index.mjs';
|
|
2
2
|
export { FmLogin } from './ui/login/index.mjs';
|
|
3
3
|
export { NextLoading } from './ui/loading/index.mjs';
|
|
4
4
|
export { AccountTypeEnum, HttpMethodEnum, JobCreateTypeEnum } from './api/index.mjs';
|
|
@@ -32,6 +32,7 @@ export { useChangeColor } from './utils/comm/theme.mjs';
|
|
|
32
32
|
export { downloadByBase64, downloadByData, downloadByOnlineUrl, downloadByUrl, downloadStreamFile, getFileName, openWindow } from './utils/comm/download.mjs';
|
|
33
33
|
export { signatureByKSort } from './utils/comm/data-signature.mjs';
|
|
34
34
|
export { getFileUrl, showFileUrl } from './utils/comm/uploadfileurl.mjs';
|
|
35
|
+
export { AppItem, getAppItemData, getAppItemText } from './utils/comm/gloabdata.mjs';
|
|
35
36
|
export { default as commonFunction } from './utils/comm/commonFunction.mjs';
|
|
36
37
|
export { commonFunctionObj } from './utils/comm/index.mjs';
|
|
37
38
|
export { PUB } from './utils/const/index.mjs';
|
|
@@ -6,6 +6,13 @@ import './fmautocomplete/index.vue.mjs';
|
|
|
6
6
|
import './inputdropdown/index.vue.mjs';
|
|
7
7
|
import './fmtree/index.vue.mjs';
|
|
8
8
|
import './datepicker/index.vue.mjs';
|
|
9
|
+
import './querycondition/index.vue.mjs';
|
|
10
|
+
import './querycondition/moreChoose.vue.mjs';
|
|
11
|
+
import './querycondition/renderComp.vue.mjs';
|
|
12
|
+
import './selecttable/index.vue.mjs';
|
|
13
|
+
import './selecttable/renderCol.vue.mjs';
|
|
14
|
+
import './selecttable/type.mjs';
|
|
15
|
+
import './selecttable/ClickOutside.mjs';
|
|
9
16
|
export { elSvg } from './svgIcon/index.mjs';
|
|
10
17
|
import _sfc_main from './transfer/index.vue2.mjs';
|
|
11
18
|
import _sfc_main$1 from './noticeBar/index.vue2.mjs';
|
|
@@ -14,6 +21,11 @@ import _sfc_main$3 from './fmautocomplete/index.vue2.mjs';
|
|
|
14
21
|
import _sfc_main$4 from './inputdropdown/index.vue2.mjs';
|
|
15
22
|
import _sfc_main$5 from './datepicker/index.vue2.mjs';
|
|
16
23
|
import _sfc_main$6 from './fmtree/index.vue2.mjs';
|
|
24
|
+
import _sfc_main$7 from './querycondition/index.vue2.mjs';
|
|
25
|
+
import _sfc_main$8 from './querycondition/moreChoose.vue2.mjs';
|
|
26
|
+
import _sfc_main$9 from './querycondition/renderComp.vue2.mjs';
|
|
27
|
+
import _sfc_main$a from './selecttable/index.vue2.mjs';
|
|
28
|
+
import _sfc_main$b from './selecttable/renderCol.vue2.mjs';
|
|
17
29
|
|
|
18
30
|
const FmTransfer = _sfc_main;
|
|
19
31
|
const FmNoticeBar = _sfc_main$1;
|
|
@@ -23,5 +35,10 @@ const FmAutocomplete = _sfc_main$3;
|
|
|
23
35
|
const Fminputdropdown = _sfc_main$4;
|
|
24
36
|
const Fmdatepicker = _sfc_main$5;
|
|
25
37
|
const FmTree = _sfc_main$6;
|
|
38
|
+
const FmQueryCondition = _sfc_main$7;
|
|
39
|
+
const FmMoreChoose = _sfc_main$8;
|
|
40
|
+
const FmRenderComp = _sfc_main$9;
|
|
41
|
+
const FmSelectTable = _sfc_main$a;
|
|
42
|
+
const FmRenderCol = _sfc_main$b;
|
|
26
43
|
|
|
27
|
-
export { FmAutocomplete, FmDragImg, FmNoticeBar, FmTransfer, FmTree, Fmdatepicker, Fminputdropdown, Fmselect };
|
|
44
|
+
export { FmAutocomplete, FmDragImg, FmMoreChoose, FmNoticeBar, FmQueryCondition, FmRenderCol, FmRenderComp, FmSelectTable, FmTransfer, FmTree, Fmdatepicker, Fminputdropdown, Fmselect };
|