@gct-paas/core-web 0.1.6-dev.17 → 0.1.6-dev.19
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/{JsBarcode-hbJ0aUTj.js → JsBarcode-nqhcZPvn.js} +2 -2
- package/dist/{_plugin-vue_export-helper-B8JDTS5A.js → _plugin-vue_export-helper-CyelNe0I.js} +2 -2
- package/dist/{chunk-FrdinjiM.js → chunk-C9ZKDnvz.js} +1 -1
- package/dist/components-DtFY5KCF.js +2 -0
- package/dist/{cropper-kXOaEuXy.js → cropper-BuY_n52N.js} +2 -2
- package/dist/{de_DE-CMOqPpMk.js → de_DE-B3kLT_zG.js} +2 -2
- package/dist/{defineProperty-DAxeR2uH.js → defineProperty-DiReHMuo.js} +1 -1
- package/dist/{diagram-config-item-DUh3mUtV.js → diagram-config-item-DYCiDqAy.js} +2 -2
- package/dist/{diagram-config-item-reverse-C-lK_M8W.js → diagram-config-item-reverse-BKf_yXvB.js} +2 -2
- package/dist/{diagram-config-item-virtual-2m1EFdOj.js → diagram-config-item-virtual-Dw36zOeJ.js} +2 -2
- package/dist/{en_US-DW_aBniN.js → en_US-tZ7NgN80.js} +2 -2
- package/dist/{es_ES-Bog1JAla.js → es_ES-DY2QXYwT.js} +2 -2
- package/dist/{fr_FR-B88CF-a2.js → fr_FR-DbN-1gO0.js} +2 -2
- package/dist/{hooks-xq807tVG.js → hooks-BuOffqGU.js} +2 -2
- package/dist/{icon-next-picker-COelGwZZ.js → icon-next-picker-BmnIn29K.js} +1 -1
- package/dist/index.min.css +1 -1
- package/dist/{ja_JP-DQorABU8.js → ja_JP-BRcXbHEH.js} +2 -2
- package/dist/loader.esm.min.js +2 -2
- package/dist/{monaco-editor-C9gHdPuf.js → monaco-editor-CHnBEX6V.js} +2 -2
- package/dist/{objectSpread2-DPfqyX1h.js → objectSpread2-BHKS0stT.js} +1 -1
- package/dist/{overlayscrollbars-vue-DMDFLsJ4.js → overlayscrollbars-vue-Cc8URtSg.js} +1 -1
- package/dist/{pt_PT-fO3ABuZp.js → pt_PT-DjiZFPmH.js} +2 -2
- package/dist/{relationship-diagram-config-D7HC1Hk4.js → relationship-diagram-config-BwVOMUAb.js} +2 -2
- package/dist/{rich-editor-BYF_B5mz.js → rich-editor-DfsJmv_B.js} +2 -2
- package/dist/{ru_RU-DqC5EhBW.js → ru_RU-Dw9N99Ox.js} +2 -2
- package/dist/template-D-UpvSne.js +2 -0
- package/dist/{tr_TR-Dau_nW2e.js → tr_TR-DCCv6rhK.js} +2 -2
- package/dist/{useMonacoEditor-Zk3dJDl-.js → useMonacoEditor-C3S2BSui.js} +2 -2
- package/dist/{vi_VN-BWVyxMZC.js → vi_VN-BNMXRAom.js} +2 -2
- package/dist/{zh_CN-CwWZ2JFL.js → zh_CN-ywcxTWfr.js} +2 -2
- package/dist/{zh_TW-NtzRUp8G.js → zh_TW-DL4FRJVy.js} +2 -2
- package/es/components/UserPick/src/user-pick.vue_vue_type_script_setup_true_lang.mjs +3 -3
- package/es/components/app-drawer/app-drawer-component.css +82 -0
- package/es/components/app-drawer/app-drawer-component.d.ts +26 -0
- package/es/components/app-drawer/app-drawer-component.mjs +84 -0
- package/es/components/batch-select-list/batch-select-list.css +119 -0
- package/es/components/batch-select-list/batch-select-list.d.ts +158 -0
- package/es/components/batch-select-list/batch-select-list.mjs +133 -0
- package/es/components/data-rules-modal/data-rules-modal.d.ts +67 -0
- package/es/components/data-rules-modal/data-rules-modal.mjs +99 -0
- package/es/components/design-save-tip/design-save-tip.css +107 -0
- package/es/components/design-save-tip/design-save-tip.d.ts +44 -0
- package/es/components/design-save-tip/design-save-tip.mjs +81 -0
- package/es/components/design-step-check/design-step-check.css +133 -0
- package/es/components/design-step-check/design-step-check.d.ts +30 -0
- package/es/components/design-step-check/design-step-check.mjs +96 -0
- package/es/components/design-view-layout/design-view-layout.css +157 -0
- package/es/components/design-view-layout/design-view-layout.d.ts +1 -0
- package/es/components/design-view-layout/design-view-layout.mjs +140 -0
- package/es/components/field-cascader/index.d.ts +2 -1
- package/es/components/index.d.ts +10 -2
- package/es/components/index.mjs +26 -0
- package/es/components/label-design/designer.vue.d.ts +2 -0
- package/es/components/label-design/designer.vue.mjs +7 -0
- package/es/components/label-design/designer.vue_vue_type_script_setup_true_lang.mjs +32 -0
- package/es/components/label-design/designer.vue_vue_type_style_index_0_scoped_260222c9_lang.css +32 -0
- package/es/components/label-design/header/header.vue.d.ts +6 -0
- package/es/components/label-design/header/header.vue.mjs +7 -0
- package/es/components/label-design/header/header.vue_vue_type_script_setup_true_lang.mjs +232 -0
- package/es/components/label-design/header/header.vue_vue_type_style_index_0_scoped_aa2b4235_lang.css +39 -0
- package/es/components/label-design/header/test-var-modal.vue.d.ts +204 -0
- package/es/components/label-design/header/test-var-modal.vue.mjs +7 -0
- package/es/components/label-design/header/test-var-modal.vue_vue_type_script_setup_true_lang.mjs +202 -0
- package/es/components/label-design/header/test-var-modal.vue_vue_type_style_index_0_scoped_972496bb_lang.css +69 -0
- package/es/components/label-design/index.d.ts +11 -1
- package/es/components/label-design/index.mjs +9 -0
- package/es/components/label-design/modal/template.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/components/label-design/panels/panel.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/components/label-design/panels/widget/components/label-params-select.vue.d.ts +35 -0
- package/es/components/label-design/panels/widget/controls/VariableSelect.vue_vue_type_script_setup_true_name_variable-select_lang.mjs +1 -1
- package/es/components/label-design/stage/stage.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/components/label-design/type/index.d.ts +15 -0
- package/es/components/label-design/type/index.mjs +11 -0
- package/es/components/modal-name-editor/modal-name-editor.css +117 -0
- package/es/components/modal-name-editor/modal-name-editor.d.ts +34 -0
- package/es/components/modal-name-editor/modal-name-editor.mjs +124 -0
- package/es/components/shrink-panel/shrink-panel.css +130 -0
- package/es/components/shrink-panel/shrink-panel.d.ts +23 -0
- package/es/components/shrink-panel/shrink-panel.mjs +41 -0
- package/es/components/ui/basic-grid/basic-grid.vue.d.ts +81 -0
- package/es/components/ui/basic-grid/basic-grid.vue.mjs +7 -0
- package/es/components/ui/basic-grid/basic-grid.vue_vue_type_script_setup_true_name_basic-grid_lang.mjs +134 -0
- package/es/components/ui/basic-grid/basic-grid.vue_vue_type_style_index_0_scoped_e9d09c1d_lang.css +90 -0
- package/es/components/ui/basic-grid/index.d.ts +3 -0
- package/es/components/ui/basic-grid/index.mjs +1 -0
- package/es/components/ui/basic-grid/types.d.ts +6 -0
- package/es/components/ui/embed-grid/embed-grid.vue.d.ts +62 -0
- package/es/components/ui/embed-grid/embed-grid.vue.mjs +7 -0
- package/es/components/ui/embed-grid/embed-grid.vue_vue_type_script_setup_true_name_embed-grid_lang.mjs +73 -0
- package/es/components/ui/embed-grid/index.d.ts +3 -0
- package/es/components/ui/embed-grid/index.mjs +1 -0
- package/es/components/ui/embed-grid/types.d.ts +5 -0
- package/es/components/ui/form-alert/form-alert.vue.d.ts +10 -0
- package/es/components/ui/form-alert/form-alert.vue.mjs +7 -0
- package/es/components/ui/form-alert/form-alert.vue_vue_type_script_setup_true_name_form-alert_lang.mjs +31 -0
- package/es/components/ui/form-alert/form-alert.vue_vue_type_style_index_0_scoped_a6bdad9c_lang.css +64 -0
- package/es/components/ui/grid-btns/grid-btns.vue.d.ts +2 -0
- package/es/components/ui/grid-btns/grid-btns.vue.mjs +7 -0
- package/es/components/ui/grid-btns/grid-btns.vue_vue_type_script_setup_true_name_grid-btns_lang.mjs +15 -0
- package/es/components/ui/grid-btns/grid-btns.vue_vue_type_style_index_0_scoped_e3385a9e_lang.css +70 -0
- package/es/components/ui/grid-pagination/grid-pagination.vue.d.ts +12 -0
- package/es/components/ui/grid-pagination/grid-pagination.vue.mjs +7 -0
- package/es/components/ui/grid-pagination/grid-pagination.vue_vue_type_script_setup_true_name_grid-pagination_lang.mjs +57 -0
- package/es/components/ui/grid-pagination/grid-pagination.vue_vue_type_style_index_0_scoped_4905eabf_lang.css +68 -0
- package/es/components/ui/grid-pagination/index.d.ts +3 -0
- package/es/components/ui/grid-pagination/index.mjs +1 -0
- package/es/components/ui/grid-pagination/types.d.ts +24 -0
- package/es/components/ui/highlight/highlight.vue.d.ts +6 -0
- package/es/components/ui/highlight/highlight.vue.mjs +7 -0
- package/es/components/ui/highlight/highlight.vue_vue_type_script_setup_true_name_highlight_lang.mjs +30 -0
- package/es/components/ui/highlight/highlight.vue_vue_type_style_index_0_scoped_e17c6606_lang.css +6 -0
- package/es/components/ui/icon-tooltip/icon-tooltip.vue.d.ts +10 -0
- package/es/components/ui/icon-tooltip/icon-tooltip.vue.mjs +7 -0
- package/es/components/ui/icon-tooltip/icon-tooltip.vue_vue_type_script_setup_true_name_icon-tooltip_lang.mjs +27 -0
- package/es/components/ui/icon-tooltip/icon-tooltip.vue_vue_type_style_index_0_scoped_a35580e4_lang.css +68 -0
- package/es/components/ui/index.d.ts +10 -0
- package/es/components/ui/index.mjs +12 -0
- package/es/components/ui/modal-wrapper/modal-wrapper.vue.d.ts +26 -0
- package/es/components/ui/modal-wrapper/modal-wrapper.vue.mjs +7 -0
- package/es/components/ui/modal-wrapper/modal-wrapper.vue_vue_type_script_setup_true_name_modal-wrapper_lang.mjs +78 -0
- package/es/components/ui/modal-wrapper/modal-wrapper.vue_vue_type_style_index_0_scoped_6b8a9609_lang.css +28 -0
- package/es/components/ui/notice/index.d.ts +8 -0
- package/es/components/ui/notice/index.mjs +31 -0
- package/es/create-app-vue.mjs +1 -1
- package/es/hooks/index.d.ts +1 -0
- package/es/hooks/index.mjs +1 -0
- package/es/hooks/usePrinter.d.ts +19 -0
- package/es/hooks/usePrinter.mjs +50 -0
- package/es/index.mjs +30 -3
- package/es/interface/i-view-step/i-view-step.d.ts +32 -0
- package/es/interface/index.d.ts +1 -0
- package/es/modules/category/category-sider.vue.d.ts +1 -1
- package/es/modules/category/category-sider.vue.mjs +2 -2
- package/es/modules/category/{category-sider.vue_vue_type_style_index_0_scoped_5b8c3a8d_lang.css → category-sider.vue_vue_type_style_index_0_scoped_2ad0d132_lang.css} +33 -33
- package/es/modules/color-picker/index.mjs +1 -1
- package/es/modules/gct-form/controller/editor-item/editor-item.controller.d.ts +1 -0
- package/es/modules/gct-form/controller/editor-item/editor-item.controller.mjs +11 -0
- package/es/modules/gct-form/editor/gct-form-date-range/form-date-range.css +67 -0
- package/es/modules/gct-form/editor/gct-form-date-range/form-date-range.d.ts +50 -0
- package/es/modules/gct-form/editor/gct-form-date-range/form-date-range.mjs +61 -0
- package/es/modules/gct-form/editor/gct-form-date-range/form-date-range.provider.d.ts +13 -0
- package/es/modules/gct-form/editor/gct-form-date-range/form-date-range.provider.mjs +15 -0
- package/es/modules/gct-form/editor/gct-form-date-range/index.d.ts +4 -0
- package/es/modules/gct-form/editor/gct-form-date-range/index.mjs +8 -0
- package/es/modules/gct-form/editor/gct-form-select/gct-form-select.mjs +1 -1
- package/es/modules/gct-form/editor/index.mjs +2 -1
- package/es/modules/gct-form/hooks/index.d.ts +1 -0
- package/es/modules/gct-form/hooks/index.mjs +1 -0
- package/es/modules/gct-form/hooks/use-form-value/use-form-value.d.ts +11 -0
- package/es/modules/gct-form/hooks/use-form-value/use-form-value.mjs +27 -0
- package/es/modules/gct-form/index.mjs +3 -0
- package/es/modules/gct-form/widgets/gct-search-form/form/app-form.css +70 -0
- package/es/modules/gct-form/widgets/gct-search-form/form/app-form.d.ts +22 -0
- package/es/modules/gct-form/widgets/gct-search-form/form/app-form.mjs +106 -0
- package/es/modules/gct-form/widgets/gct-search-form/form-item/form-item.css +73 -0
- package/es/modules/gct-form/widgets/gct-search-form/form-item/form-item.d.ts +15 -0
- package/es/modules/gct-form/widgets/gct-search-form/form-item/form-item.mjs +22 -0
- package/es/modules/gct-form/widgets/gct-search-form/form.controller.d.ts +46 -0
- package/es/modules/gct-form/widgets/gct-search-form/form.controller.mjs +69 -0
- package/es/modules/gct-form/widgets/gct-search-form/form.state.d.ts +10 -0
- package/es/modules/gct-form/widgets/gct-search-form/form.state.mjs +13 -0
- package/es/modules/gct-form/widgets/gct-search-form/gct-search-form.css +83 -0
- package/es/modules/gct-form/widgets/gct-search-form/gct-search-form.d.ts +33 -0
- package/es/modules/gct-form/widgets/gct-search-form/gct-search-form.mjs +56 -0
- package/es/modules/global-modal/src/components/ModalWrapper.vue_vue_type_script_lang.mjs +1 -1
- package/es/types/index.d.ts +1 -1
- package/es/utils/overlay-controller/overlay-controller.d.ts +3 -1
- package/es/utils/overlay-controller/overlay-controller.mjs +9 -0
- package/package.json +12 -8
- package/dist/ColorPicker-BGXmyt7q.js +0 -2
- package/dist/template-DwBghb9z.js +0 -2
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
message: string;
|
|
3
|
+
span?: string | number;
|
|
4
|
+
offset?: string | number;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
7
|
+
span: string | number;
|
|
8
|
+
offset: string | number;
|
|
9
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import _plugin_vue_export_helper_default from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
2
|
+
import form_alert_vue_vue_type_script_setup_true_name_form_alert_lang_default from "./form-alert.vue_vue_type_script_setup_true_name_form-alert_lang.mjs";
|
|
3
|
+
import './form-alert.vue_vue_type_style_index_0_scoped_a6bdad9c_lang.css';/* empty css */
|
|
4
|
+
//#region src/components/ui/form-alert/form-alert.vue
|
|
5
|
+
var form_alert_default = /* @__PURE__ */ _plugin_vue_export_helper_default(form_alert_vue_vue_type_script_setup_true_name_form_alert_lang_default, [["__scopeId", "data-v-a6bdad9c"]]);
|
|
6
|
+
//#endregion
|
|
7
|
+
export { form_alert_default as default };
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { createBlock, createElementVNode, createTextVNode, createVNode, defineComponent, normalizeClass, openBlock, resolveComponent, toDisplayString, unref, withCtx } from "vue";
|
|
2
|
+
import { useNamespace } from "@gct-paas/core";
|
|
3
|
+
//#region src/components/ui/form-alert/form-alert.vue?vue&type=script&setup=true&name=form-alert&lang.ts
|
|
4
|
+
var _hoisted_1 = { class: "flex items-center color-[#F77E4A] bg-[#F77E4A1A] h-28px w-full mb-20px" };
|
|
5
|
+
var form_alert_vue_vue_type_script_setup_true_name_form_alert_lang_default = /* @__PURE__ */ defineComponent({
|
|
6
|
+
__name: "form-alert",
|
|
7
|
+
props: {
|
|
8
|
+
message: {},
|
|
9
|
+
span: { default: 16 },
|
|
10
|
+
offset: { default: 6 }
|
|
11
|
+
},
|
|
12
|
+
setup(__props) {
|
|
13
|
+
const ns = useNamespace("form-alert");
|
|
14
|
+
return (_ctx, _cache) => {
|
|
15
|
+
const _component_a_col = resolveComponent("a-col");
|
|
16
|
+
const _component_a_row = resolveComponent("a-row");
|
|
17
|
+
return openBlock(), createBlock(_component_a_row, { class: normalizeClass([unref(ns).b()]) }, {
|
|
18
|
+
default: withCtx(() => [createVNode(_component_a_col, {
|
|
19
|
+
span: __props.span,
|
|
20
|
+
offset: __props.offset
|
|
21
|
+
}, {
|
|
22
|
+
default: withCtx(() => [createElementVNode("div", _hoisted_1, [_cache[0] || (_cache[0] = createElementVNode("i", { class: "iconfont icon-a-zhuyi_attention2 color-[#F77E4A] mr-8px ml-8px" }, null, -1)), createTextVNode(" " + toDisplayString(__props.message), 1)])]),
|
|
23
|
+
_: 1
|
|
24
|
+
}, 8, ["span", "offset"])]),
|
|
25
|
+
_: 1
|
|
26
|
+
}, 8, ["class"]);
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
//#endregion
|
|
31
|
+
export { form_alert_vue_vue_type_script_setup_true_name_form_alert_lang_default as default };
|
package/es/components/ui/form-alert/form-alert.vue_vue_type_style_index_0_scoped_a6bdad9c_lang.css
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
2
|
+
/* stylelint-disable scss/no-global-function-names */
|
|
3
|
+
/* bem('block', 'element', 'modifier') => 'ibiz-block__element--modifier' */
|
|
4
|
+
/**
|
|
5
|
+
* 定义 Block 块
|
|
6
|
+
* @param {String} $block - Block 块名称
|
|
7
|
+
* @example
|
|
8
|
+
* @include b('button') {
|
|
9
|
+
* padding: 10px;
|
|
10
|
+
* }
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* 定义 Element 元素
|
|
14
|
+
* @param {String|List} $element - Element 元素名称,支持单个或多个
|
|
15
|
+
* @example
|
|
16
|
+
* @include b('button') {
|
|
17
|
+
* @include e('text') {
|
|
18
|
+
* color: #000;
|
|
19
|
+
* }
|
|
20
|
+
* }
|
|
21
|
+
* // 或传入多个元素
|
|
22
|
+
* @include b('button') {
|
|
23
|
+
* @include e(('text', 'icon')) {
|
|
24
|
+
* margin: 5px;
|
|
25
|
+
* }
|
|
26
|
+
* }
|
|
27
|
+
*/
|
|
28
|
+
/**
|
|
29
|
+
* 定义 Modifier 修饰符
|
|
30
|
+
* @param {String|List} $modifier - Modifier 修饰符名称,支持单个或多个
|
|
31
|
+
* @example
|
|
32
|
+
* @include b('button') {
|
|
33
|
+
* @include m('primary') {
|
|
34
|
+
* background: blue;
|
|
35
|
+
* }
|
|
36
|
+
* }
|
|
37
|
+
* // 或传入多个修饰符
|
|
38
|
+
* @include b('button') {
|
|
39
|
+
* @include m(('primary', 'large')) {
|
|
40
|
+
* background: blue;
|
|
41
|
+
* font-size: 16px;
|
|
42
|
+
* }
|
|
43
|
+
* }
|
|
44
|
+
*/
|
|
45
|
+
/**
|
|
46
|
+
* 定义状态选择器
|
|
47
|
+
* @param {String} $state - 状态名称
|
|
48
|
+
* @example
|
|
49
|
+
* @include b('button') {
|
|
50
|
+
* @include when('disabled') {
|
|
51
|
+
* opacity: 0.5;
|
|
52
|
+
* }
|
|
53
|
+
* }
|
|
54
|
+
*/
|
|
55
|
+
/**
|
|
56
|
+
* 深色主题样式
|
|
57
|
+
* @param {String} $block - Block 块名称
|
|
58
|
+
* @example
|
|
59
|
+
* @include dark('button') {
|
|
60
|
+
* background: #333;
|
|
61
|
+
* color: #fff;
|
|
62
|
+
* }
|
|
63
|
+
*/
|
|
64
|
+
/* stylelint-disable scss/no-global-function-names */
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import _plugin_vue_export_helper_default from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
2
|
+
import grid_btns_vue_vue_type_script_setup_true_name_grid_btns_lang_default from "./grid-btns.vue_vue_type_script_setup_true_name_grid-btns_lang.mjs";
|
|
3
|
+
import './grid-btns.vue_vue_type_style_index_0_scoped_e3385a9e_lang.css';/* empty css */
|
|
4
|
+
//#region src/components/ui/grid-btns/grid-btns.vue
|
|
5
|
+
var grid_btns_default = /* @__PURE__ */ _plugin_vue_export_helper_default(grid_btns_vue_vue_type_script_setup_true_name_grid_btns_lang_default, [["__scopeId", "data-v-e3385a9e"]]);
|
|
6
|
+
//#endregion
|
|
7
|
+
export { grid_btns_default as default };
|
package/es/components/ui/grid-btns/grid-btns.vue_vue_type_script_setup_true_name_grid-btns_lang.mjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { createBlock, defineComponent, normalizeClass, openBlock, unref } from "vue";
|
|
2
|
+
import { useNamespace } from "@gct-paas/core";
|
|
3
|
+
import { TableActionAuto } from "@gct-paas/v-ben";
|
|
4
|
+
//#region src/components/ui/grid-btns/grid-btns.vue?vue&type=script&setup=true&name=grid-btns&lang.ts
|
|
5
|
+
var grid_btns_vue_vue_type_script_setup_true_name_grid_btns_lang_default = /* @__PURE__ */ defineComponent({
|
|
6
|
+
__name: "grid-btns",
|
|
7
|
+
setup(__props) {
|
|
8
|
+
const ns = useNamespace("grid-btns");
|
|
9
|
+
return (_ctx, _cache) => {
|
|
10
|
+
return openBlock(), createBlock(unref(TableActionAuto), { class: normalizeClass([unref(ns).b()]) }, null, 8, ["class"]);
|
|
11
|
+
};
|
|
12
|
+
}
|
|
13
|
+
});
|
|
14
|
+
//#endregion
|
|
15
|
+
export { grid_btns_vue_vue_type_script_setup_true_name_grid_btns_lang_default as default };
|
package/es/components/ui/grid-btns/grid-btns.vue_vue_type_style_index_0_scoped_e3385a9e_lang.css
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
2
|
+
/* stylelint-disable scss/no-global-function-names */
|
|
3
|
+
/* bem('block', 'element', 'modifier') => 'ibiz-block__element--modifier' */
|
|
4
|
+
/**
|
|
5
|
+
* 定义 Block 块
|
|
6
|
+
* @param {String} $block - Block 块名称
|
|
7
|
+
* @example
|
|
8
|
+
* @include b('button') {
|
|
9
|
+
* padding: 10px;
|
|
10
|
+
* }
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* 定义 Element 元素
|
|
14
|
+
* @param {String|List} $element - Element 元素名称,支持单个或多个
|
|
15
|
+
* @example
|
|
16
|
+
* @include b('button') {
|
|
17
|
+
* @include e('text') {
|
|
18
|
+
* color: #000;
|
|
19
|
+
* }
|
|
20
|
+
* }
|
|
21
|
+
* // 或传入多个元素
|
|
22
|
+
* @include b('button') {
|
|
23
|
+
* @include e(('text', 'icon')) {
|
|
24
|
+
* margin: 5px;
|
|
25
|
+
* }
|
|
26
|
+
* }
|
|
27
|
+
*/
|
|
28
|
+
/**
|
|
29
|
+
* 定义 Modifier 修饰符
|
|
30
|
+
* @param {String|List} $modifier - Modifier 修饰符名称,支持单个或多个
|
|
31
|
+
* @example
|
|
32
|
+
* @include b('button') {
|
|
33
|
+
* @include m('primary') {
|
|
34
|
+
* background: blue;
|
|
35
|
+
* }
|
|
36
|
+
* }
|
|
37
|
+
* // 或传入多个修饰符
|
|
38
|
+
* @include b('button') {
|
|
39
|
+
* @include m(('primary', 'large')) {
|
|
40
|
+
* background: blue;
|
|
41
|
+
* font-size: 16px;
|
|
42
|
+
* }
|
|
43
|
+
* }
|
|
44
|
+
*/
|
|
45
|
+
/**
|
|
46
|
+
* 定义状态选择器
|
|
47
|
+
* @param {String} $state - 状态名称
|
|
48
|
+
* @example
|
|
49
|
+
* @include b('button') {
|
|
50
|
+
* @include when('disabled') {
|
|
51
|
+
* opacity: 0.5;
|
|
52
|
+
* }
|
|
53
|
+
* }
|
|
54
|
+
*/
|
|
55
|
+
/**
|
|
56
|
+
* 深色主题样式
|
|
57
|
+
* @param {String} $block - Block 块名称
|
|
58
|
+
* @example
|
|
59
|
+
* @include dark('button') {
|
|
60
|
+
* background: #333;
|
|
61
|
+
* color: #fff;
|
|
62
|
+
* }
|
|
63
|
+
*/
|
|
64
|
+
/* stylelint-disable scss/no-global-function-names */
|
|
65
|
+
.gct-grid-btns[data-v-e3385a9e] .ant-btn.ant-btn-sm {
|
|
66
|
+
padding: 0;
|
|
67
|
+
}
|
|
68
|
+
.gct-grid-btns[data-v-e3385a9e] .ant-dropdown-trigger {
|
|
69
|
+
transform: rotate(90deg);
|
|
70
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { GridPaginationValue } from './types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
value?: GridPaginationValue;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
6
|
+
"update:value": (value: GridPaginationValue) => any;
|
|
7
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
8
|
+
"onUpdate:value"?: ((value: GridPaginationValue) => any) | undefined;
|
|
9
|
+
}>, {
|
|
10
|
+
value: GridPaginationValue;
|
|
11
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import _plugin_vue_export_helper_default from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
2
|
+
import grid_pagination_vue_vue_type_script_setup_true_name_grid_pagination_lang_default from "./grid-pagination.vue_vue_type_script_setup_true_name_grid-pagination_lang.mjs";
|
|
3
|
+
import './grid-pagination.vue_vue_type_style_index_0_scoped_4905eabf_lang.css';/* empty css */
|
|
4
|
+
//#region src/components/ui/grid-pagination/grid-pagination.vue
|
|
5
|
+
var grid_pagination_default = /* @__PURE__ */ _plugin_vue_export_helper_default(grid_pagination_vue_vue_type_script_setup_true_name_grid_pagination_lang_default, [["__scopeId", "data-v-4905eabf"]]);
|
|
6
|
+
//#endregion
|
|
7
|
+
export { grid_pagination_default as default };
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { createBlock, defineComponent, mergeProps, openBlock, resolveComponent, unref } from "vue";
|
|
2
|
+
import { computedEx, t, useNamespace } from "@gct-paas/core";
|
|
3
|
+
//#region src/components/ui/grid-pagination/grid-pagination.vue?vue&type=script&setup=true&name=grid-pagination&lang.ts
|
|
4
|
+
var grid_pagination_vue_vue_type_script_setup_true_name_grid_pagination_lang_default = /* @__PURE__ */ defineComponent({
|
|
5
|
+
__name: "grid-pagination",
|
|
6
|
+
props: { value: { default: () => ({
|
|
7
|
+
current: 1,
|
|
8
|
+
pageSize: 10,
|
|
9
|
+
total: 0
|
|
10
|
+
}) } },
|
|
11
|
+
emits: ["update:value"],
|
|
12
|
+
setup(__props, { emit: __emit }) {
|
|
13
|
+
const ns = useNamespace("grid-pagination");
|
|
14
|
+
const props = __props;
|
|
15
|
+
const styleAttr = {
|
|
16
|
+
class: "ant-pagination mini ant-table-pagination ant-table-pagination-right",
|
|
17
|
+
size: "small",
|
|
18
|
+
showSizeChanger: true,
|
|
19
|
+
pageSizeOptions: [
|
|
20
|
+
"10",
|
|
21
|
+
"20",
|
|
22
|
+
"30",
|
|
23
|
+
"40",
|
|
24
|
+
"50"
|
|
25
|
+
],
|
|
26
|
+
showTotal: (total) => t("sys.component.table.total", { total })
|
|
27
|
+
};
|
|
28
|
+
const emit = __emit;
|
|
29
|
+
const local = computedEx({
|
|
30
|
+
get: () => {
|
|
31
|
+
return props.value;
|
|
32
|
+
},
|
|
33
|
+
set: (v) => {
|
|
34
|
+
emit("update:value", v);
|
|
35
|
+
},
|
|
36
|
+
deep: true
|
|
37
|
+
});
|
|
38
|
+
return (_ctx, _cache) => {
|
|
39
|
+
const _component_a_pagination = resolveComponent("a-pagination");
|
|
40
|
+
return openBlock(), createBlock(_component_a_pagination, mergeProps({
|
|
41
|
+
current: unref(local).current,
|
|
42
|
+
"onUpdate:current": _cache[0] || (_cache[0] = ($event) => unref(local).current = $event),
|
|
43
|
+
"page-size": unref(local).pageSize,
|
|
44
|
+
"onUpdate:pageSize": _cache[1] || (_cache[1] = ($event) => unref(local).pageSize = $event),
|
|
45
|
+
class: [unref(ns).b()],
|
|
46
|
+
total: unref(local).total
|
|
47
|
+
}, styleAttr), null, 16, [
|
|
48
|
+
"current",
|
|
49
|
+
"page-size",
|
|
50
|
+
"class",
|
|
51
|
+
"total"
|
|
52
|
+
]);
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
});
|
|
56
|
+
//#endregion
|
|
57
|
+
export { grid_pagination_vue_vue_type_script_setup_true_name_grid_pagination_lang_default as default };
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
2
|
+
/* stylelint-disable scss/no-global-function-names */
|
|
3
|
+
/* bem('block', 'element', 'modifier') => 'ibiz-block__element--modifier' */
|
|
4
|
+
/**
|
|
5
|
+
* 定义 Block 块
|
|
6
|
+
* @param {String} $block - Block 块名称
|
|
7
|
+
* @example
|
|
8
|
+
* @include b('button') {
|
|
9
|
+
* padding: 10px;
|
|
10
|
+
* }
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* 定义 Element 元素
|
|
14
|
+
* @param {String|List} $element - Element 元素名称,支持单个或多个
|
|
15
|
+
* @example
|
|
16
|
+
* @include b('button') {
|
|
17
|
+
* @include e('text') {
|
|
18
|
+
* color: #000;
|
|
19
|
+
* }
|
|
20
|
+
* }
|
|
21
|
+
* // 或传入多个元素
|
|
22
|
+
* @include b('button') {
|
|
23
|
+
* @include e(('text', 'icon')) {
|
|
24
|
+
* margin: 5px;
|
|
25
|
+
* }
|
|
26
|
+
* }
|
|
27
|
+
*/
|
|
28
|
+
/**
|
|
29
|
+
* 定义 Modifier 修饰符
|
|
30
|
+
* @param {String|List} $modifier - Modifier 修饰符名称,支持单个或多个
|
|
31
|
+
* @example
|
|
32
|
+
* @include b('button') {
|
|
33
|
+
* @include m('primary') {
|
|
34
|
+
* background: blue;
|
|
35
|
+
* }
|
|
36
|
+
* }
|
|
37
|
+
* // 或传入多个修饰符
|
|
38
|
+
* @include b('button') {
|
|
39
|
+
* @include m(('primary', 'large')) {
|
|
40
|
+
* background: blue;
|
|
41
|
+
* font-size: 16px;
|
|
42
|
+
* }
|
|
43
|
+
* }
|
|
44
|
+
*/
|
|
45
|
+
/**
|
|
46
|
+
* 定义状态选择器
|
|
47
|
+
* @param {String} $state - 状态名称
|
|
48
|
+
* @example
|
|
49
|
+
* @include b('button') {
|
|
50
|
+
* @include when('disabled') {
|
|
51
|
+
* opacity: 0.5;
|
|
52
|
+
* }
|
|
53
|
+
* }
|
|
54
|
+
*/
|
|
55
|
+
/**
|
|
56
|
+
* 深色主题样式
|
|
57
|
+
* @param {String} $block - Block 块名称
|
|
58
|
+
* @example
|
|
59
|
+
* @include dark('button') {
|
|
60
|
+
* background: #333;
|
|
61
|
+
* color: #fff;
|
|
62
|
+
* }
|
|
63
|
+
*/
|
|
64
|
+
/* stylelint-disable scss/no-global-function-names */
|
|
65
|
+
.gct-grid-pagination.ant-table-pagination.ant-pagination[data-v-4905eabf] {
|
|
66
|
+
margin: 0;
|
|
67
|
+
padding: 16px 0;
|
|
68
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "./grid-pagination.vue.mjs";
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 表格分页数据
|
|
3
|
+
*
|
|
4
|
+
* @export
|
|
5
|
+
* @interface GridPaginationValue
|
|
6
|
+
*/
|
|
7
|
+
export interface GridPaginationValue {
|
|
8
|
+
/**
|
|
9
|
+
* total number of data items
|
|
10
|
+
* @default 0
|
|
11
|
+
* @type number
|
|
12
|
+
*/
|
|
13
|
+
total?: number;
|
|
14
|
+
/**
|
|
15
|
+
* current page number
|
|
16
|
+
* @type number
|
|
17
|
+
*/
|
|
18
|
+
current?: number;
|
|
19
|
+
/**
|
|
20
|
+
* number of data items per page
|
|
21
|
+
* @type number
|
|
22
|
+
*/
|
|
23
|
+
pageSize?: number;
|
|
24
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
text: string;
|
|
3
|
+
keyword: string;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
6
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import _plugin_vue_export_helper_default from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
2
|
+
import highlight_vue_vue_type_script_setup_true_name_highlight_lang_default from "./highlight.vue_vue_type_script_setup_true_name_highlight_lang.mjs";
|
|
3
|
+
import './highlight.vue_vue_type_style_index_0_scoped_e17c6606_lang.css';/* empty css */
|
|
4
|
+
//#region src/components/ui/highlight/highlight.vue
|
|
5
|
+
var highlight_default = /* @__PURE__ */ _plugin_vue_export_helper_default(highlight_vue_vue_type_script_setup_true_name_highlight_lang_default, [["__scopeId", "data-v-e17c6606"]]);
|
|
6
|
+
//#endregion
|
|
7
|
+
export { highlight_default as default };
|
package/es/components/ui/highlight/highlight.vue_vue_type_script_setup_true_name_highlight_lang.mjs
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { Fragment, computed, createElementBlock, createTextVNode, defineComponent, normalizeClass, openBlock, renderList, toDisplayString } from "vue";
|
|
2
|
+
//#region src/components/ui/highlight/highlight.vue?vue&type=script&setup=true&name=highlight&lang.ts
|
|
3
|
+
var _hoisted_1 = { class: /* @__PURE__ */ normalizeClass(["highlight"]) };
|
|
4
|
+
var _hoisted_2 = {
|
|
5
|
+
key: 0,
|
|
6
|
+
class: "highlight__keyword"
|
|
7
|
+
};
|
|
8
|
+
var highlight_vue_vue_type_script_setup_true_name_highlight_lang_default = /* @__PURE__ */ defineComponent({
|
|
9
|
+
__name: "highlight",
|
|
10
|
+
props: {
|
|
11
|
+
text: {},
|
|
12
|
+
keyword: {}
|
|
13
|
+
},
|
|
14
|
+
setup(__props) {
|
|
15
|
+
const props = __props;
|
|
16
|
+
const keyword = computed(() => props.keyword);
|
|
17
|
+
const arr = computed(() => {
|
|
18
|
+
if (!props.keyword) return [props.text];
|
|
19
|
+
const regex = new RegExp(`(${props.keyword})`, "gi");
|
|
20
|
+
return props.text.split(regex).filter(Boolean);
|
|
21
|
+
});
|
|
22
|
+
return (_ctx, _cache) => {
|
|
23
|
+
return openBlock(), createElementBlock("div", _hoisted_1, [(openBlock(true), createElementBlock(Fragment, null, renderList(arr.value, (part, index) => {
|
|
24
|
+
return openBlock(), createElementBlock(Fragment, { key: index }, [part.toLowerCase() === keyword.value.toLowerCase() ? (openBlock(), createElementBlock("span", _hoisted_2, toDisplayString(part), 1)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [createTextVNode(toDisplayString(part), 1)], 64))], 64);
|
|
25
|
+
}), 128))]);
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
});
|
|
29
|
+
//#endregion
|
|
30
|
+
export { highlight_vue_vue_type_script_setup_true_name_highlight_lang_default as default };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
/** 图标 */
|
|
3
|
+
icon?: string;
|
|
4
|
+
/** 提示文本 */
|
|
5
|
+
tooltip: string;
|
|
6
|
+
};
|
|
7
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
8
|
+
icon: string;
|
|
9
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import _plugin_vue_export_helper_default from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
2
|
+
import icon_tooltip_vue_vue_type_script_setup_true_name_icon_tooltip_lang_default from "./icon-tooltip.vue_vue_type_script_setup_true_name_icon-tooltip_lang.mjs";
|
|
3
|
+
import './icon-tooltip.vue_vue_type_style_index_0_scoped_a35580e4_lang.css';/* empty css */
|
|
4
|
+
//#region src/components/ui/icon-tooltip/icon-tooltip.vue
|
|
5
|
+
var icon_tooltip_default = /* @__PURE__ */ _plugin_vue_export_helper_default(icon_tooltip_vue_vue_type_script_setup_true_name_icon_tooltip_lang_default, [["__scopeId", "data-v-a35580e4"]]);
|
|
6
|
+
//#endregion
|
|
7
|
+
export { icon_tooltip_default as default };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { createBlock, createTextVNode, createVNode, defineComponent, normalizeClass, openBlock, resolveComponent, toDisplayString, unref, withCtx } from "vue";
|
|
2
|
+
import { useNamespace } from "@gct-paas/core";
|
|
3
|
+
import { IconNext } from "@gct-paas/core-components";
|
|
4
|
+
//#region src/components/ui/icon-tooltip/icon-tooltip.vue?vue&type=script&setup=true&name=icon-tooltip&lang.ts
|
|
5
|
+
var icon_tooltip_vue_vue_type_script_setup_true_name_icon_tooltip_lang_default = /* @__PURE__ */ defineComponent({
|
|
6
|
+
__name: "icon-tooltip",
|
|
7
|
+
props: {
|
|
8
|
+
icon: { default: "icon-bangzhu" },
|
|
9
|
+
tooltip: {}
|
|
10
|
+
},
|
|
11
|
+
setup(__props) {
|
|
12
|
+
const ns = useNamespace("icon-tooltip");
|
|
13
|
+
return (_ctx, _cache) => {
|
|
14
|
+
const _component_a_tooltip = resolveComponent("a-tooltip");
|
|
15
|
+
return openBlock(), createBlock(_component_a_tooltip, { class: normalizeClass([unref(ns).b()]) }, {
|
|
16
|
+
title: withCtx(() => [createTextVNode(toDisplayString(__props.tooltip), 1)]),
|
|
17
|
+
default: withCtx(() => [createVNode(unref(IconNext), {
|
|
18
|
+
value: __props.icon,
|
|
19
|
+
color: "#9a9a9a"
|
|
20
|
+
}, null, 8, ["value"])]),
|
|
21
|
+
_: 1
|
|
22
|
+
}, 8, ["class"]);
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
});
|
|
26
|
+
//#endregion
|
|
27
|
+
export { icon_tooltip_vue_vue_type_script_setup_true_name_icon_tooltip_lang_default as default };
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
2
|
+
/* stylelint-disable scss/no-global-function-names */
|
|
3
|
+
/* bem('block', 'element', 'modifier') => 'ibiz-block__element--modifier' */
|
|
4
|
+
/**
|
|
5
|
+
* 定义 Block 块
|
|
6
|
+
* @param {String} $block - Block 块名称
|
|
7
|
+
* @example
|
|
8
|
+
* @include b('button') {
|
|
9
|
+
* padding: 10px;
|
|
10
|
+
* }
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* 定义 Element 元素
|
|
14
|
+
* @param {String|List} $element - Element 元素名称,支持单个或多个
|
|
15
|
+
* @example
|
|
16
|
+
* @include b('button') {
|
|
17
|
+
* @include e('text') {
|
|
18
|
+
* color: #000;
|
|
19
|
+
* }
|
|
20
|
+
* }
|
|
21
|
+
* // 或传入多个元素
|
|
22
|
+
* @include b('button') {
|
|
23
|
+
* @include e(('text', 'icon')) {
|
|
24
|
+
* margin: 5px;
|
|
25
|
+
* }
|
|
26
|
+
* }
|
|
27
|
+
*/
|
|
28
|
+
/**
|
|
29
|
+
* 定义 Modifier 修饰符
|
|
30
|
+
* @param {String|List} $modifier - Modifier 修饰符名称,支持单个或多个
|
|
31
|
+
* @example
|
|
32
|
+
* @include b('button') {
|
|
33
|
+
* @include m('primary') {
|
|
34
|
+
* background: blue;
|
|
35
|
+
* }
|
|
36
|
+
* }
|
|
37
|
+
* // 或传入多个修饰符
|
|
38
|
+
* @include b('button') {
|
|
39
|
+
* @include m(('primary', 'large')) {
|
|
40
|
+
* background: blue;
|
|
41
|
+
* font-size: 16px;
|
|
42
|
+
* }
|
|
43
|
+
* }
|
|
44
|
+
*/
|
|
45
|
+
/**
|
|
46
|
+
* 定义状态选择器
|
|
47
|
+
* @param {String} $state - 状态名称
|
|
48
|
+
* @example
|
|
49
|
+
* @include b('button') {
|
|
50
|
+
* @include when('disabled') {
|
|
51
|
+
* opacity: 0.5;
|
|
52
|
+
* }
|
|
53
|
+
* }
|
|
54
|
+
*/
|
|
55
|
+
/**
|
|
56
|
+
* 深色主题样式
|
|
57
|
+
* @param {String} $block - Block 块名称
|
|
58
|
+
* @example
|
|
59
|
+
* @include dark('button') {
|
|
60
|
+
* background: #333;
|
|
61
|
+
* color: #fff;
|
|
62
|
+
* }
|
|
63
|
+
*/
|
|
64
|
+
/* stylelint-disable scss/no-global-function-names */
|
|
65
|
+
.gct-icon-tooltip[data-v-a35580e4] {
|
|
66
|
+
vertical-align: middle;
|
|
67
|
+
cursor: pointer;
|
|
68
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { default as FormAlert } from './form-alert/form-alert.vue';
|
|
2
|
+
import { default as GridBtns } from './grid-btns/grid-btns.vue';
|
|
3
|
+
import { default as IconTooltip } from './icon-tooltip/icon-tooltip.vue';
|
|
4
|
+
import { default as ModalWrapper } from './modal-wrapper/modal-wrapper.vue';
|
|
5
|
+
import { default as HightLight } from './highlight/highlight.vue';
|
|
6
|
+
export * from './basic-grid';
|
|
7
|
+
export * from './embed-grid';
|
|
8
|
+
export * from './grid-pagination';
|
|
9
|
+
export * from './notice';
|
|
10
|
+
export { GridBtns, FormAlert, IconTooltip, ModalWrapper, HightLight };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import "./form-alert/form-alert.vue.mjs";
|
|
2
|
+
import "./grid-btns/grid-btns.vue.mjs";
|
|
3
|
+
import "./icon-tooltip/icon-tooltip.vue.mjs";
|
|
4
|
+
import "./modal-wrapper/modal-wrapper.vue.mjs";
|
|
5
|
+
import "./highlight/highlight.vue.mjs";
|
|
6
|
+
import "./grid-pagination/grid-pagination.vue.mjs";
|
|
7
|
+
import "./grid-pagination/index.mjs";
|
|
8
|
+
import "./basic-grid/basic-grid.vue.mjs";
|
|
9
|
+
import "./basic-grid/index.mjs";
|
|
10
|
+
import "./embed-grid/embed-grid.vue.mjs";
|
|
11
|
+
import "./embed-grid/index.mjs";
|
|
12
|
+
import "./notice/index.mjs";
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { IModalData, IModalOptions } from '@gct-paas/core';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
opts?: IModalOptions;
|
|
4
|
+
disabledOk?: boolean;
|
|
5
|
+
doCancel?: () => Promise<boolean>;
|
|
6
|
+
doOk?: () => Promise<false | IModalData>;
|
|
7
|
+
};
|
|
8
|
+
declare function __VLS_template(): {
|
|
9
|
+
attrs: Partial<{}>;
|
|
10
|
+
slots: {
|
|
11
|
+
default?(_: {}): any;
|
|
12
|
+
};
|
|
13
|
+
refs: {};
|
|
14
|
+
rootEl: HTMLDivElement;
|
|
15
|
+
};
|
|
16
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
17
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
18
|
+
opts: IModalOptions;
|
|
19
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
20
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
21
|
+
export default _default;
|
|
22
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
23
|
+
new (): {
|
|
24
|
+
$slots: S;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import _plugin_vue_export_helper_default from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
2
|
+
import modal_wrapper_vue_vue_type_script_setup_true_name_modal_wrapper_lang_default from "./modal-wrapper.vue_vue_type_script_setup_true_name_modal-wrapper_lang.mjs";
|
|
3
|
+
import './modal-wrapper.vue_vue_type_style_index_0_scoped_6b8a9609_lang.css';/* empty css */
|
|
4
|
+
//#region src/components/ui/modal-wrapper/modal-wrapper.vue
|
|
5
|
+
var modal_wrapper_default = /* @__PURE__ */ _plugin_vue_export_helper_default(modal_wrapper_vue_vue_type_script_setup_true_name_modal_wrapper_lang_default, [["__scopeId", "data-v-6b8a9609"]]);
|
|
6
|
+
//#endregion
|
|
7
|
+
export { modal_wrapper_default as default };
|