@farris/ui-vue 1.2.4 → 1.2.6
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/components/accordion/index.esm.js +58 -58
- package/components/accordion/index.umd.cjs +1 -1
- package/components/accordion/package.json +1 -1
- package/components/avatar/index.esm.js +124 -116
- package/components/avatar/index.umd.cjs +1 -1
- package/components/avatar/package.json +1 -1
- package/components/border-editor/package.json +1 -1
- package/components/button/package.json +1 -1
- package/components/button-edit/index.css +1 -0
- package/components/button-edit/package.json +1 -1
- package/components/button-group/package.json +1 -1
- package/components/calculator/package.json +1 -1
- package/components/calendar/package.json +1 -1
- package/components/capsule/index.esm.js +1 -1
- package/components/capsule/index.umd.cjs +1 -1
- package/components/capsule/package.json +1 -1
- package/components/checkbox/index.esm.js +219 -209
- package/components/checkbox/index.umd.cjs +1 -1
- package/components/checkbox/package.json +1 -1
- package/components/color-picker/package.json +1 -1
- package/components/combo-list/index.esm.js +36 -28
- package/components/combo-list/index.umd.cjs +1 -1
- package/components/combo-list/package.json +1 -1
- package/components/combo-tree/index.esm.js +340 -107
- package/components/combo-tree/index.umd.cjs +1 -1
- package/components/combo-tree/package.json +1 -1
- package/components/common/index.esm.js +2 -2
- package/components/common/index.umd.cjs +1 -1
- package/components/common/package.json +1 -1
- package/components/component/index.esm.js +36 -29
- package/components/component/index.umd.cjs +1 -1
- package/components/component/package.json +1 -1
- package/components/condition/index.esm.js +406 -402
- package/components/condition/index.umd.cjs +1 -1
- package/components/condition/package.json +1 -1
- package/components/content-container/index.esm.js +9 -13
- package/components/content-container/index.umd.cjs +1 -1
- package/components/content-container/package.json +1 -1
- package/components/{tree-grid/style.css → data-grid/index.css} +1 -1
- package/components/data-grid/index.esm.js +4439 -4273
- package/components/data-grid/index.umd.cjs +1 -1
- package/components/data-grid/package.json +1 -1
- package/components/data-view/index.esm.js +2904 -2892
- package/components/data-view/index.umd.cjs +1 -1
- package/components/data-view/package.json +1 -1
- package/components/date-picker/index.esm.js +250 -242
- package/components/date-picker/index.umd.cjs +1 -1
- package/components/date-picker/package.json +1 -1
- package/components/designer-canvas/index.css +1 -0
- package/components/designer-canvas/index.esm.js +24 -21
- package/components/designer-canvas/index.umd.cjs +1 -1
- package/components/designer-canvas/package.json +1 -1
- package/components/designer-outline/index.esm.js +44 -42
- package/components/designer-outline/index.umd.cjs +1 -1
- package/components/designer-outline/package.json +1 -1
- package/components/designer-toolbox/index.esm.js +28 -467
- package/components/designer-toolbox/index.umd.cjs +1 -1
- package/components/designer-toolbox/package.json +1 -1
- package/components/discussion-editor/package.json +1 -1
- package/components/discussion-list/package.json +1 -1
- package/components/drawer/package.json +1 -1
- package/components/dropdown/index.esm.js +86 -86
- package/components/dropdown/index.umd.cjs +1 -1
- package/components/dropdown/package.json +1 -1
- package/components/dynamic-form/index.esm.js +984 -928
- package/components/dynamic-form/index.umd.cjs +1 -1
- package/components/dynamic-form/package.json +1 -1
- package/components/dynamic-resolver/index.esm.js +56 -47
- package/components/dynamic-resolver/index.umd.cjs +1 -1
- package/components/dynamic-resolver/package.json +1 -1
- package/components/dynamic-view/index.esm.js +281 -277
- package/components/dynamic-view/index.umd.cjs +1 -1
- package/components/dynamic-view/package.json +1 -1
- package/components/enum-editor/package.json +1 -1
- package/components/events-editor/package.json +1 -1
- package/components/expression-editor/package.json +1 -1
- package/components/external-container/index.css +1 -0
- package/components/external-container/index.esm.js +1917 -1901
- package/components/external-container/index.umd.cjs +1 -1
- package/components/external-container/package.json +1 -1
- package/components/field-selector/index.css +1 -0
- package/components/field-selector/index.esm.js +4185 -4023
- package/components/field-selector/index.umd.cjs +1 -1
- package/components/field-selector/package.json +1 -1
- package/components/filter-bar/{style.css → index.css} +1 -1
- package/components/filter-bar/index.esm.js +595 -581
- package/components/filter-bar/index.umd.cjs +1 -1
- package/components/filter-bar/package.json +1 -1
- package/components/flow-canvas/index.css +1 -0
- package/components/flow-canvas/index.esm.js +38 -35
- package/components/flow-canvas/index.umd.cjs +1 -1
- package/components/flow-canvas/package.json +1 -1
- package/components/image-cropper/package.json +1 -1
- package/components/input-group/index.esm.js +256 -248
- package/components/input-group/index.umd.cjs +1 -1
- package/components/input-group/package.json +1 -1
- package/components/layout/package.json +1 -1
- package/components/list-nav/package.json +1 -1
- package/components/list-view/index.esm.js +1522 -1519
- package/components/list-view/index.umd.cjs +1 -1
- package/components/list-view/package.json +1 -1
- package/components/loading/package.json +1 -1
- package/components/locale/package.json +1 -1
- package/components/lookup/index.css +1 -0
- package/components/lookup/index.esm.js +4629 -4410
- package/components/lookup/index.umd.cjs +1 -1
- package/components/lookup/package.json +1 -1
- package/components/mapping-editor/index.css +1 -0
- package/components/mapping-editor/index.esm.js +4454 -4255
- package/components/mapping-editor/index.umd.cjs +1 -1
- package/components/mapping-editor/package.json +1 -1
- package/components/message-box/index.css +1 -0
- package/components/message-box/index.esm.js +397 -386
- package/components/message-box/index.umd.cjs +1 -1
- package/components/message-box/package.json +1 -1
- package/components/modal/index.css +1 -0
- package/components/modal/index.esm.js +308 -297
- package/components/modal/index.umd.cjs +1 -1
- package/components/modal/package.json +1 -1
- package/components/nav/index.esm.js +511 -469
- package/components/nav/index.umd.cjs +2 -2
- package/components/nav/package.json +1 -1
- package/components/notify/package.json +1 -1
- package/components/order/index.esm.js +972 -920
- package/components/order/index.umd.cjs +1 -1
- package/components/order/package.json +1 -1
- package/components/page-footer/package.json +1 -1
- package/components/page-header/index.esm.js +917 -893
- package/components/page-header/index.umd.cjs +1 -1
- package/components/page-header/package.json +1 -1
- package/components/pagination/index.esm.js +491 -449
- package/components/pagination/index.umd.cjs +1 -1
- package/components/pagination/package.json +1 -1
- package/components/popover/package.json +1 -1
- package/components/progress/package.json +1 -1
- package/components/property-editor/index.esm.js +108 -101
- package/components/property-editor/index.umd.cjs +2 -2
- package/components/property-editor/package.json +1 -1
- package/components/property-panel/index.esm.js +361 -349
- package/components/property-panel/index.umd.cjs +1 -1
- package/components/property-panel/package.json +1 -1
- package/components/radio-button/package.json +1 -1
- package/components/radio-group/index.esm.js +72 -64
- package/components/radio-group/index.umd.cjs +1 -1
- package/components/radio-group/package.json +1 -1
- package/components/rate/package.json +1 -1
- package/components/response-layout/package.json +1 -1
- package/components/response-layout-editor/{style.css → index.css} +1 -1
- package/components/response-layout-editor/index.esm.js +452 -439
- package/components/response-layout-editor/index.umd.cjs +1 -1
- package/components/response-layout-editor/package.json +1 -1
- package/components/response-toolbar/index.esm.js +610 -592
- package/components/response-toolbar/index.umd.cjs +1 -1
- package/components/response-toolbar/package.json +1 -1
- package/components/schema-selector/index.css +1 -0
- package/components/schema-selector/index.esm.js +4041 -3749
- package/components/schema-selector/index.umd.cjs +8 -1
- package/components/schema-selector/package.json +1 -1
- package/components/search-box/package.json +1 -1
- package/components/section/index.esm.js +21 -14
- package/components/section/index.umd.cjs +1 -1
- package/components/section/package.json +1 -1
- package/components/smoke-detector/package.json +1 -1
- package/components/spacing-editor/package.json +1 -1
- package/components/splitter/package.json +1 -1
- package/components/step/package.json +1 -1
- package/components/switch/index.esm.js +159 -178
- package/components/switch/index.umd.cjs +1 -1
- package/components/switch/package.json +1 -1
- package/components/tabs/index.css +1 -0
- package/components/tabs/index.esm.js +1450 -1408
- package/components/tabs/index.umd.cjs +1 -1
- package/components/tabs/package.json +1 -1
- package/components/tags/package.json +1 -1
- package/components/text/package.json +1 -1
- package/components/textarea/index.esm.js +86 -78
- package/components/textarea/index.umd.cjs +1 -1
- package/components/textarea/package.json +1 -1
- package/components/time-picker/index.css +1 -0
- package/components/time-picker/index.esm.js +387 -379
- package/components/time-picker/index.umd.cjs +1 -1
- package/components/time-picker/package.json +1 -1
- package/components/tooltip/package.json +1 -1
- package/components/transfer/index.esm.js +95 -93
- package/components/transfer/index.umd.cjs +1 -1
- package/components/transfer/package.json +1 -1
- package/components/{data-grid/style.css → tree-grid/index.css} +1 -1
- package/components/tree-grid/index.esm.js +4437 -4271
- package/components/tree-grid/index.umd.cjs +1 -1
- package/components/tree-grid/package.json +1 -1
- package/components/tree-view/index.esm.js +1989 -1985
- package/components/tree-view/index.umd.cjs +1 -1
- package/components/tree-view/package.json +1 -1
- package/components/uploader/package.json +1 -1
- package/components/verify-detail/package.json +1 -1
- package/components/video/package.json +1 -1
- package/components/weather/package.json +1 -1
- package/farris.all.esm.js +12989 -12513
- package/farris.all.umd.cjs +9 -9
- package/index.css +1 -0
- package/package.json +2 -2
- package/types/combo-tree/src/combo-tree.props.d.ts +4 -0
- package/types/combo-tree/src/components/tree-container.component.d.ts +13 -3
- package/types/combo-tree/src/components/tree-container.props.d.ts +15 -1
- package/types/combo-tree/src/schema/schema-mapper.d.ts +2 -0
- package/types/combo-tree/src/schema/schema-resolver.d.ts +2 -0
- package/types/components.d.ts +1 -0
- package/types/condition/index.d.ts +60 -1
- package/types/data-grid/index.d.ts +5 -5
- package/types/data-grid/src/data-grid.component.d.ts +2 -2
- package/types/data-grid/src/designer/data-grid.design.component.d.ts +2 -2
- package/types/data-grid/src/property-config/data-grid.property-config.d.ts +1 -1
- package/types/data-view/components/column-setting/column-setting.component.d.ts +2 -1
- package/types/data-view/composition/types.d.ts +2 -0
- package/types/designer-canvas/src/composition/dg-control.d.ts +8 -8
- package/types/designer-canvas/src/composition/types.d.ts +1 -0
- package/types/dynamic-form/src/designer/use-designer-rules.d.ts +3 -3
- package/types/dynamic-form/src/types.d.ts +1 -1
- package/types/dynamic-resolver/index.d.ts +1 -0
- package/types/dynamic-resolver/src/converter/pagination.converter.d.ts +6 -0
- package/types/dynamic-resolver/src/visible-prop-resolver.d.ts +3 -0
- package/types/list-view/src/composition/types.d.ts +1 -1
- package/types/lookup/src/designer/use-lookup-rules.d.ts +3 -0
- package/types/lookup/src/property-config/converters/lookup-property.converter.d.ts +8 -0
- package/types/lookup/src/property-config/lookup.property-config.d.ts +29 -25
- package/types/mapping-editor/src/mapping-editor.props.d.ts +8 -0
- package/types/message-box/index.d.ts +84 -1
- package/types/modal/src/modal.component.d.ts +3 -3
- package/types/modal/src/modal.props.d.ts +3 -5
- package/types/notify/index.d.ts +84 -1
- package/types/page-header/src/page-header.props.d.ts +7 -0
- package/types/page-header/src/property-config/page-header.property-config.d.ts +1 -1
- package/types/property-panel/src/composition/entity/base-property.d.ts +2 -0
- package/types/response-toolbar/index.d.ts +9 -3
- package/types/response-toolbar/src/property-config/response-toolbar-item.property-config.d.ts +1 -1
- package/types/response-toolbar/src/property-config/response-toolbar.property-config.d.ts +1 -1
- package/types/response-toolbar/src/response-toolbar.component.d.ts +4 -2
- package/types/response-toolbar/src/response-toolbar.props.d.ts +9 -2
- package/types/schema-selector/src/composition/types.d.ts +3 -1
- package/types/schema-selector/src/schema-selector-editor.component.d.ts +5 -1
- package/types/tabs/src/designer/tab-toolbar.design.component.d.ts +1 -1
- package/types/tabs/src/tabs.props.d.ts +8 -0
- package/types/tree-grid/src/schema/column-resolver.d.ts +3 -0
- package/components/button-edit/style.css +0 -1
- package/components/designer-canvas/style.css +0 -1
- package/components/external-container/style.css +0 -1
- package/components/field-selector/style.css +0 -1
- package/components/flow-canvas/style.css +0 -1
- package/components/lookup/style.css +0 -1
- package/components/mapping-editor/style.css +0 -1
- package/components/message-box/style.css +0 -1
- package/components/modal/style.css +0 -1
- package/components/schema-selector/style.css +0 -1
- package/components/tabs/style.css +0 -1
- package/components/time-picker/style.css +0 -1
- package/style.css +0 -1
- package/types/tabs/src/designer/tab-toolbar-item.props.d.ts +0 -19
- /package/components/border-editor/{style.css → index.css} +0 -0
- /package/components/checkbox/{style.css → index.css} +0 -0
- /package/components/date-picker/{style.css → index.css} +0 -0
- /package/components/designer-outline/{style.css → index.css} +0 -0
- /package/components/designer-toolbox/{style.css → index.css} +0 -0
- /package/components/discussion-editor/{style.css → index.css} +0 -0
- /package/components/discussion-list/{style.css → index.css} +0 -0
- /package/components/drawer/{style.css → index.css} +0 -0
- /package/components/events-editor/{style.css → index.css} +0 -0
- /package/components/list-view/{style.css → index.css} +0 -0
- /package/components/order/{style.css → index.css} +0 -0
- /package/components/property-editor/{style.css → index.css} +0 -0
- /package/components/property-panel/{style.css → index.css} +0 -0
- /package/components/radio-button/{style.css → index.css} +0 -0
- /package/components/radio-group/{style.css → index.css} +0 -0
- /package/components/smoke-detector/{style.css → index.css} +0 -0
- /package/components/spacing-editor/{style.css → index.css} +0 -0
- /package/components/splitter/{style.css → index.css} +0 -0
- /package/components/switch/{style.css → index.css} +0 -0
- /package/components/transfer/{style.css → index.css} +0 -0
- /package/components/uploader/{style.css → index.css} +0 -0
- /package/components/weather/{style.css → index.css} +0 -0
|
@@ -1,63 +1,64 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { merge as
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import
|
|
16
|
-
import
|
|
17
|
-
import
|
|
18
|
-
import
|
|
19
|
-
import
|
|
20
|
-
import
|
|
21
|
-
import
|
|
22
|
-
import lr from "@farris/ui-vue/components/
|
|
23
|
-
import
|
|
24
|
-
import
|
|
25
|
-
import
|
|
26
|
-
import
|
|
27
|
-
import
|
|
28
|
-
import
|
|
29
|
-
import
|
|
30
|
-
import
|
|
31
|
-
import
|
|
32
|
-
import
|
|
33
|
-
import
|
|
34
|
-
import Vr from "@farris/ui-vue/components/
|
|
35
|
-
import
|
|
36
|
-
import
|
|
37
|
-
import
|
|
38
|
-
import Ir from "@farris/ui-vue/components/
|
|
39
|
-
import
|
|
40
|
-
import Mr from "@farris/ui-vue/components/response-
|
|
41
|
-
import
|
|
42
|
-
import
|
|
43
|
-
import
|
|
44
|
-
import
|
|
45
|
-
import
|
|
46
|
-
import
|
|
47
|
-
import
|
|
48
|
-
import
|
|
49
|
-
import
|
|
50
|
-
import
|
|
51
|
-
import
|
|
52
|
-
import
|
|
53
|
-
import
|
|
54
|
-
import
|
|
55
|
-
import
|
|
56
|
-
import
|
|
57
|
-
import
|
|
58
|
-
import
|
|
59
|
-
import
|
|
60
|
-
|
|
1
|
+
import { defineComponent as w, ref as $, inject as H, watch as Q, createVNode as W } from "vue";
|
|
2
|
+
import { merge as k } from "lodash-es";
|
|
3
|
+
import q from "@farris/ui-vue/components/accordion";
|
|
4
|
+
import z from "@farris/ui-vue/components/avatar";
|
|
5
|
+
import J from "@farris/ui-vue/components/button-edit";
|
|
6
|
+
import X from "@farris/ui-vue/components/button-group";
|
|
7
|
+
import Y from "@farris/ui-vue/components/calendar";
|
|
8
|
+
import Z from "@farris/ui-vue/components/capsule";
|
|
9
|
+
import _ from "@farris/ui-vue/components/checkbox";
|
|
10
|
+
import S from "@farris/ui-vue/components/combo-list";
|
|
11
|
+
import rr from "@farris/ui-vue/components/combo-tree";
|
|
12
|
+
import er from "@farris/ui-vue/components/component";
|
|
13
|
+
import tr from "@farris/ui-vue/components/color-picker";
|
|
14
|
+
import or from "@farris/ui-vue/components/content-container";
|
|
15
|
+
import nr from "@farris/ui-vue/components/date-picker";
|
|
16
|
+
import sr from "@farris/ui-vue/components/data-grid";
|
|
17
|
+
import ir from "@farris/ui-vue/components/dropdown";
|
|
18
|
+
import pr from "@farris/ui-vue/components/dynamic-form";
|
|
19
|
+
import ur from "@farris/ui-vue/components/events-editor";
|
|
20
|
+
import cr from "@farris/ui-vue/components/filter-bar";
|
|
21
|
+
import ar from "@farris/ui-vue/components/field-selector";
|
|
22
|
+
import lr from "@farris/ui-vue/components/image-cropper";
|
|
23
|
+
import fr from "@farris/ui-vue/components/input-group";
|
|
24
|
+
import mr from "@farris/ui-vue/components/layout";
|
|
25
|
+
import gr from "@farris/ui-vue/components/list-nav";
|
|
26
|
+
import dr from "@farris/ui-vue/components/list-view";
|
|
27
|
+
import yr from "@farris/ui-vue/components/lookup";
|
|
28
|
+
import Fr from "@farris/ui-vue/components/mapping-editor";
|
|
29
|
+
import br from "@farris/ui-vue/components/nav";
|
|
30
|
+
import Er from "@farris/ui-vue/components/number-range";
|
|
31
|
+
import vr from "@farris/ui-vue/components/number-spinner";
|
|
32
|
+
import Pr from "@farris/ui-vue/components/order";
|
|
33
|
+
import Cr from "@farris/ui-vue/components/page-header";
|
|
34
|
+
import Vr from "@farris/ui-vue/components/page-footer";
|
|
35
|
+
import hr from "@farris/ui-vue/components/pagination";
|
|
36
|
+
import Rr from "@farris/ui-vue/components/progress";
|
|
37
|
+
import Or from "@farris/ui-vue/components/query-solution";
|
|
38
|
+
import Ir from "@farris/ui-vue/components/radio-group";
|
|
39
|
+
import Tr from "@farris/ui-vue/components/rate";
|
|
40
|
+
import Mr from "@farris/ui-vue/components/response-toolbar";
|
|
41
|
+
import jr from "@farris/ui-vue/components/response-layout";
|
|
42
|
+
import Dr from "@farris/ui-vue/components/response-layout-editor";
|
|
43
|
+
import Br from "@farris/ui-vue/components/search-box";
|
|
44
|
+
import Kr from "@farris/ui-vue/components/section";
|
|
45
|
+
import Nr from "@farris/ui-vue/components/smoke-detector";
|
|
46
|
+
import $r from "@farris/ui-vue/components/splitter";
|
|
47
|
+
import kr from "@farris/ui-vue/components/step";
|
|
48
|
+
import Ar from "@farris/ui-vue/components/switch";
|
|
49
|
+
import Lr from "@farris/ui-vue/components/tabs";
|
|
50
|
+
import xr from "@farris/ui-vue/components/tags";
|
|
51
|
+
import Ur from "@farris/ui-vue/components/text";
|
|
52
|
+
import Gr from "@farris/ui-vue/components/time-picker";
|
|
53
|
+
import wr from "@farris/ui-vue/components/transfer";
|
|
54
|
+
import Hr from "@farris/ui-vue/components/tree-view";
|
|
55
|
+
import Qr from "@farris/ui-vue/components/uploader";
|
|
56
|
+
import Wr from "@farris/ui-vue/components/verify-detail";
|
|
57
|
+
import qr from "@farris/ui-vue/components/weather";
|
|
58
|
+
import zr from "@farris/ui-vue/components/video";
|
|
59
|
+
import Jr from "@farris/ui-vue/components/textarea";
|
|
60
|
+
import Xr from "@farris/ui-vue/components/schema-selector";
|
|
61
|
+
const Yr = {
|
|
61
62
|
/**
|
|
62
63
|
* schema
|
|
63
64
|
*/
|
|
@@ -67,199 +68,198 @@ const Jr = {
|
|
|
67
68
|
*/
|
|
68
69
|
modelValue: { type: Object, default: null }
|
|
69
70
|
}, r = {}, t = {}, o = {}, e = {};
|
|
70
|
-
let
|
|
71
|
-
function
|
|
72
|
-
|
|
71
|
+
let A = !1;
|
|
72
|
+
function Zr() {
|
|
73
|
+
A || (A = !0, z.register(r, t, o, e), q.register(r, t, o, e), J.register(r, t, o, e), X.register(r, t, o, e), Y.register(r, t, o, e), Z.register(r, t, o, e), _.register(r, t, o, e), S.register(r, t, o, e), rr.register(r, t, o, e), er.register(r, t, o, e), or.register(r, t, o, e), tr.register(r, t, o, e), nr.register(r, t, o, e), sr.register(r, t, o, e), ir.register(r, t, o, e), pr.register(r, t, o, e), ur.register(r, t, o, e), cr.register(r, t, o, e), ar.register(r, t, o, e), lr.register(r, t, o, e), fr.register(r, t, o, e), mr.register(r, t, o, e), dr.register(r, t, o, e), gr.register(r, t, o, e), yr.register(r, t, o, e), Fr.register(r, t, o, e), br.register(r, t, o, e), Er.register(r, t, o, e), vr.register(r, t, o, e), Pr.register(r, t, o, e), Cr.register(r, t, o, e), Vr.register(r, t, o, e), hr.register(r, t, o, e), Rr.register(r, t, o, e), Or.register(r, t, o, e), Ir.register(r, t, o, e), Tr.register(r, t, o, e), jr.register(r, t, o, e), Dr.register(r, t, o, e), Mr.register(r, t, o, e), Xr.register(r, t, o), Br.register(r, t, o, e), Kr.register(r, t, o, e), Nr.register(r, t, o, e), $r.register(r, t, o, e), kr.register(r, t, o, e), Ar.register(r, t, o, e), Lr.register(r, t, o, e), xr.register(r, t, o, e), Ur.register(r, t, o, e), Gr.register(r, t, o, e), wr.register(r, t, o, e), Hr.register(r, t, o, e), Wr.register(r, t, o, e), Qr.register(r, t, o, e), qr.register(r, t, o, e), zr.register(r, t, o, e), Jr.register(r, t, o, e));
|
|
73
74
|
}
|
|
74
|
-
function
|
|
75
|
-
function
|
|
75
|
+
function _r(i = {}) {
|
|
76
|
+
function y(s, c, f, a) {
|
|
76
77
|
if (typeof f == "number")
|
|
77
78
|
return a[s].length === f;
|
|
78
79
|
if (typeof f == "object") {
|
|
79
|
-
const
|
|
80
|
-
if (
|
|
81
|
-
return Number(a[s].length) !== Number(
|
|
82
|
-
if (
|
|
83
|
-
return Number(a[s].length) >= Number(
|
|
84
|
-
if (
|
|
85
|
-
return Number(a[s].length) <= Number(
|
|
80
|
+
const v = Object.keys(f)[0], V = f[v];
|
|
81
|
+
if (v === "not")
|
|
82
|
+
return Number(a[s].length) !== Number(V);
|
|
83
|
+
if (v === "moreThan")
|
|
84
|
+
return Number(a[s].length) >= Number(V);
|
|
85
|
+
if (v === "lessThan")
|
|
86
|
+
return Number(a[s].length) <= Number(V);
|
|
86
87
|
}
|
|
87
88
|
return !1;
|
|
88
89
|
}
|
|
89
|
-
function
|
|
90
|
+
function F(s, c, f, a) {
|
|
90
91
|
return a[s] && a[s].propertyValue && String(a[s].propertyValue.value) === String(f);
|
|
91
92
|
}
|
|
92
|
-
const
|
|
93
|
-
["length",
|
|
94
|
-
["getProperty",
|
|
93
|
+
const b = /* @__PURE__ */ new Map([
|
|
94
|
+
["length", y],
|
|
95
|
+
["getProperty", F]
|
|
95
96
|
]);
|
|
96
|
-
Object.keys(
|
|
97
|
-
function
|
|
97
|
+
Object.keys(i).reduce((s, c) => (s.set(c, i[c]), s), b);
|
|
98
|
+
function E(s, c) {
|
|
98
99
|
const f = s;
|
|
99
100
|
return typeof c == "number" ? [{ target: f, operator: "length", param: null, value: Number(c) }] : typeof c == "boolean" ? [{ target: f, operator: "getProperty", param: s, value: !!c }] : typeof c == "object" ? Object.keys(c).map((a) => {
|
|
100
101
|
if (a === "length")
|
|
101
102
|
return { target: f, operator: "length", param: null, value: c[a] };
|
|
102
|
-
const
|
|
103
|
-
return { target: f, operator: "getProperty", param:
|
|
103
|
+
const v = a, V = c[a];
|
|
104
|
+
return { target: f, operator: "getProperty", param: v, value: V };
|
|
104
105
|
}) : [];
|
|
105
106
|
}
|
|
106
|
-
function
|
|
107
|
+
function p(s) {
|
|
107
108
|
return Object.keys(s).reduce((f, a) => {
|
|
108
|
-
const
|
|
109
|
-
return f.push(...
|
|
109
|
+
const v = E(a, s[a]);
|
|
110
|
+
return f.push(...v), f;
|
|
110
111
|
}, []);
|
|
111
112
|
}
|
|
112
113
|
function u(s, c) {
|
|
113
|
-
if (
|
|
114
|
-
const f =
|
|
114
|
+
if (b.has(s.operator)) {
|
|
115
|
+
const f = b.get(s.operator);
|
|
115
116
|
return f && f(s.target, s.param, s.value, c) || !1;
|
|
116
117
|
}
|
|
117
118
|
return !1;
|
|
118
119
|
}
|
|
119
|
-
function
|
|
120
|
-
return
|
|
120
|
+
function C(s, c) {
|
|
121
|
+
return p(s).reduce((v, V) => v && u(V, c), !0);
|
|
121
122
|
}
|
|
122
|
-
function
|
|
123
|
-
const f = Object.keys(s), a = f.includes("allOf"),
|
|
124
|
-
return a ? !
|
|
123
|
+
function m(s, c) {
|
|
124
|
+
const f = Object.keys(s), a = f.includes("allOf"), v = f.includes("anyOf"), V = a || v, O = (V ? s[V ? a ? "allOf" : "anyOf" : "allOf"] : [s]).map((B) => C(B, c));
|
|
125
|
+
return a ? !O.includes(!1) : O.includes(!0);
|
|
125
126
|
}
|
|
126
|
-
return { parseValueSchema:
|
|
127
|
+
return { parseValueSchema: m };
|
|
127
128
|
}
|
|
128
|
-
|
|
129
|
-
function
|
|
130
|
-
function
|
|
131
|
-
const { id:
|
|
129
|
+
_r();
|
|
130
|
+
function Sr() {
|
|
131
|
+
function i(y, F) {
|
|
132
|
+
const { id: b } = y || {}, { field: E } = y.binding || {};
|
|
132
133
|
return {
|
|
133
|
-
modelValue:
|
|
134
|
-
"onUpdate:modelValue": (
|
|
135
|
-
|
|
134
|
+
modelValue: F.getValue(b),
|
|
135
|
+
"onUpdate:modelValue": (p) => {
|
|
136
|
+
F.setValue(b, E, p);
|
|
136
137
|
}
|
|
137
138
|
};
|
|
138
139
|
}
|
|
139
140
|
return {
|
|
140
|
-
resolve:
|
|
141
|
+
resolve: i
|
|
141
142
|
};
|
|
142
143
|
}
|
|
143
|
-
function
|
|
144
|
-
return (
|
|
145
|
-
const
|
|
146
|
-
return
|
|
147
|
-
const
|
|
148
|
-
return
|
|
149
|
-
|
|
150
|
-
},
|
|
144
|
+
function re() {
|
|
145
|
+
return (i, y, F) => {
|
|
146
|
+
const b = y.id, { type: E } = y, p = i.emits;
|
|
147
|
+
return p ? p.filter((u) => u !== "update:modelValue").reduce((u, C) => {
|
|
148
|
+
const m = `on${C.charAt(0).toUpperCase()}${C.slice(1)}`;
|
|
149
|
+
return u[m] = (...s) => {
|
|
150
|
+
F.dispatch(b, C, E, s);
|
|
151
|
+
}, u;
|
|
151
152
|
}, {}) : {};
|
|
152
153
|
};
|
|
153
154
|
}
|
|
154
|
-
function
|
|
155
|
-
function
|
|
156
|
-
|
|
155
|
+
function ee(i) {
|
|
156
|
+
function y(F, b, E, p) {
|
|
157
|
+
i.emit("event", { token: F, eventName: b, type: E, payloads: p });
|
|
157
158
|
}
|
|
158
159
|
return {
|
|
159
|
-
dispatch:
|
|
160
|
+
dispatch: y
|
|
160
161
|
};
|
|
161
162
|
}
|
|
162
|
-
function
|
|
163
|
-
const
|
|
164
|
-
function
|
|
165
|
-
|
|
163
|
+
function te() {
|
|
164
|
+
const i = /* @__PURE__ */ new Map();
|
|
165
|
+
function y(m, s) {
|
|
166
|
+
i.set(m, s);
|
|
166
167
|
}
|
|
167
|
-
function
|
|
168
|
-
const s =
|
|
169
|
-
return s || (console.warn(`Instance with id ${
|
|
168
|
+
function F(m) {
|
|
169
|
+
const s = i.get(m);
|
|
170
|
+
return s || (console.warn(`Instance with id ${m} not found`), null);
|
|
170
171
|
}
|
|
171
|
-
function
|
|
172
|
-
|
|
172
|
+
function b(m) {
|
|
173
|
+
i.delete(m);
|
|
173
174
|
}
|
|
174
|
-
function
|
|
175
|
-
if (!
|
|
176
|
-
console.warn(`Instance with id ${
|
|
175
|
+
function E(m, s) {
|
|
176
|
+
if (!i.has(m)) {
|
|
177
|
+
console.warn(`Instance with id ${m} not found`);
|
|
177
178
|
return;
|
|
178
179
|
}
|
|
179
|
-
|
|
180
|
+
i.set(m, s);
|
|
180
181
|
}
|
|
181
|
-
function
|
|
182
|
-
return
|
|
182
|
+
function p(m) {
|
|
183
|
+
return i.has(m);
|
|
183
184
|
}
|
|
184
185
|
function u() {
|
|
185
|
-
return new Map(
|
|
186
|
+
return new Map(i);
|
|
186
187
|
}
|
|
187
|
-
function
|
|
188
|
-
|
|
188
|
+
function C() {
|
|
189
|
+
i.clear();
|
|
189
190
|
}
|
|
190
191
|
return {
|
|
191
|
-
register:
|
|
192
|
-
get:
|
|
193
|
-
remove:
|
|
194
|
-
update:
|
|
195
|
-
has:
|
|
192
|
+
register: y,
|
|
193
|
+
get: F,
|
|
194
|
+
remove: b,
|
|
195
|
+
update: E,
|
|
196
|
+
has: p,
|
|
196
197
|
getAll: u,
|
|
197
|
-
clear:
|
|
198
|
+
clear: C
|
|
198
199
|
};
|
|
199
200
|
}
|
|
200
|
-
function
|
|
201
|
-
function E
|
|
202
|
-
|
|
203
|
-
return (i = p.value) == null ? void 0 : i.elementId;
|
|
201
|
+
function oe(i, y) {
|
|
202
|
+
function F(E) {
|
|
203
|
+
return i.value && i.value[E];
|
|
204
204
|
}
|
|
205
|
-
function
|
|
206
|
-
|
|
205
|
+
function b(E, p, u) {
|
|
206
|
+
i.value && (i.value[E] = u), y.emit("update:modelValue", { elementId: E, field: p, value: u, modelValue: i.value });
|
|
207
207
|
}
|
|
208
208
|
return {
|
|
209
|
-
getValue:
|
|
210
|
-
setValue:
|
|
209
|
+
getValue: F,
|
|
210
|
+
setValue: b
|
|
211
211
|
};
|
|
212
212
|
}
|
|
213
|
-
function
|
|
214
|
-
function
|
|
215
|
-
var
|
|
216
|
-
return ((
|
|
213
|
+
function x(i) {
|
|
214
|
+
function y() {
|
|
215
|
+
var F, b;
|
|
216
|
+
return ((b = (F = i == null ? void 0 : i.module) == null ? void 0 : F.entity[0]) == null ? void 0 : b.entities[0]) || {};
|
|
217
217
|
}
|
|
218
218
|
return {
|
|
219
|
-
getSchemaEntity:
|
|
219
|
+
getSchemaEntity: y
|
|
220
220
|
};
|
|
221
221
|
}
|
|
222
|
-
function
|
|
223
|
-
const { getSchemaEntity:
|
|
224
|
-
function
|
|
225
|
-
const u =
|
|
226
|
-
return
|
|
222
|
+
function ne(i) {
|
|
223
|
+
const { getSchemaEntity: y } = x(i);
|
|
224
|
+
function F(p) {
|
|
225
|
+
const u = y();
|
|
226
|
+
return E(u, p);
|
|
227
227
|
}
|
|
228
|
-
function
|
|
228
|
+
function b(p) {
|
|
229
229
|
var c, f;
|
|
230
230
|
const u = [];
|
|
231
|
-
function
|
|
232
|
-
var
|
|
233
|
-
const
|
|
234
|
-
(((
|
|
235
|
-
bindingPaths:
|
|
231
|
+
function C(a, v) {
|
|
232
|
+
var M;
|
|
233
|
+
const V = [...v, a.label];
|
|
234
|
+
(((M = p == null ? void 0 : p.type) == null ? void 0 : M.primary) || null) && u.push({
|
|
235
|
+
bindingPaths: V,
|
|
236
236
|
primaryKey: a.type.primary,
|
|
237
237
|
label: a.label
|
|
238
|
-
}), a.type.entities.forEach((
|
|
239
|
-
|
|
238
|
+
}), a.type.entities.forEach((O) => {
|
|
239
|
+
C(O, V);
|
|
240
240
|
});
|
|
241
241
|
}
|
|
242
|
-
return (((c =
|
|
242
|
+
return (((c = p == null ? void 0 : p.type) == null ? void 0 : c.primary) || null) && (u.push({
|
|
243
243
|
bindingPaths: [],
|
|
244
|
-
primaryKey:
|
|
245
|
-
label:
|
|
246
|
-
}), (((f =
|
|
247
|
-
|
|
244
|
+
primaryKey: p.type.primary,
|
|
245
|
+
label: p.label
|
|
246
|
+
}), (((f = p == null ? void 0 : p.type) == null ? void 0 : f.entities) || []).forEach((a) => {
|
|
247
|
+
C(a, []);
|
|
248
248
|
})), u;
|
|
249
249
|
}
|
|
250
|
-
function
|
|
251
|
-
const
|
|
252
|
-
if (
|
|
250
|
+
function E(p, u, C = !0) {
|
|
251
|
+
const m = C ? [] : [p.label];
|
|
252
|
+
if (p.label === u)
|
|
253
253
|
return {
|
|
254
|
-
bindingPaths:
|
|
255
|
-
primaryKey:
|
|
256
|
-
label:
|
|
254
|
+
bindingPaths: m,
|
|
255
|
+
primaryKey: p.type.primary,
|
|
256
|
+
label: p.label
|
|
257
257
|
};
|
|
258
|
-
for (const s of
|
|
259
|
-
const c =
|
|
258
|
+
for (const s of p.type.entities) {
|
|
259
|
+
const c = E(s, u, !1);
|
|
260
260
|
if (c)
|
|
261
261
|
return {
|
|
262
|
-
bindingPaths: [...
|
|
262
|
+
bindingPaths: [...m, ...c.bindingPaths],
|
|
263
263
|
primaryKey: c.primaryKey,
|
|
264
264
|
label: c.label
|
|
265
265
|
};
|
|
@@ -267,173 +267,177 @@ function te(p) {
|
|
|
267
267
|
return null;
|
|
268
268
|
}
|
|
269
269
|
return {
|
|
270
|
-
resolveEntityByDataSource:
|
|
271
|
-
resolveEntity:
|
|
272
|
-
resolveEntities:
|
|
270
|
+
resolveEntityByDataSource: F,
|
|
271
|
+
resolveEntity: E,
|
|
272
|
+
resolveEntities: b
|
|
273
273
|
};
|
|
274
274
|
}
|
|
275
|
-
function
|
|
276
|
-
const
|
|
277
|
-
function
|
|
278
|
-
const u =
|
|
279
|
-
|
|
280
|
-
const s = "/" +
|
|
281
|
-
|
|
275
|
+
function se(i) {
|
|
276
|
+
const y = {}, { getSchemaEntity: F } = x(i), { resolveEntities: b } = ne(i);
|
|
277
|
+
function E() {
|
|
278
|
+
const u = F();
|
|
279
|
+
b(u).forEach((m) => {
|
|
280
|
+
const s = "/" + m.bindingPaths.join("/"), { primaryKey: c } = m, f = { primaryKey: c, bindingPath: s, label: m.label, currentId: null };
|
|
281
|
+
y[s] = f;
|
|
282
282
|
});
|
|
283
283
|
}
|
|
284
|
-
function
|
|
285
|
-
return Array.isArray(u) ? u = "/" + u.join("/") : u = "/" + u.split("/").filter((
|
|
284
|
+
function p(u) {
|
|
285
|
+
return Array.isArray(u) ? u = "/" + u.join("/") : u = "/" + u.split("/").filter((C) => C).join("/"), y[u];
|
|
286
286
|
}
|
|
287
287
|
return {
|
|
288
|
-
setup:
|
|
289
|
-
get:
|
|
288
|
+
setup: E,
|
|
289
|
+
get: p
|
|
290
290
|
};
|
|
291
291
|
}
|
|
292
|
-
const
|
|
292
|
+
const L = /* @__PURE__ */ w({
|
|
293
293
|
name: "FDynamicView",
|
|
294
|
-
props:
|
|
294
|
+
props: Yr,
|
|
295
295
|
emits: ["update:modelValue", "event"],
|
|
296
|
-
setup(
|
|
297
|
-
const
|
|
298
|
-
|
|
299
|
-
const
|
|
300
|
-
|
|
301
|
-
function
|
|
296
|
+
setup(i, y) {
|
|
297
|
+
const F = $(i.schema), b = $(i.modelValue), E = /* @__PURE__ */ new Map(), p = /* @__PURE__ */ new Map();
|
|
298
|
+
H("useFormSchema"), Zr();
|
|
299
|
+
const u = te(), C = oe(b, y), m = se(F.value);
|
|
300
|
+
m.setup();
|
|
301
|
+
function s(n) {
|
|
302
302
|
const l = n.type, {
|
|
303
|
-
dataSource:
|
|
303
|
+
dataSource: g,
|
|
304
|
+
binding: d
|
|
304
305
|
} = n;
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
306
|
+
if (!g && !d)
|
|
307
|
+
return {};
|
|
308
|
+
g && p.set(g, n);
|
|
309
|
+
const P = e[l];
|
|
310
|
+
return (P && P.bindingResolver ? P.bindingResolver : Sr()).resolve(n, C);
|
|
308
311
|
}
|
|
309
|
-
function
|
|
312
|
+
function c(n) {
|
|
310
313
|
const l = {};
|
|
311
|
-
return n && Object.entries(n).forEach(([
|
|
312
|
-
l[
|
|
314
|
+
return n && Object.entries(n).forEach(([g, d]) => {
|
|
315
|
+
l[g] = () => Array.isArray(d) ? d.map((P) => v(P)) : v(d);
|
|
313
316
|
}), l;
|
|
314
317
|
}
|
|
315
|
-
function
|
|
316
|
-
const l = n.type,
|
|
317
|
-
return
|
|
318
|
+
function f(n) {
|
|
319
|
+
const l = n.type, g = ee(y), d = r[l], P = re();
|
|
320
|
+
return P ? P(d, n, g) : {};
|
|
318
321
|
}
|
|
319
|
-
function
|
|
320
|
-
const l = n.type,
|
|
321
|
-
...
|
|
322
|
+
function a(n) {
|
|
323
|
+
const l = n.type, g = t[l], d = g ? g(n) : {}, P = {
|
|
324
|
+
...f(n)
|
|
322
325
|
};
|
|
323
326
|
return {
|
|
324
327
|
props: {
|
|
325
328
|
...{
|
|
326
|
-
...
|
|
327
|
-
...
|
|
329
|
+
...d,
|
|
330
|
+
...s(n)
|
|
328
331
|
},
|
|
329
332
|
key: n.id,
|
|
330
333
|
ref: (R) => {
|
|
331
|
-
R && n.id &&
|
|
334
|
+
R && n.id && u.register(n.id, R);
|
|
332
335
|
}
|
|
333
336
|
},
|
|
334
|
-
eventProps:
|
|
337
|
+
eventProps: P
|
|
335
338
|
};
|
|
336
339
|
}
|
|
337
|
-
function
|
|
340
|
+
function v(n) {
|
|
341
|
+
var D, N;
|
|
338
342
|
const l = n.type;
|
|
339
343
|
if (l === "component-ref") {
|
|
340
|
-
const
|
|
341
|
-
if (
|
|
342
|
-
return
|
|
344
|
+
const T = (N = (D = F.value) == null ? void 0 : D.module) == null ? void 0 : N.components.find((G) => G.id === n.component);
|
|
345
|
+
if (T)
|
|
346
|
+
return v(T);
|
|
343
347
|
}
|
|
344
|
-
n.id &&
|
|
345
|
-
const
|
|
346
|
-
if (!
|
|
348
|
+
n.id && E.set(n.id, n);
|
|
349
|
+
const g = r[l];
|
|
350
|
+
if (!g)
|
|
347
351
|
return null;
|
|
348
352
|
const {
|
|
349
|
-
props:
|
|
350
|
-
eventProps:
|
|
351
|
-
} =
|
|
353
|
+
props: d,
|
|
354
|
+
eventProps: P
|
|
355
|
+
} = a(n), h = () => n.contents ? typeof n.contents == "string" ? n.contents : n.contents.map((T) => v(T)) : null, I = e[l], R = I ? I.editorResolver : null;
|
|
352
356
|
if (R) {
|
|
353
|
-
const
|
|
354
|
-
Object.assign(
|
|
357
|
+
const T = R.resolve(n);
|
|
358
|
+
Object.assign(T, P);
|
|
355
359
|
} else
|
|
356
|
-
Object.assign(
|
|
357
|
-
return
|
|
358
|
-
...
|
|
360
|
+
Object.assign(d, P);
|
|
361
|
+
return W(g, {
|
|
362
|
+
...d
|
|
359
363
|
}, {
|
|
360
364
|
default: h,
|
|
361
|
-
...
|
|
365
|
+
...c(n.slots)
|
|
362
366
|
});
|
|
363
367
|
}
|
|
364
|
-
function
|
|
365
|
-
|
|
368
|
+
function V(n, l) {
|
|
369
|
+
k(n.$props, l), n.$forceUpdate && n.$forceUpdate();
|
|
366
370
|
}
|
|
367
371
|
function j(n) {
|
|
368
|
-
return
|
|
372
|
+
return E.get(n);
|
|
369
373
|
}
|
|
370
374
|
function M(n, l) {
|
|
371
|
-
const
|
|
372
|
-
if (!
|
|
375
|
+
const g = E.get(n);
|
|
376
|
+
if (!g)
|
|
373
377
|
return;
|
|
374
|
-
const
|
|
375
|
-
if (!
|
|
378
|
+
const d = u.get(n);
|
|
379
|
+
if (!d)
|
|
376
380
|
return;
|
|
377
|
-
const
|
|
381
|
+
const P = k(g, l), {
|
|
378
382
|
props: h
|
|
379
|
-
} =
|
|
380
|
-
|
|
383
|
+
} = a(P);
|
|
384
|
+
V(d, h);
|
|
381
385
|
}
|
|
382
|
-
function
|
|
383
|
-
return
|
|
386
|
+
function O(n) {
|
|
387
|
+
return u.get(n).$props || {};
|
|
384
388
|
}
|
|
385
|
-
function
|
|
386
|
-
const
|
|
387
|
-
|
|
389
|
+
function K(n, l) {
|
|
390
|
+
const g = u.get(n);
|
|
391
|
+
g && V(g, l);
|
|
388
392
|
}
|
|
389
|
-
function
|
|
390
|
-
const
|
|
391
|
-
if (
|
|
392
|
-
if (!
|
|
393
|
+
function B(n, l, ...g) {
|
|
394
|
+
const d = u.get(n);
|
|
395
|
+
if (d) {
|
|
396
|
+
if (!d || typeof d[l] != "function")
|
|
393
397
|
throw new Error(`Method ${l} not found on instance ${n}`);
|
|
394
|
-
return
|
|
398
|
+
return d[l](...g);
|
|
395
399
|
}
|
|
396
400
|
}
|
|
397
|
-
function
|
|
398
|
-
const
|
|
399
|
-
if (!
|
|
401
|
+
function U(n, l) {
|
|
402
|
+
const g = m.get(n);
|
|
403
|
+
if (!g)
|
|
400
404
|
return;
|
|
401
|
-
const
|
|
402
|
-
if (!
|
|
405
|
+
const d = g.label, P = p.get(d);
|
|
406
|
+
if (!P)
|
|
403
407
|
return;
|
|
404
|
-
const h =
|
|
408
|
+
const h = P.type, I = e[h], R = I ? I.selectionItemResolver : null;
|
|
405
409
|
if (R) {
|
|
406
|
-
const
|
|
407
|
-
R.selectItemById(
|
|
410
|
+
const D = r[h];
|
|
411
|
+
R.selectItemById(D, l);
|
|
408
412
|
}
|
|
409
413
|
}
|
|
410
|
-
return
|
|
411
|
-
|
|
412
|
-
}),
|
|
413
|
-
componentManager:
|
|
414
|
-
rerender:
|
|
415
|
-
getProps:
|
|
416
|
-
invoke:
|
|
417
|
-
setProps:
|
|
414
|
+
return Q([() => i.modelValue, () => i.schema], ([n, l]) => {
|
|
415
|
+
b.value = n, F.value = l;
|
|
416
|
+
}), y.expose({
|
|
417
|
+
componentManager: u,
|
|
418
|
+
rerender: V,
|
|
419
|
+
getProps: O,
|
|
420
|
+
invoke: B,
|
|
421
|
+
setProps: K,
|
|
418
422
|
getSchema: j,
|
|
419
423
|
setSchema: M,
|
|
420
|
-
selectItemById:
|
|
424
|
+
selectItemById: U
|
|
421
425
|
}), () => {
|
|
422
|
-
var
|
|
423
|
-
const n = (
|
|
426
|
+
var g, d;
|
|
427
|
+
const n = (d = (g = F.value) == null ? void 0 : g.module) == null ? void 0 : d.components;
|
|
424
428
|
if (!n || n.length < 1)
|
|
425
429
|
return null;
|
|
426
|
-
const l = n.find((
|
|
427
|
-
return l ?
|
|
430
|
+
const l = n.find((P) => P.componentType === "Frame");
|
|
431
|
+
return l ? v(l) : null;
|
|
428
432
|
};
|
|
429
433
|
}
|
|
430
|
-
}),
|
|
431
|
-
install(
|
|
432
|
-
|
|
434
|
+
}), ft = {
|
|
435
|
+
install(i) {
|
|
436
|
+
i.component(L.name, L);
|
|
433
437
|
}
|
|
434
438
|
};
|
|
435
439
|
export {
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
440
|
+
L as FDynamicView,
|
|
441
|
+
ft as default,
|
|
442
|
+
Yr as dynamicViewProps
|
|
439
443
|
};
|