@farris/ui-vue 1.7.1 → 1.7.2-beta.1
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 +312 -61
- package/components/accordion/index.umd.cjs +1 -1
- package/components/avatar/index.esm.js +1482 -56
- package/components/avatar/index.umd.cjs +1 -1
- package/components/binding-selector/index.esm.js +752 -8
- package/components/binding-selector/index.umd.cjs +1 -1
- package/components/button-group/index.esm.js +266 -110
- package/components/button-group/index.umd.cjs +1 -1
- package/components/calendar/index.esm.js +129 -128
- package/components/calendar/index.umd.cjs +2 -2
- package/components/code-editor/index.esm.js +237 -169
- package/components/code-editor/index.umd.cjs +3 -3
- package/components/collection-property-editor/index.esm.js +134 -133
- package/components/collection-property-editor/index.umd.cjs +2 -2
- package/components/color-picker/index.esm.js +812 -502
- package/components/color-picker/index.umd.cjs +1 -1
- package/components/combo-list/index.esm.js +323 -291
- package/components/combo-list/index.umd.cjs +1 -1
- package/components/combo-tree/index.esm.js +355 -174
- package/components/combo-tree/index.umd.cjs +1 -1
- package/components/comment/index.esm.js +134 -133
- package/components/comment/index.umd.cjs +2 -2
- package/components/common/index.esm.js +1 -1
- package/components/common/index.umd.cjs +1 -1
- package/components/component/index.esm.js +3830 -2796
- package/components/component/index.umd.cjs +8 -1
- package/components/condition/index.esm.js +2482 -492
- package/components/condition/index.umd.cjs +8 -1
- package/components/data-grid/index.esm.js +431 -406
- package/components/data-grid/index.umd.cjs +1 -1
- package/components/data-view/index.esm.js +3306 -3165
- package/components/data-view/index.umd.cjs +1 -1
- package/components/date-picker/index.esm.js +1 -1
- package/components/date-picker/index.umd.cjs +1 -1
- package/components/designer-canvas/index.esm.js +3094 -2731
- package/components/designer-canvas/index.umd.cjs +1 -1
- package/components/drawer/index.esm.js +397 -387
- package/components/drawer/index.umd.cjs +2 -2
- package/components/dropdown/index.esm.js +373 -124
- package/components/dropdown/index.umd.cjs +2 -2
- package/components/dynamic-form/index.esm.js +592 -1894
- package/components/dynamic-form/index.umd.cjs +1 -1
- package/components/dynamic-resolver/index.esm.js +250 -248
- package/components/dynamic-resolver/index.umd.cjs +2 -2
- package/components/dynamic-view/index.esm.js +287 -284
- package/components/dynamic-view/index.umd.cjs +1 -1
- package/components/event-parameter/index.esm.js +1 -1
- package/components/event-parameter/index.umd.cjs +1 -1
- package/components/events-editor/index.esm.js +1890 -1473
- package/components/events-editor/index.umd.cjs +3 -3
- package/components/expression-editor/index.css +1 -1
- package/components/expression-editor/index.esm.js +7371 -2
- package/components/expression-editor/index.umd.cjs +427 -1
- package/components/fieldset/index.esm.js +1 -1
- package/components/fieldset/index.umd.cjs +1 -1
- package/components/filter-bar/index.esm.js +4 -5
- package/components/filter-bar/index.umd.cjs +2 -2
- package/components/filter-condition-editor/index.css +1 -1
- package/components/filter-condition-editor/index.esm.js +9044 -425
- package/components/filter-condition-editor/index.umd.cjs +427 -1
- package/components/html-template/index.esm.js +33 -36
- package/components/html-template/index.umd.cjs +1 -1
- package/components/image/index.esm.js +2 -2
- package/components/image/index.umd.cjs +1 -1
- package/components/image-cropper/index.esm.js +615 -361
- package/components/image-cropper/index.umd.cjs +1 -1
- package/components/json-editor/index.esm.js +325 -247
- package/components/json-editor/index.umd.cjs +1 -1
- package/components/language-textbox/index.esm.js +269 -269
- package/components/language-textbox/index.umd.cjs +2 -2
- package/components/layout/index.esm.js +549 -163
- package/components/layout/index.umd.cjs +1 -1
- package/components/list-nav/index.esm.js +837 -39
- package/components/list-nav/index.umd.cjs +1 -1
- package/components/list-view/index.esm.js +404 -622
- package/components/list-view/index.umd.cjs +6 -6
- package/components/lookup/index.esm.js +3624 -3625
- package/components/lookup/index.umd.cjs +1 -1
- package/components/mapping-editor/index.esm.js +1487 -1462
- package/components/mapping-editor/index.umd.cjs +1 -1
- package/components/menu-lookup/index.esm.js +577 -536
- package/components/menu-lookup/index.umd.cjs +6 -6
- package/components/nav/index.esm.js +311 -31
- package/components/nav/index.umd.cjs +1 -1
- package/components/number-range/index.esm.js +1634 -189
- package/components/number-range/index.umd.cjs +1 -1
- package/components/number-spinner/index.esm.js +82 -82
- package/components/number-spinner/index.umd.cjs +1 -1
- package/components/order/index.esm.js +1200 -859
- package/components/order/index.umd.cjs +6 -6
- package/components/page-footer/index.esm.js +331 -48
- package/components/page-footer/index.umd.cjs +1 -1
- package/components/page-header/index.esm.js +110 -116
- package/components/page-header/index.umd.cjs +1 -1
- package/components/pagination/index.esm.js +509 -232
- package/components/pagination/index.umd.cjs +1 -1
- package/components/progress/index.esm.js +353 -148
- package/components/progress/index.umd.cjs +3 -3
- package/components/property-editor/index.esm.js +157 -153
- package/components/property-editor/index.umd.cjs +1 -1
- package/components/property-panel/index.esm.js +1825 -871
- package/components/property-panel/index.umd.cjs +12 -5
- package/components/query-solution/index.css +1 -1
- package/components/query-solution/index.esm.js +6075 -3862
- package/components/query-solution/index.umd.cjs +13 -6
- package/components/response-layout/index.esm.js +1 -1
- package/components/response-layout/index.umd.cjs +1 -1
- package/components/schema-selector/index.esm.js +2603 -2376
- package/components/schema-selector/index.umd.cjs +5 -5
- package/components/search-box/index.esm.js +244 -72
- package/components/search-box/index.umd.cjs +1 -1
- package/components/section/index.esm.js +134 -133
- package/components/section/index.umd.cjs +2 -2
- package/components/smoke-detector/index.esm.js +179 -8
- package/components/smoke-detector/index.umd.cjs +1 -1
- package/components/sort-condition-editor/index.css +1 -0
- package/components/sort-condition-editor/index.esm.js +9488 -4
- package/components/sort-condition-editor/index.umd.cjs +427 -1
- package/components/splitter/index.esm.js +1172 -142
- package/components/splitter/index.umd.cjs +1 -1
- package/components/step/index.esm.js +47 -48
- package/components/step/index.umd.cjs +1 -1
- package/components/tabs/index.esm.js +490 -419
- package/components/tabs/index.umd.cjs +1 -1
- package/components/text/index.esm.js +217 -73
- package/components/text/index.umd.cjs +1 -1
- package/components/textarea/index.esm.js +29 -27
- package/components/textarea/index.umd.cjs +2 -2
- package/components/transfer/index.esm.js +762 -544
- package/components/transfer/index.umd.cjs +5 -5
- package/components/tree-grid/index.esm.js +287 -283
- package/components/tree-grid/index.umd.cjs +1 -1
- package/components/tree-view/index.esm.js +326 -157
- package/components/tree-view/index.umd.cjs +1 -1
- package/components/uploader/index.esm.js +1125 -634
- package/components/uploader/index.umd.cjs +2 -2
- package/components/verify-detail/index.esm.js +359 -106
- package/components/verify-detail/index.umd.cjs +1 -1
- package/components/video/index.esm.js +222 -89
- package/components/video/index.umd.cjs +1 -1
- package/components/weather/index.esm.js +290 -199
- package/components/weather/index.umd.cjs +1 -1
- package/designer/data-grid/index.esm.js +5798 -4905
- package/designer/data-grid/index.umd.cjs +16 -9
- package/designer/drawer/index.esm.js +576 -567
- package/designer/drawer/index.umd.cjs +2 -2
- package/designer/dynamic-form/index.esm.js +1418 -1154
- package/designer/dynamic-form/index.umd.cjs +8 -1
- package/designer/farris-designer.all.esm.js +11332 -10754
- package/designer/farris-designer.all.umd.cjs +17 -17
- package/designer/list-view/index.esm.js +647 -647
- package/designer/list-view/index.umd.cjs +6 -6
- package/designer/modal/index.esm.js +29 -137
- package/designer/modal/index.umd.cjs +1 -1
- package/designer/radio-group/index.esm.js +2 -3
- package/designer/radio-group/index.umd.cjs +1 -1
- package/designer/response-toolbar/index.esm.js +1 -1
- package/designer/response-toolbar/index.umd.cjs +1 -1
- package/designer/section/index.esm.js +1 -6
- package/designer/section/index.umd.cjs +1 -1
- package/designer/tabs/index.esm.js +2848 -2556
- package/designer/tabs/index.umd.cjs +2 -2
- package/designer/time-picker/index.esm.js +2 -2
- package/designer/time-picker/index.umd.cjs +1 -1
- package/designer/tree-grid/index.esm.js +826 -465
- package/designer/tree-grid/index.umd.cjs +1 -1
- package/farris.all.esm.js +75302 -73138
- package/farris.all.umd.cjs +94 -94
- package/index.css +1 -1
- package/package.json +1 -1
- package/types/accordion/src/accordion.props.d.ts +1 -0
- package/types/accordion/src/components/accordion-item.props.d.ts +1 -0
- package/types/avatar/src/avatar.props.d.ts +1 -0
- package/types/binding-selector/index.d.ts +54 -0
- package/types/binding-selector/src/binding-selector.props.d.ts +1 -0
- package/types/button-group/index.d.ts +0 -15
- package/types/button-group/src/button-group.props.d.ts +1 -0
- package/types/code-editor/index.d.ts +1 -0
- package/types/code-editor/src/code-textbox.component.d.ts +6 -6
- package/types/code-editor/src/code-textbox.props.d.ts +2 -0
- package/types/color-picker/index.d.ts +15 -0
- package/types/color-picker/src/color-picker.props.d.ts +1 -0
- package/types/combo-list/src/composition/use-data-source.d.ts +2 -1
- package/types/combo-tree/src/combo-tree.props.d.ts +1 -0
- package/types/component/index.d.ts +2 -0
- package/types/component/src/component.props.d.ts +8 -0
- package/types/components.d.ts +7 -0
- package/types/condition/index.d.ts +55 -0
- package/types/data-grid/index.d.ts +5 -2
- package/types/data-grid/src/data-grid.component.d.ts +2 -1
- package/types/data-view/components/row/hierarchy-row.component.d.ts +2 -2
- package/types/data-view/composition/appearance/use-cell-position.d.ts +1 -1
- package/types/data-view/composition/types.d.ts +5 -1
- package/types/data-view/composition/visualization/use-virtual-scroll.d.ts +2 -2
- package/types/data-view/composition/visualization/use-visual-data-bound.d.ts +3 -2
- package/types/data-view/composition/visualization/use-visual-data-row.d.ts +2 -1
- package/types/designer-toolbox/index.d.ts +3 -0
- package/types/designer-toolbox/src/toolbox.component.d.ts +14 -0
- package/types/designer-toolbox/src/toolbox.props.d.ts +29 -0
- package/types/designer-toolbox/src/types.d.ts +21 -0
- package/types/designer.d.ts +13 -0
- package/types/dropdown/index.d.ts +6 -27
- package/types/dropdown/src/dropdown.item.component.d.ts +1 -1
- package/types/dropdown/src/dropdown.props.d.ts +1 -0
- package/types/dynamic-form/designer.d.ts +1 -3
- package/types/dynamic-form/index.d.ts +3 -9
- package/types/dynamic-form/src/component/dynamic-form-label/dynamic-form-label.component.d.ts +3 -3
- package/types/dynamic-resolver/index.d.ts +0 -3
- package/types/dynamic-resolver/src/resolver/property-config/property-config-resolver-design.d.ts +1 -1
- package/types/dynamic-resolver/src/resolver/property-config/property-config-resolver.d.ts +1 -1
- package/types/dynamic-resolver/src/resolver/property-config/use-property-config-resolver.d.ts +2 -2
- package/types/dynamic-resolver/src/resolver/schema/schema-resolver-design.d.ts +1 -1
- package/types/dynamic-resolver/src/resolver/schema/schema-resolver.d.ts +1 -1
- package/types/dynamic-view/src/components/maps.d.ts +104 -92
- package/types/{binding-selector/designer.d.ts → expression-editor/index.d.ts} +6 -6
- package/types/filter-condition-editor/index.d.ts +9 -0
- package/types/filter-condition-editor/src/components/filter-condition-grid.component.d.ts +12 -12
- package/types/filter-condition-editor/src/components/sort-editor-grid.component.d.ts +12 -12
- package/types/filter-condition-editor/src/filter-condition-editor.props.d.ts +1 -0
- package/types/flow-canvas/index.d.ts +3 -0
- package/types/flow-canvas/src/components/flow-node-item.component.d.ts +8 -0
- package/types/flow-canvas/src/components/flow-node-item.props.d.ts +3 -0
- package/types/flow-canvas/src/composition/types.d.ts +42 -0
- package/types/flow-canvas/src/composition/use-bezier-curve.d.ts +2 -0
- package/types/flow-canvas/src/composition/use-connections.d.ts +2 -0
- package/types/flow-canvas/src/composition/use-curve.d.ts +4 -0
- package/types/flow-canvas/src/composition/use-drawing-bezier.d.ts +2 -0
- package/types/flow-canvas/src/composition/use-drawing.d.ts +4 -0
- package/types/flow-canvas/src/flow-canvas.component.d.ts +8 -0
- package/types/flow-canvas/src/flow-canvas.props.d.ts +3 -0
- package/types/image-cropper/src/image-cropper.props.d.ts +1 -0
- package/types/index.d.ts +1 -0
- package/types/json-editor/src/json-editor.props.d.ts +1 -0
- package/types/layout/index.d.ts +0 -1
- package/types/layout/src/components/layout-pane.props.d.ts +1 -0
- package/types/layout/src/designer/layout-pane-use-designer-rules.d.ts +2 -0
- package/types/layout/src/designer/layout-pane.design.component.d.ts +8 -0
- package/types/layout/src/designer/layout-use-designer-rules.d.ts +2 -0
- package/types/layout/src/designer/layout.design.component.d.ts +8 -0
- package/types/layout/src/layout.props.d.ts +1 -0
- package/types/layout/src/schema/schema-mapper.d.ts +2 -0
- package/types/layout/src/schema/schema-resolver.d.ts +2 -0
- package/types/list-nav/index.d.ts +5 -24
- package/types/list-nav/src/designer/use-designer-rules.d.ts +2 -0
- package/types/list-nav/src/list-nav.props.d.ts +1 -0
- package/types/list-nav/src/property-config/list-nav.property-config.d.ts +8 -0
- package/types/list-nav/src/schema/schema-mapper.d.ts +2 -0
- package/types/list-nav/src/schema/schema-resolver.d.ts +2 -0
- package/types/list-view/index.d.ts +0 -1
- package/types/list-view/src/composition/use-draggable.d.ts +1 -1
- package/types/lookup/index.d.ts +1 -1
- package/types/lookup/src/components/favorite/lookup-favorite.component.d.ts +1 -1
- package/types/lookup/src/components/popup-container.component.d.ts +6 -6
- package/types/menu-lookup/src/menu-lookup.props.d.ts +1 -0
- package/types/modal/designer.d.ts +0 -2
- package/types/nav/index.d.ts +20 -24
- package/types/nav/src/nav.props.d.ts +1 -0
- package/types/number-range/src/number-range.props.d.ts +1 -0
- package/types/order/index.d.ts +5 -36
- package/types/order/src/designer/order.design.component.d.ts +1 -1
- package/types/order/src/order.props.d.ts +1 -0
- package/types/page-footer/index.d.ts +2 -0
- package/types/page-footer/src/page-footer.props.d.ts +1 -0
- package/types/pagination/index.d.ts +0 -15
- package/types/pagination/src/pagination.props.d.ts +1 -0
- package/types/progress/src/progress.props.d.ts +1 -0
- package/types/query-solution/index.d.ts +2 -1
- package/types/radio-group/designer.d.ts +1 -2
- package/types/search-box/index.d.ts +17 -1
- package/types/search-box/src/search-box.props.d.ts +1 -0
- package/types/section/designer.d.ts +0 -1
- package/types/smoke-detector/index.d.ts +2 -0
- package/types/smoke-detector/src/smoke-detector.props.d.ts +1 -0
- package/types/sort-condition-editor/index.d.ts +7 -2
- package/types/sort-condition-editor/src/sort-condition-editor.props.d.ts +1 -0
- package/types/splitter/index.d.ts +0 -1
- package/types/splitter/src/components/splitter-pane.props.d.ts +1 -0
- package/types/splitter/src/splitter.props.d.ts +1 -0
- package/types/tabs/designer.d.ts +0 -1
- package/types/tabs/index.d.ts +1 -0
- package/types/text/index.d.ts +20 -24
- package/types/text/src/text.props.d.ts +1 -0
- package/types/transfer/src/transfer.props.d.ts +1 -0
- package/types/tree-grid/src/components/data/data-area.component.d.ts +2 -2
- package/types/tree-grid/src/tree-grid.props.d.ts +1 -0
- package/types/tree-view/src/components/data/tree-area.component.d.ts +1 -1
- package/types/tree-view/src/tree-view.props.d.ts +2 -0
- package/types/uploader/src/uploader.props.d.ts +1 -0
- package/types/verify-detail/index.d.ts +5 -58
- package/types/verify-detail/src/designer/verify-detail.design.component.d.ts +8 -8
- package/types/verify-detail/src/verify-detail.props.d.ts +1 -0
- package/types/video/index.d.ts +20 -24
- package/types/video/src/video.props.d.ts +1 -0
- package/components/dynamic-form/index.css +0 -1
- package/designer/accordion/index.esm.js +0 -257
- package/designer/accordion/index.umd.cjs +0 -1
- package/designer/avatar/index.esm.js +0 -1460
- package/designer/avatar/index.umd.cjs +0 -1
- package/designer/binding-selector/index.esm.js +0 -792
- package/designer/binding-selector/index.umd.cjs +0 -1
- package/designer/button-group/index.esm.js +0 -282
- package/designer/button-group/index.umd.cjs +0 -1
- package/designer/code-editor/index.esm.js +0 -75
- package/designer/code-editor/index.umd.cjs +0 -1
- package/designer/color-picker/index.esm.js +0 -1096
- package/designer/color-picker/index.umd.cjs +0 -1
- package/designer/combo-list/index.esm.js +0 -1095
- package/designer/combo-list/index.umd.cjs +0 -1
- package/designer/combo-tree/index.esm.js +0 -186
- package/designer/combo-tree/index.umd.cjs +0 -1
- package/designer/component/index.css +0 -1
- package/designer/component/index.esm.js +0 -5002
- package/designer/component/index.umd.cjs +0 -1
- package/designer/condition/index.esm.js +0 -1899
- package/designer/condition/index.umd.cjs +0 -1
- package/designer/dropdown/index.esm.js +0 -261
- package/designer/dropdown/index.umd.cjs +0 -1
- package/designer/expression-editor/index.css +0 -1
- package/designer/expression-editor/index.esm.js +0 -7006
- package/designer/expression-editor/index.umd.cjs +0 -427
- package/designer/filter-condition-editor/index.css +0 -1
- package/designer/filter-condition-editor/index.esm.js +0 -4795
- package/designer/filter-condition-editor/index.umd.cjs +0 -1
- package/designer/html-template/index.esm.js +0 -718
- package/designer/html-template/index.umd.cjs +0 -1
- package/designer/image-cropper/index.esm.js +0 -765
- package/designer/image-cropper/index.umd.cjs +0 -1
- package/designer/json-editor/index.esm.js +0 -83
- package/designer/json-editor/index.umd.cjs +0 -1
- package/designer/language-textbox/index.esm.js +0 -783
- package/designer/language-textbox/index.umd.cjs +0 -8
- package/designer/layout/index.esm.js +0 -430
- package/designer/layout/index.umd.cjs +0 -1
- package/designer/list-nav/index.esm.js +0 -802
- package/designer/list-nav/index.umd.cjs +0 -1
- package/designer/lookup/index.esm.js +0 -2083
- package/designer/lookup/index.umd.cjs +0 -1
- package/designer/menu-lookup/index.esm.js +0 -46
- package/designer/menu-lookup/index.umd.cjs +0 -1
- package/designer/nav/index.esm.js +0 -284
- package/designer/nav/index.umd.cjs +0 -1
- package/designer/number-range/index.esm.js +0 -1616
- package/designer/number-range/index.umd.cjs +0 -1
- package/designer/order/index.css +0 -1
- package/designer/order/index.esm.js +0 -2196
- package/designer/order/index.umd.cjs +0 -18
- package/designer/page-footer/index.esm.js +0 -290
- package/designer/page-footer/index.umd.cjs +0 -1
- package/designer/page-header/index.esm.js +0 -1003
- package/designer/page-header/index.umd.cjs +0 -1
- package/designer/pagination/index.esm.js +0 -591
- package/designer/pagination/index.umd.cjs +0 -1
- package/designer/progress/index.esm.js +0 -213
- package/designer/progress/index.umd.cjs +0 -1
- package/designer/search-box/index.esm.js +0 -245
- package/designer/search-box/index.umd.cjs +0 -1
- package/designer/smoke-detector/index.css +0 -1
- package/designer/smoke-detector/index.esm.js +0 -178
- package/designer/smoke-detector/index.umd.cjs +0 -1
- package/designer/sort-condition-editor/index.esm.js +0 -138
- package/designer/sort-condition-editor/index.umd.cjs +0 -1
- package/designer/splitter/index.esm.js +0 -1120
- package/designer/splitter/index.umd.cjs +0 -1
- package/designer/step/index.esm.js +0 -226
- package/designer/step/index.umd.cjs +0 -1
- package/designer/text/index.esm.js +0 -147
- package/designer/text/index.umd.cjs +0 -1
- package/designer/transfer/index.esm.js +0 -254
- package/designer/transfer/index.umd.cjs +0 -1
- package/designer/tree-view/index.esm.js +0 -313
- package/designer/tree-view/index.umd.cjs +0 -1
- package/designer/uploader/index.esm.js +0 -1190
- package/designer/uploader/index.umd.cjs +0 -2
- package/designer/verify-detail/index.esm.js +0 -258
- package/designer/verify-detail/index.umd.cjs +0 -1
- package/designer/video/index.esm.js +0 -136
- package/designer/video/index.umd.cjs +0 -1
- package/designer/weather/index.css +0 -1
- package/designer/weather/index.esm.js +0 -6244
- package/designer/weather/index.umd.cjs +0 -14
- package/types/accordion/designer.d.ts +0 -44
- package/types/avatar/designer.d.ts +0 -29
- package/types/button-group/designer.d.ts +0 -29
- package/types/code-editor/designer.d.ts +0 -5
- package/types/color-picker/designer.d.ts +0 -29
- package/types/combo-list/designer.d.ts +0 -29
- package/types/combo-list/src/designer/combo-list.design.props.d.ts +0 -6
- package/types/combo-tree/designer.d.ts +0 -5
- package/types/component/designer.d.ts +0 -35
- package/types/condition/designer.d.ts +0 -56
- package/types/dropdown/designer.d.ts +0 -6
- package/types/dynamic-form/src/composition/use-input-type-resolver.d.ts +0 -11
- package/types/expression-editor/designer.d.ts +0 -9
- package/types/filter-condition-editor/designer.d.ts +0 -10
- package/types/html-template/designer.d.ts +0 -31
- package/types/html-template/src/designer/html-template.design.props.d.ts +0 -9
- package/types/image-cropper/designer.d.ts +0 -4
- package/types/json-editor/designer.d.ts +0 -5
- package/types/menu-lookup/designer.d.ts +0 -5
- package/types/nav/designer.d.ts +0 -6
- package/types/number-range/designer.d.ts +0 -29
- package/types/order/designer.d.ts +0 -6
- package/types/page-footer/designer.d.ts +0 -6
- package/types/page-header/src/designer/page-header.design.props.d.ts +0 -20
- package/types/pagination/designer.d.ts +0 -29
- package/types/progress/designer.d.ts +0 -29
- package/types/search-box/designer.d.ts +0 -52
- package/types/smoke-detector/designer.d.ts +0 -6
- package/types/sort-condition-editor/designer.d.ts +0 -9
- package/types/splitter/designer.d.ts +0 -32
- package/types/step/designer.d.ts +0 -6
- package/types/text/designer.d.ts +0 -6
- package/types/transfer/designer.d.ts +0 -35
- package/types/tree-view/designer.d.ts +0 -29
- package/types/uploader/designer.d.ts +0 -141
- package/types/verify-detail/designer.d.ts +0 -6
- package/types/video/designer.d.ts +0 -6
- /package/{designer → components}/condition/index.css +0 -0
- /package/{designer → components}/uploader/index.css +0 -0
- /package/types/{dynamic-form/src/component/form-control/form-control.component.d.ts → list-nav/src/designer/list-nav.design.component.d.ts} +0 -0
|
@@ -1,6 +1,84 @@
|
|
|
1
|
-
import { ref as ie, computed as ce } from "vue";
|
|
2
1
|
import { isPlainObject as A, cloneDeep as L } from "lodash-es";
|
|
3
|
-
|
|
2
|
+
import { ref as ie, computed as se } from "vue";
|
|
3
|
+
function G(e, t) {
|
|
4
|
+
let n;
|
|
5
|
+
function r(o) {
|
|
6
|
+
const { properties: u, title: g, ignore: i } = o, s = i && Array.isArray(i), f = Object.keys(u).reduce((b, C) => ((!s || !i.find((F) => F === C)) && (b[C] = u[C].type === "object" && u[C].properties ? r(u[C]) : L(u[C].default)), b), {});
|
|
7
|
+
if (g && (!s || !i.find((b) => b === "id"))) {
|
|
8
|
+
const b = g.toLowerCase().replace(/-/g, "_");
|
|
9
|
+
f.id = `${b}_${Math.random().toString().slice(2, 6)}`;
|
|
10
|
+
}
|
|
11
|
+
return f;
|
|
12
|
+
}
|
|
13
|
+
function c(o) {
|
|
14
|
+
const { properties: u, title: g, required: i } = o;
|
|
15
|
+
if (i && Array.isArray(i)) {
|
|
16
|
+
const s = i.reduce((f, b) => (f[b] = u[b].type === "object" && u[b].properties ? r(u[b]) : L(u[b].default), f), {});
|
|
17
|
+
if (g && i.find((f) => f === "id")) {
|
|
18
|
+
const f = g.toLowerCase().replace(/-/g, "_");
|
|
19
|
+
s.id = `${f}_${Math.random().toString().slice(2, 6)}`;
|
|
20
|
+
}
|
|
21
|
+
return s;
|
|
22
|
+
}
|
|
23
|
+
return {
|
|
24
|
+
type: g
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
function m(o, u = {}, g) {
|
|
28
|
+
const i = e[o];
|
|
29
|
+
if (i) {
|
|
30
|
+
let s = c(i);
|
|
31
|
+
const f = t[o];
|
|
32
|
+
return s = f ? f({ getSchemaByType: m }, s, u, g) : s, n != null && n.appendIdentifyForNewControl && n.appendIdentifyForNewControl(s), s;
|
|
33
|
+
}
|
|
34
|
+
return null;
|
|
35
|
+
}
|
|
36
|
+
function a(o, u) {
|
|
37
|
+
const g = r(u);
|
|
38
|
+
return Object.keys(g).reduce((i, s) => (Object.prototype.hasOwnProperty.call(o, s) && (i[s] && A(i[s]) && A(o[s] || !o[s]) ? Object.assign(i[s], o[s] || {}) : i[s] = o[s]), i), g), g;
|
|
39
|
+
}
|
|
40
|
+
function d(o, u) {
|
|
41
|
+
return Object.keys(o).filter((i) => o[i] != null).reduce((i, s) => {
|
|
42
|
+
if (u.has(s)) {
|
|
43
|
+
const f = u.get(s);
|
|
44
|
+
if (typeof f == "string")
|
|
45
|
+
i[f] = o[s];
|
|
46
|
+
else {
|
|
47
|
+
const b = f(s, o[s], o);
|
|
48
|
+
Object.assign(i, b);
|
|
49
|
+
}
|
|
50
|
+
} else
|
|
51
|
+
i[s] = o[s];
|
|
52
|
+
return i;
|
|
53
|
+
}, {});
|
|
54
|
+
}
|
|
55
|
+
function y(o, u, g = /* @__PURE__ */ new Map()) {
|
|
56
|
+
const i = a(o, u);
|
|
57
|
+
return d(i, g);
|
|
58
|
+
}
|
|
59
|
+
function l(o) {
|
|
60
|
+
var g;
|
|
61
|
+
const u = o.type;
|
|
62
|
+
if (u) {
|
|
63
|
+
const i = e[u];
|
|
64
|
+
if (!i)
|
|
65
|
+
return o;
|
|
66
|
+
const s = a(o, i), f = ((g = o.editor) == null ? void 0 : g.type) || "";
|
|
67
|
+
if (f) {
|
|
68
|
+
const b = e[f], C = a(o.editor, b);
|
|
69
|
+
s.editor = C;
|
|
70
|
+
}
|
|
71
|
+
return s;
|
|
72
|
+
}
|
|
73
|
+
return o;
|
|
74
|
+
}
|
|
75
|
+
function p(o) {
|
|
76
|
+
n = o;
|
|
77
|
+
}
|
|
78
|
+
return { getSchemaByType: m, resolveSchemaWithDefaultValue: l, resolveSchemaToProps: y, mappingSchemaToProps: d, setDesignerContext: p };
|
|
79
|
+
}
|
|
80
|
+
const U = {}, q = {}, { getSchemaByType: He, resolveSchemaWithDefaultValue: ce, resolveSchemaToProps: W, mappingSchemaToProps: _, setDesignerContext: ze } = G(U, q);
|
|
81
|
+
function ae(e = {}) {
|
|
4
82
|
function t(l, p, o, u) {
|
|
5
83
|
if (typeof o == "number")
|
|
6
84
|
return u[l].length === o;
|
|
@@ -23,7 +101,7 @@ function se(e = {}) {
|
|
|
23
101
|
["getProperty", n]
|
|
24
102
|
]);
|
|
25
103
|
Object.keys(e).reduce((l, p) => (l.set(p, e[p]), l), r);
|
|
26
|
-
function
|
|
104
|
+
function c(l, p) {
|
|
27
105
|
const o = l;
|
|
28
106
|
return typeof p == "number" ? [{ target: o, operator: "length", param: null, value: Number(p) }] : typeof p == "boolean" ? [{ target: o, operator: "getProperty", param: l, value: !!p }] : typeof p == "object" ? Object.keys(p).map((u) => {
|
|
29
107
|
if (u === "length")
|
|
@@ -34,7 +112,7 @@ function se(e = {}) {
|
|
|
34
112
|
}
|
|
35
113
|
function m(l) {
|
|
36
114
|
return Object.keys(l).reduce((o, u) => {
|
|
37
|
-
const g =
|
|
115
|
+
const g = c(u, l[u]);
|
|
38
116
|
return o.push(...g), o;
|
|
39
117
|
}, []);
|
|
40
118
|
}
|
|
@@ -54,19 +132,19 @@ function se(e = {}) {
|
|
|
54
132
|
}
|
|
55
133
|
return { parseValueSchema: y };
|
|
56
134
|
}
|
|
57
|
-
const
|
|
135
|
+
const ue = {
|
|
58
136
|
convertTo: (e, t, n, r) => {
|
|
59
137
|
e.appearance || (e.appearance = {}), e.appearance[t] = n;
|
|
60
138
|
},
|
|
61
139
|
convertFrom: (e, t, n) => e.appearance ? e.appearance[t] : e[t]
|
|
62
|
-
}, ue = {
|
|
63
|
-
convertFrom: (e, t, n) => e.buttons && e.buttons.length ? `共 ${e.buttons.length} 项` : "无"
|
|
64
140
|
}, le = {
|
|
141
|
+
convertFrom: (e, t, n) => e.buttons && e.buttons.length ? `共 ${e.buttons.length} 项` : "无"
|
|
142
|
+
}, fe = {
|
|
65
143
|
convertTo: (e, t, n, r) => {
|
|
66
144
|
e.editor && (e.editor[t] = n);
|
|
67
145
|
},
|
|
68
146
|
convertFrom: (e, t, n) => e.editor && Object.prototype.hasOwnProperty.call(e.editor, t) ? e.editor[t] : e[t]
|
|
69
|
-
},
|
|
147
|
+
}, de = {
|
|
70
148
|
button: { type: "button", name: "按钮" },
|
|
71
149
|
"response-toolbar": { type: "response-toolbar", name: "工具栏" },
|
|
72
150
|
"response-toolbar-item": { type: "response-toolbar-item", name: "按钮" },
|
|
@@ -121,18 +199,18 @@ const ae = {
|
|
|
121
199
|
comment: { type: "comment", name: "评论区" },
|
|
122
200
|
"rich-text-editor": { type: "rich-text-editor", name: "富文本", icon: "rich-text-box" },
|
|
123
201
|
calendar: { type: "calendar", name: "日历", icon: "date-picker" }
|
|
124
|
-
},
|
|
202
|
+
}, me = {
|
|
125
203
|
convertFrom: (e, t, n) => {
|
|
126
|
-
var
|
|
204
|
+
var c;
|
|
127
205
|
const r = e.editor && e.editor[t] ? e.editor[t] : e[t];
|
|
128
|
-
return ((
|
|
206
|
+
return ((c = de[r]) == null ? void 0 : c.name) || r;
|
|
129
207
|
}
|
|
130
|
-
},
|
|
208
|
+
}, pe = {
|
|
131
209
|
convertTo: (e, t, n, r) => {
|
|
132
210
|
e[t] = e[t];
|
|
133
211
|
},
|
|
134
212
|
convertFrom: (e, t, n) => e.editor ? n.getRealEditorType(e.editor.type) : ""
|
|
135
|
-
},
|
|
213
|
+
}, ve = {
|
|
136
214
|
convertTo: (e, t, n, r) => {
|
|
137
215
|
(e.type === "data-grid-column" || e.type === "tree-grid-column") && (e.formatter ? e.formatter[t] = n : e.formatter = {
|
|
138
216
|
[t]: n
|
|
@@ -163,7 +241,7 @@ const ae = {
|
|
|
163
241
|
}
|
|
164
242
|
return "none";
|
|
165
243
|
}
|
|
166
|
-
},
|
|
244
|
+
}, ge = {
|
|
167
245
|
convertTo: (e, t, n, r) => {
|
|
168
246
|
e.command ? e.command[t] = n : e.command = {
|
|
169
247
|
[t]: n
|
|
@@ -209,10 +287,10 @@ const ae = {
|
|
|
209
287
|
]), t === "enableType" && n === "unable" && (e.command.enable = !1);
|
|
210
288
|
},
|
|
211
289
|
convertFrom: (e, t, n) => {
|
|
212
|
-
var r,
|
|
290
|
+
var r, c;
|
|
213
291
|
if (e.command) {
|
|
214
292
|
if (t === "enableType") {
|
|
215
|
-
const m = (
|
|
293
|
+
const m = (c = (r = e.command) == null ? void 0 : r.commands) == null ? void 0 : c.find((a) => a.command === "edit" && a.type === "primary");
|
|
216
294
|
return e.command.enable ? m ? "default" : "custom" : "unable";
|
|
217
295
|
}
|
|
218
296
|
if (t === "commands")
|
|
@@ -224,7 +302,7 @@ const ae = {
|
|
|
224
302
|
}
|
|
225
303
|
return "";
|
|
226
304
|
}
|
|
227
|
-
},
|
|
305
|
+
}, be = {
|
|
228
306
|
convertTo: (e, t, n, r) => {
|
|
229
307
|
e.column ? e.column[t] = n : e.column = {
|
|
230
308
|
[t]: n
|
|
@@ -239,7 +317,7 @@ const ae = {
|
|
|
239
317
|
}
|
|
240
318
|
return "";
|
|
241
319
|
}
|
|
242
|
-
},
|
|
320
|
+
}, ye = {
|
|
243
321
|
convertTo: (e, t, n, r) => {
|
|
244
322
|
e.summary ? e.summary[t] = n : e.summary = {
|
|
245
323
|
[t]: n
|
|
@@ -249,7 +327,7 @@ const ae = {
|
|
|
249
327
|
});
|
|
250
328
|
},
|
|
251
329
|
convertFrom: (e, t, n) => e.summary && t === "enable" ? e.summary.enable : e.type === "data-grid-column" ? e.enableSummary === void 0 ? !1 : e.enableSummary : ""
|
|
252
|
-
},
|
|
330
|
+
}, Ce = {
|
|
253
331
|
convertTo: (e, t, n, r) => {
|
|
254
332
|
e.group ? e.group[t] = n : e.group = {
|
|
255
333
|
[t]: n
|
|
@@ -267,7 +345,7 @@ const ae = {
|
|
|
267
345
|
return e.group.showSummary;
|
|
268
346
|
}
|
|
269
347
|
}
|
|
270
|
-
},
|
|
348
|
+
}, Te = {
|
|
271
349
|
convertFrom: (e, t) => e.binding ? e.binding.path : "",
|
|
272
350
|
convertTo: (e, t, n) => {
|
|
273
351
|
if (n && n.length > 0) {
|
|
@@ -275,53 +353,53 @@ const ae = {
|
|
|
275
353
|
e.binding || (e.binding = {}), e.binding.type = "Form", e.binding.path = r.bindingField, e.binding.field = r.id, e.binding.fullPath = r.path, e.path = r.bindingPath;
|
|
276
354
|
}
|
|
277
355
|
}
|
|
278
|
-
},
|
|
356
|
+
}, Se = {
|
|
279
357
|
convertTo: (e, t, n, r) => {
|
|
280
358
|
e.pagination || (e.pagination = {}), e.pagination[t] = n;
|
|
281
359
|
},
|
|
282
360
|
convertFrom: (e, t, n) => e.pagination ? e.pagination[t] : e[t]
|
|
283
|
-
},
|
|
361
|
+
}, Fe = {
|
|
284
362
|
convertTo: (e, t, n, r) => {
|
|
285
363
|
e.rowNumber || (e.rowNumber = {}), e.rowNumber[t] = n;
|
|
286
364
|
},
|
|
287
365
|
convertFrom: (e, t, n) => e.rowNumber ? e.rowNumber[t] : e[t]
|
|
288
|
-
},
|
|
366
|
+
}, Pe = {
|
|
289
367
|
convertTo: (e, t, n, r) => {
|
|
290
368
|
e.selection || (e.selection = {}), e.selection[t] = n;
|
|
291
369
|
},
|
|
292
370
|
convertFrom: (e, t, n) => {
|
|
293
|
-
var r,
|
|
294
|
-
return t === "showCheckbox" ? (r = e.selection) != null && r.multiSelect ? !0 : (
|
|
371
|
+
var r, c;
|
|
372
|
+
return t === "showCheckbox" ? (r = e.selection) != null && r.multiSelect ? !0 : (c = e.selection) == null ? void 0 : c.showCheckbox : e.selection ? e.selection[t] : e[t];
|
|
295
373
|
}
|
|
296
|
-
}, Pe = {
|
|
297
|
-
convertFrom: (e, t, n) => e[t] && e[t].length ? `共 ${e[t].length} 项` : ""
|
|
298
374
|
}, ke = {
|
|
375
|
+
convertFrom: (e, t, n) => e[t] && e[t].length ? `共 ${e[t].length} 项` : ""
|
|
376
|
+
}, we = {
|
|
299
377
|
convertFrom: (e, t) => e[t] || "",
|
|
300
378
|
convertTo: (e, t, n) => {
|
|
301
379
|
e[t] = n;
|
|
302
380
|
}
|
|
303
|
-
},
|
|
381
|
+
}, xe = {
|
|
304
382
|
convertTo: (e, t, n, r) => {
|
|
305
383
|
e.size || (e.size = {}), e.size[t] = n;
|
|
306
384
|
},
|
|
307
385
|
convertFrom: (e, t, n) => e.size ? e.size[t] : e[t]
|
|
308
|
-
},
|
|
386
|
+
}, De = {
|
|
309
387
|
convertFrom: (e, t, n) => {
|
|
310
|
-
var r,
|
|
311
|
-
return (r = e.formatter) != null && r.data && t === "formatterEnumData" && !e.formatterEnumData ? (
|
|
388
|
+
var r, c;
|
|
389
|
+
return (r = e.formatter) != null && r.data && t === "formatterEnumData" && !e.formatterEnumData ? (c = e.formatter) == null ? void 0 : c.data : e.formatterEnumData;
|
|
312
390
|
}
|
|
313
|
-
},
|
|
391
|
+
}, Ee = {
|
|
314
392
|
convertTo: (e, t, n, r) => {
|
|
315
393
|
e.sort || (e.sort = {}), e.sort[t] = n;
|
|
316
394
|
},
|
|
317
395
|
convertFrom: (e, t, n) => {
|
|
318
|
-
var r,
|
|
396
|
+
var r, c;
|
|
319
397
|
if (t === "mode")
|
|
320
398
|
return ((r = e.sort) == null ? void 0 : r.mode) || "client";
|
|
321
399
|
if (t === "multiSort")
|
|
322
|
-
return !!((
|
|
400
|
+
return !!((c = e.sort) != null && c.multiSort);
|
|
323
401
|
}
|
|
324
|
-
},
|
|
402
|
+
}, Re = {
|
|
325
403
|
convertTo: (e, t, n, r) => {
|
|
326
404
|
e.filter || (e.filter = {}), e.filter[t] = n;
|
|
327
405
|
},
|
|
@@ -330,7 +408,7 @@ const ae = {
|
|
|
330
408
|
if (t === "mode")
|
|
331
409
|
return ((r = e.filter) == null ? void 0 : r.mode) || "client";
|
|
332
410
|
}
|
|
333
|
-
},
|
|
411
|
+
}, Me = {
|
|
334
412
|
convertTo: (e, t, n, r) => {
|
|
335
413
|
e.rowOption ? e.rowOption[t] = n : e.rowOption = {
|
|
336
414
|
[t]: n
|
|
@@ -345,7 +423,7 @@ const ae = {
|
|
|
345
423
|
}
|
|
346
424
|
return "";
|
|
347
425
|
}
|
|
348
|
-
},
|
|
426
|
+
}, $e = {
|
|
349
427
|
convertTo: (e, t, n, r) => {
|
|
350
428
|
(e.type === "data-grid-column" || e.type === "tree-grid-column") && (e[t] = n, t === "columnTemplateType" && n === "hyperlink" && (e.onClickLinkCommand ? e.columnTemplate = `
|
|
351
429
|
<span class="f-pretend-link f-cursor-pointer"
|
|
@@ -358,31 +436,31 @@ const ae = {
|
|
|
358
436
|
},
|
|
359
437
|
convertFrom: (e, t, n) => t === "columnTemplate" ? e.columnTemplate : t === "columnTemplateType" ? e.columnTemplateType ? e.columnTemplateType || "default" : e.columnTemplate && !e.onClickLinkCommand ? "custom" : e.columnTemplate && e.onClickLinkCommand ? "hyperlink" : "default" : ""
|
|
360
438
|
};
|
|
361
|
-
function
|
|
439
|
+
function V(e, t, n) {
|
|
362
440
|
const r = /* @__PURE__ */ new Map([
|
|
363
|
-
["/converter/appearance.converter",
|
|
364
|
-
["/converter/buttons.converter",
|
|
365
|
-
["/converter/property-editor.converter",
|
|
366
|
-
["/converter/items-count.converter",
|
|
367
|
-
["/converter/type.converter",
|
|
368
|
-
["/converter/change-editor.converter",
|
|
369
|
-
["/converter/change-formatter.converter",
|
|
370
|
-
["/converter/column-command.converter",
|
|
371
|
-
["/converter/column-option.converter",
|
|
372
|
-
["/converter/summary.converter",
|
|
373
|
-
["/converter/group.converter",
|
|
374
|
-
["/converter/form-group-label.converter",
|
|
375
|
-
["/converter/field-selector.converter",
|
|
376
|
-
["/converter/pagination.converter",
|
|
377
|
-
["/converter/row-number.converter",
|
|
378
|
-
["/converter/grid-selection.converter",
|
|
379
|
-
["/converter/size.converter",
|
|
380
|
-
["/converter/change-formatter-enum.converter",
|
|
381
|
-
["/converter/grid-sort.converter",
|
|
382
|
-
["/converter/grid-filter.converter",
|
|
383
|
-
["/converter/row-option.converter",
|
|
384
|
-
["/converter/change-formatter-type.converter",
|
|
385
|
-
]),
|
|
441
|
+
["/converter/appearance.converter", ue],
|
|
442
|
+
["/converter/buttons.converter", le],
|
|
443
|
+
["/converter/property-editor.converter", fe],
|
|
444
|
+
["/converter/items-count.converter", ke],
|
|
445
|
+
["/converter/type.converter", me],
|
|
446
|
+
["/converter/change-editor.converter", pe],
|
|
447
|
+
["/converter/change-formatter.converter", ve],
|
|
448
|
+
["/converter/column-command.converter", ge],
|
|
449
|
+
["/converter/column-option.converter", be],
|
|
450
|
+
["/converter/summary.converter", ye],
|
|
451
|
+
["/converter/group.converter", Ce],
|
|
452
|
+
["/converter/form-group-label.converter", we],
|
|
453
|
+
["/converter/field-selector.converter", Te],
|
|
454
|
+
["/converter/pagination.converter", Se],
|
|
455
|
+
["/converter/row-number.converter", Fe],
|
|
456
|
+
["/converter/grid-selection.converter", Pe],
|
|
457
|
+
["/converter/size.converter", xe],
|
|
458
|
+
["/converter/change-formatter-enum.converter", De],
|
|
459
|
+
["/converter/grid-sort.converter", Ee],
|
|
460
|
+
["/converter/grid-filter.converter", Re],
|
|
461
|
+
["/converter/row-option.converter", Me],
|
|
462
|
+
["/converter/change-formatter-type.converter", $e]
|
|
463
|
+
]), c = /* @__PURE__ */ new Map([
|
|
386
464
|
["string", { type: "input-group", enableClear: !1 }],
|
|
387
465
|
["boolean", {
|
|
388
466
|
type: "combo-list",
|
|
@@ -406,27 +484,27 @@ function G(e, t, n) {
|
|
|
406
484
|
["array", { type: "button-edit" }],
|
|
407
485
|
["number", { type: "number-spinner", placeholder: "" }],
|
|
408
486
|
["events-editor", { type: "events-editor", hide: !0 }]
|
|
409
|
-
]), m =
|
|
410
|
-
function a(i,
|
|
411
|
-
return () => m.parseValueSchema(i,
|
|
487
|
+
]), m = ae();
|
|
488
|
+
function a(i, s) {
|
|
489
|
+
return () => m.parseValueSchema(i, s);
|
|
412
490
|
}
|
|
413
|
-
function d(i,
|
|
414
|
-
return i.includes("visible") &&
|
|
491
|
+
function d(i, s, f) {
|
|
492
|
+
return i.includes("visible") && s.visible !== void 0 ? typeof s.visible == "boolean" ? () => !!s.visible : s.visible === void 0 ? !0 : a(s.visible, f) : () => !0;
|
|
415
493
|
}
|
|
416
|
-
function y(i,
|
|
417
|
-
return i.includes("readonly") &&
|
|
494
|
+
function y(i, s, f) {
|
|
495
|
+
return i.includes("readonly") && s.readonly !== void 0 ? typeof s.readonly == "boolean" ? () => !!s.readonly : a(s.readonly, f) : () => !1;
|
|
418
496
|
}
|
|
419
|
-
function l(i,
|
|
420
|
-
const f = i.$converter ||
|
|
497
|
+
function l(i, s) {
|
|
498
|
+
const f = i.$converter || s;
|
|
421
499
|
return typeof f == "string" && f && r.has(f) ? r.get(f) || null : f || null;
|
|
422
500
|
}
|
|
423
|
-
function p(i,
|
|
501
|
+
function p(i, s, f, b, C, F = "", k = "") {
|
|
424
502
|
return Object.keys(i).map((S) => {
|
|
425
|
-
const R = ie(1), w = S, T = i[S], v = Object.keys(T), B = T.title, M = T.type, $ =
|
|
426
|
-
E.readonly = E.readonly === void 0 ?
|
|
427
|
-
const
|
|
503
|
+
const R = ie(1), w = S, T = i[S], v = Object.keys(T), B = T.title, M = T.type, $ = c.get(M) || { type: "input-group", enableClear: !1 }, E = T.editor ? Object.assign({}, $, T.editor) : Object.assign({}, $), O = d(v, T, s), h = y(v, T, s);
|
|
504
|
+
E.readonly = E.readonly === void 0 ? h() : E.readonly;
|
|
505
|
+
const H = T.type === "cascade" ? p(T.properties, s, f, b, C, F, k) : [], z = !0;
|
|
428
506
|
let x = l(T, k);
|
|
429
|
-
const K =
|
|
507
|
+
const K = se({
|
|
430
508
|
get() {
|
|
431
509
|
if (R.value) {
|
|
432
510
|
if (["class", "style"].find((oe) => oe === w) && !x && (x = r.get("/converter/appearance.converter") || null), x && x.convertFrom)
|
|
@@ -439,19 +517,19 @@ function G(e, t, n) {
|
|
|
439
517
|
set(D) {
|
|
440
518
|
R.value += 1, x && x.convertTo ? (x.convertTo(b, S, D, C, F), x.convertTo(f, S, D, C, F)) : (b[S] = D, f[S] = D);
|
|
441
519
|
}
|
|
442
|
-
}), { refreshPanelAfterChanged: ee, description: te, isExpand: ne, parentPropertyID: re } = T, I = { propertyID: w, propertyName: B, propertyType: M, propertyValue: K, editor: E, visible:
|
|
443
|
-
return
|
|
520
|
+
}), { refreshPanelAfterChanged: ee, description: te, isExpand: ne, parentPropertyID: re } = T, I = { propertyID: w, propertyName: B, propertyType: M, propertyValue: K, editor: E, visible: O, readonly: h, cascadeConfig: H, hideCascadeTitle: z, refreshPanelAfterChanged: ee, description: te, isExpand: ne, parentPropertyID: re };
|
|
521
|
+
return s[w] = I, I;
|
|
444
522
|
});
|
|
445
523
|
}
|
|
446
|
-
function o(i,
|
|
524
|
+
function o(i, s, f = {}) {
|
|
447
525
|
const b = {}, C = e[i];
|
|
448
526
|
return C && C.categories ? Object.keys(C.categories).map((k) => {
|
|
449
|
-
const P = C.categories[k], S = P == null ? void 0 : P.title, R = p(P.properties || {}, b, {}, f,
|
|
527
|
+
const P = C.categories[k], S = P == null ? void 0 : P.title, R = p(P.properties || {}, b, {}, f, s);
|
|
450
528
|
return { categoryId: k, categoryName: S, properties: R };
|
|
451
529
|
}) : [];
|
|
452
530
|
}
|
|
453
|
-
function u(i,
|
|
454
|
-
const F =
|
|
531
|
+
function u(i, s, f, b, C = "") {
|
|
532
|
+
const F = s.$ref.schema, k = s.$ref.converter, P = f[F], S = P.type, R = n(P), w = {}, T = e[S];
|
|
455
533
|
if (T && T.categories) {
|
|
456
534
|
const v = T.categories[i], B = v == null ? void 0 : v.title;
|
|
457
535
|
k && Object.keys(v.properties).forEach((E) => {
|
|
@@ -462,7 +540,7 @@ function G(e, t, n) {
|
|
|
462
540
|
}
|
|
463
541
|
return { categoryId: i, categoryName: "", properties: [] };
|
|
464
542
|
}
|
|
465
|
-
function g(i,
|
|
543
|
+
function g(i, s, f, b, C) {
|
|
466
544
|
const F = i.type, k = n(i), P = {};
|
|
467
545
|
let S = C || e[F];
|
|
468
546
|
if (!(S && Object.keys(S).length > 0) && f && f.getPropConfig && (S = f.getPropConfig(b)), S && S.categories) {
|
|
@@ -470,11 +548,11 @@ function G(e, t, n) {
|
|
|
470
548
|
return Object.keys(S.categories).map((T) => {
|
|
471
549
|
const v = S.categories[T];
|
|
472
550
|
if (v.$ref) {
|
|
473
|
-
w.push(u(T, v, i,
|
|
551
|
+
w.push(u(T, v, i, s, b));
|
|
474
552
|
return;
|
|
475
553
|
}
|
|
476
|
-
const B = v == null ? void 0 : v.title, M = v == null ? void 0 : v.tabId, $ = v == null ? void 0 : v.tabName, E = v == null ? void 0 : v.hide,
|
|
477
|
-
w.push({ categoryId: T, categoryName: B, tabId: M, tabName: $, hide: E, properties:
|
|
554
|
+
const B = v == null ? void 0 : v.title, M = v == null ? void 0 : v.tabId, $ = v == null ? void 0 : v.tabName, E = v == null ? void 0 : v.hide, O = v == null ? void 0 : v.hideTitle, h = p(v.properties || {}, P, k, i, s, b, v.$converter), { setPropertyRelates: H } = v, z = v == null ? void 0 : v.parentPropertyID;
|
|
555
|
+
w.push({ categoryId: T, categoryName: B, tabId: M, tabName: $, hide: E, properties: h, hideTitle: O, setPropertyRelates: H, parentPropertyID: z });
|
|
478
556
|
}), w;
|
|
479
557
|
}
|
|
480
558
|
return [];
|
|
@@ -485,110 +563,35 @@ function G(e, t, n) {
|
|
|
485
563
|
propertyConverterMap: r
|
|
486
564
|
};
|
|
487
565
|
}
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
f.id = `${b}_${Math.random().toString().slice(2, 6)}`;
|
|
495
|
-
}
|
|
496
|
-
return f;
|
|
497
|
-
}
|
|
498
|
-
function s(o) {
|
|
499
|
-
const { properties: u, title: g, required: i } = o;
|
|
500
|
-
if (i && Array.isArray(i)) {
|
|
501
|
-
const c = i.reduce((f, b) => (f[b] = u[b].type === "object" && u[b].properties ? r(u[b]) : L(u[b].default), f), {});
|
|
502
|
-
if (g && i.find((f) => f === "id")) {
|
|
503
|
-
const f = g.toLowerCase().replace(/-/g, "_");
|
|
504
|
-
c.id = `${f}_${Math.random().toString().slice(2, 6)}`;
|
|
505
|
-
}
|
|
506
|
-
return c;
|
|
507
|
-
}
|
|
508
|
-
return {
|
|
509
|
-
type: g
|
|
510
|
-
};
|
|
511
|
-
}
|
|
512
|
-
function m(o, u = {}, g) {
|
|
513
|
-
const i = e[o];
|
|
514
|
-
if (i) {
|
|
515
|
-
let c = s(i);
|
|
516
|
-
const f = t[o];
|
|
517
|
-
return c = f ? f({ getSchemaByType: m }, c, u, g) : c, n != null && n.appendIdentifyForNewControl && n.appendIdentifyForNewControl(c), c;
|
|
518
|
-
}
|
|
519
|
-
return null;
|
|
520
|
-
}
|
|
521
|
-
function a(o, u) {
|
|
522
|
-
const g = r(u);
|
|
523
|
-
return Object.keys(g).reduce((i, c) => (Object.prototype.hasOwnProperty.call(o, c) && (i[c] && A(i[c]) && A(o[c] || !o[c]) ? Object.assign(i[c], o[c] || {}) : i[c] = o[c]), i), g), g;
|
|
524
|
-
}
|
|
525
|
-
function d(o, u) {
|
|
526
|
-
return Object.keys(o).filter((i) => o[i] != null).reduce((i, c) => {
|
|
527
|
-
if (u.has(c)) {
|
|
528
|
-
const f = u.get(c);
|
|
529
|
-
if (typeof f == "string")
|
|
530
|
-
i[f] = o[c];
|
|
531
|
-
else {
|
|
532
|
-
const b = f(c, o[c], o);
|
|
533
|
-
Object.assign(i, b);
|
|
534
|
-
}
|
|
535
|
-
} else
|
|
536
|
-
i[c] = o[c];
|
|
537
|
-
return i;
|
|
538
|
-
}, {});
|
|
539
|
-
}
|
|
540
|
-
function y(o, u, g = /* @__PURE__ */ new Map()) {
|
|
541
|
-
const i = a(o, u);
|
|
542
|
-
return d(i, g);
|
|
543
|
-
}
|
|
544
|
-
function l(o) {
|
|
545
|
-
var g;
|
|
546
|
-
const u = o.type;
|
|
547
|
-
if (u) {
|
|
548
|
-
const i = e[u];
|
|
549
|
-
if (!i)
|
|
550
|
-
return o;
|
|
551
|
-
const c = a(o, i), f = ((g = o.editor) == null ? void 0 : g.type) || "";
|
|
552
|
-
if (f) {
|
|
553
|
-
const b = e[f], C = a(o.editor, b);
|
|
554
|
-
c.editor = C;
|
|
555
|
-
}
|
|
556
|
-
return c;
|
|
557
|
-
}
|
|
558
|
-
return o;
|
|
559
|
-
}
|
|
560
|
-
function p(o) {
|
|
561
|
-
n = o;
|
|
562
|
-
}
|
|
563
|
-
return { getSchemaByType: m, resolveSchemaWithDefaultValue: l, resolveSchemaToProps: y, mappingSchemaToProps: d, setDesignerContext: p };
|
|
564
|
-
}
|
|
565
|
-
const q = {}, W = {}, { getSchemaByType: he, resolveSchemaWithDefaultValue: $e, resolveSchemaToProps: ze, mappingSchemaToProps: Ie, setDesignerContext: Ae } = U(q, W), _ = {}, j = {}, { getPropertyConfigBySchema: Le } = G(_, j, $e), V = {}, J = {}, { getSchemaByType: Ge, resolveSchemaWithDefaultValue: Be, resolveSchemaToProps: Q, mappingSchemaToProps: X, setDesignerContext: Ue } = U(V, J), Y = {}, Z = {};
|
|
566
|
-
G(Y, Z, Be);
|
|
567
|
-
function qe(e, t, n = /* @__PURE__ */ new Map(), r = (a, d, y, l) => d, s = {}, m = (a) => a) {
|
|
568
|
-
return V[t.title] = t, J[t.title] = r, Y[t.title] = s, Z[t.title] = m, q[t.title] = t, W[t.title] = r, _[t.title] = s, j[t.title] = m, (a = {}, d = !0) => {
|
|
566
|
+
const j = {}, J = {};
|
|
567
|
+
V(j, J, ce);
|
|
568
|
+
const Q = {}, X = {}, { getSchemaByType: Ie, resolveSchemaWithDefaultValue: Be, resolveSchemaToProps: Ae, mappingSchemaToProps: Le, setDesignerContext: Ge } = G(Q, X), Y = {}, Z = {};
|
|
569
|
+
V(Y, Z, Be);
|
|
570
|
+
function Ue(e, t, n = /* @__PURE__ */ new Map(), r = (a, d, y, l) => d, c = {}, m = (a) => a) {
|
|
571
|
+
return U[t.title] = t, q[t.title] = r, j[t.title] = c, J[t.title] = m, Q[t.title] = t, X[t.title] = r, Y[t.title] = c, Z[t.title] = m, (a = {}, d = !0) => {
|
|
569
572
|
if (!d)
|
|
570
|
-
return
|
|
571
|
-
const y =
|
|
573
|
+
return _(a, n);
|
|
574
|
+
const y = W(a, t, n), l = Object.keys(e).reduce((p, o) => (p[o] = e[o].default, p), {});
|
|
572
575
|
return Object.assign(l, y);
|
|
573
576
|
};
|
|
574
577
|
}
|
|
575
|
-
function Ne(e, t, n, r,
|
|
576
|
-
const { schemaMap: m, schemaResolverMap: a, propertyConfigSchemaMap: d, propertyEffectMap: y } =
|
|
578
|
+
function Ne(e, t, n, r, c) {
|
|
579
|
+
const { schemaMap: m, schemaResolverMap: a, propertyConfigSchemaMap: d, propertyEffectMap: y } = c;
|
|
577
580
|
m[e.title] = e, a[e.title] = t, d[e.title] = n, y[e.title] = r;
|
|
578
581
|
}
|
|
579
|
-
function
|
|
580
|
-
return (a) => (Ne(t, r,
|
|
582
|
+
function qe(e, t, n = /* @__PURE__ */ new Map(), r = (a, d, y, l) => d, c = {}, m = (a) => a) {
|
|
583
|
+
return (a) => (Ne(t, r, c, m, a), (d = {}, y = !0) => {
|
|
581
584
|
if (!y)
|
|
582
|
-
return
|
|
583
|
-
const l =
|
|
585
|
+
return _(d, n);
|
|
586
|
+
const l = W(d, t, n), p = Object.keys(e).reduce((o, u) => (o[u] = e[u].default, o), {});
|
|
584
587
|
return Object.assign(p, l);
|
|
585
588
|
});
|
|
586
589
|
}
|
|
587
|
-
function
|
|
590
|
+
function We(e, t) {
|
|
588
591
|
return { customClass: t.class, customStyle: t.style };
|
|
589
592
|
}
|
|
590
|
-
function
|
|
591
|
-
var r,
|
|
593
|
+
function _e(e, t) {
|
|
594
|
+
var r, c;
|
|
592
595
|
const n = {};
|
|
593
596
|
if (t != null && t.buttons) {
|
|
594
597
|
const m = [];
|
|
@@ -600,18 +603,18 @@ function je(e, t) {
|
|
|
600
603
|
}), m.push(d);
|
|
601
604
|
}), n.buttons = m;
|
|
602
605
|
}
|
|
603
|
-
return (
|
|
606
|
+
return (c = t == null ? void 0 : t.appearance) != null && c.class && (n.buttonClass = t.appearance.class || "col-6"), t != null && t.id && (n.toolbarId = t.id), t && Object.prototype.hasOwnProperty.call(t, "visible") && (n.buttonsVisible = t.visible), n;
|
|
604
607
|
}
|
|
605
608
|
function Ve() {
|
|
606
609
|
function e(t, n) {
|
|
607
610
|
const { id: r } = t || {};
|
|
608
611
|
if (t.binding === void 0 || typeof t.binding != "object")
|
|
609
612
|
return {};
|
|
610
|
-
const { field:
|
|
613
|
+
const { field: c } = t.binding || {};
|
|
611
614
|
return {
|
|
612
615
|
modelValue: n.getValue(r),
|
|
613
616
|
"onUpdate:modelValue": (m) => {
|
|
614
|
-
n.setValue(r,
|
|
617
|
+
n.setValue(r, c, m);
|
|
615
618
|
}
|
|
616
619
|
};
|
|
617
620
|
}
|
|
@@ -619,10 +622,10 @@ function Ve() {
|
|
|
619
622
|
resolve: e
|
|
620
623
|
};
|
|
621
624
|
}
|
|
622
|
-
function
|
|
625
|
+
function je() {
|
|
623
626
|
function e(t, n) {
|
|
624
|
-
const { id: r } = t || {}, { dataSource:
|
|
625
|
-
return
|
|
627
|
+
const { id: r } = t || {}, { dataSource: c } = t || {};
|
|
628
|
+
return c === void 0 ? {} : {
|
|
626
629
|
data: n.getValue(r),
|
|
627
630
|
"onUpdate:data": (...m) => {
|
|
628
631
|
}
|
|
@@ -632,20 +635,20 @@ function Je() {
|
|
|
632
635
|
resolve: e
|
|
633
636
|
};
|
|
634
637
|
}
|
|
635
|
-
function
|
|
638
|
+
function Je() {
|
|
636
639
|
function e(t, n) {
|
|
637
|
-
const { id: r } = t || {}, { dataSource:
|
|
638
|
-
return
|
|
640
|
+
const { id: r } = t || {}, { dataSource: c } = t || {};
|
|
641
|
+
return c === void 0 ? {} : {};
|
|
639
642
|
}
|
|
640
643
|
return {
|
|
641
644
|
resolve: e
|
|
642
645
|
};
|
|
643
646
|
}
|
|
644
|
-
function
|
|
647
|
+
function Qe() {
|
|
645
648
|
function e(t, n) {
|
|
646
649
|
const { path: r } = t.binding || {};
|
|
647
650
|
return r ? {
|
|
648
|
-
"onUpdate:dataMapping": (...
|
|
651
|
+
"onUpdate:dataMapping": (...c) => {
|
|
649
652
|
}
|
|
650
653
|
} : {};
|
|
651
654
|
}
|
|
@@ -653,10 +656,10 @@ function Xe() {
|
|
|
653
656
|
resolve: e
|
|
654
657
|
};
|
|
655
658
|
}
|
|
656
|
-
function
|
|
659
|
+
function Xe() {
|
|
657
660
|
function e(t, n) {
|
|
658
|
-
const { id: r } = t || {}, { dataSource:
|
|
659
|
-
return
|
|
661
|
+
const { id: r } = t || {}, { dataSource: c } = t || {};
|
|
662
|
+
return c === void 0 ? {} : {
|
|
660
663
|
events: n.getValue(r)
|
|
661
664
|
};
|
|
662
665
|
}
|
|
@@ -664,18 +667,18 @@ function Ye() {
|
|
|
664
667
|
resolve: e
|
|
665
668
|
};
|
|
666
669
|
}
|
|
667
|
-
function
|
|
670
|
+
function Ye() {
|
|
668
671
|
return (e, t, n) => {
|
|
669
|
-
const r = t.id, { type:
|
|
672
|
+
const r = t.id, { type: c } = t, m = e.emits;
|
|
670
673
|
return m ? m.filter((a) => a !== "update:modelValue").reduce((a, d) => {
|
|
671
674
|
const y = `on${d.charAt(0).toUpperCase()}${d.slice(1)}`;
|
|
672
675
|
return a[y] = (...l) => {
|
|
673
|
-
n.dispatch(r, d,
|
|
676
|
+
n.dispatch(r, d, c, l);
|
|
674
677
|
}, a;
|
|
675
678
|
}, {}) : {};
|
|
676
679
|
};
|
|
677
680
|
}
|
|
678
|
-
function
|
|
681
|
+
function Ze() {
|
|
679
682
|
function e(t, n) {
|
|
680
683
|
return t.selectItemById(n);
|
|
681
684
|
}
|
|
@@ -683,7 +686,7 @@ function Ke() {
|
|
|
683
686
|
selectItemById: e
|
|
684
687
|
};
|
|
685
688
|
}
|
|
686
|
-
function
|
|
689
|
+
function Ke() {
|
|
687
690
|
function e(t, n) {
|
|
688
691
|
return t.selectItemById(n);
|
|
689
692
|
}
|
|
@@ -691,7 +694,7 @@ function et() {
|
|
|
691
694
|
selectItemById: e
|
|
692
695
|
};
|
|
693
696
|
}
|
|
694
|
-
function
|
|
697
|
+
function et() {
|
|
695
698
|
function e(t) {
|
|
696
699
|
return t.editor;
|
|
697
700
|
}
|
|
@@ -699,7 +702,7 @@ function tt() {
|
|
|
699
702
|
resolve: e
|
|
700
703
|
};
|
|
701
704
|
}
|
|
702
|
-
function
|
|
705
|
+
function tt() {
|
|
703
706
|
function e(t) {
|
|
704
707
|
return Object.prototype.hasOwnProperty.call(t, "visible") ? t.visible : null;
|
|
705
708
|
}
|
|
@@ -714,14 +717,14 @@ function N(e, t) {
|
|
|
714
717
|
if (n.id === t)
|
|
715
718
|
return n;
|
|
716
719
|
if (n.children) {
|
|
717
|
-
const r = n.children.find((
|
|
720
|
+
const r = n.children.find((c) => c.id === t);
|
|
718
721
|
if (r)
|
|
719
722
|
return r;
|
|
720
723
|
}
|
|
721
724
|
}
|
|
722
725
|
return null;
|
|
723
726
|
}
|
|
724
|
-
function
|
|
727
|
+
function nt() {
|
|
725
728
|
function e(t, n) {
|
|
726
729
|
const { name: r } = n;
|
|
727
730
|
return t[`on${r.charAt(0).toUpperCase()}${r.slice(1)}`] || t[r];
|
|
@@ -730,22 +733,22 @@ function rt() {
|
|
|
730
733
|
resolve: e
|
|
731
734
|
};
|
|
732
735
|
}
|
|
733
|
-
function
|
|
736
|
+
function rt() {
|
|
734
737
|
function e(t, n) {
|
|
735
738
|
var d;
|
|
736
739
|
const r = (d = t.toolbar) == null ? void 0 : d.buttons;
|
|
737
740
|
if (!r || r.length < 1)
|
|
738
741
|
return null;
|
|
739
|
-
const [
|
|
742
|
+
const [c, m] = n.payloads, a = N(r, m);
|
|
740
743
|
return a ? a.onClick || a.click : null;
|
|
741
744
|
}
|
|
742
745
|
return {
|
|
743
746
|
resolve: e
|
|
744
747
|
};
|
|
745
748
|
}
|
|
746
|
-
function
|
|
749
|
+
function ot() {
|
|
747
750
|
function e(t, n) {
|
|
748
|
-
const { name: r } = n, [
|
|
751
|
+
const { name: r } = n, [c, m] = n.payloads;
|
|
749
752
|
if (r === "tabChange" || r === "tabRemove")
|
|
750
753
|
return t[`on${r.charAt(0).toUpperCase()}${r.slice(1)}`];
|
|
751
754
|
const a = t.contents;
|
|
@@ -764,12 +767,12 @@ function it() {
|
|
|
764
767
|
resolve: e
|
|
765
768
|
};
|
|
766
769
|
}
|
|
767
|
-
function
|
|
770
|
+
function it() {
|
|
768
771
|
function e(t, n) {
|
|
769
772
|
const r = t.buttons;
|
|
770
773
|
if (!r || r.length < 1)
|
|
771
774
|
return null;
|
|
772
|
-
const [
|
|
775
|
+
const [c, m] = n.payloads, a = N(r, m);
|
|
773
776
|
return a ? a.onClick || a.click : null;
|
|
774
777
|
}
|
|
775
778
|
return {
|
|
@@ -782,16 +785,16 @@ function st() {
|
|
|
782
785
|
const r = (d = t.toolbar) == null ? void 0 : d.buttons;
|
|
783
786
|
if (!r || r.length < 1)
|
|
784
787
|
return null;
|
|
785
|
-
const [
|
|
788
|
+
const [c, m] = n.payloads, a = N(r, m);
|
|
786
789
|
return a ? a.onClick || a.click : null;
|
|
787
790
|
}
|
|
788
791
|
return {
|
|
789
792
|
resolve: e
|
|
790
793
|
};
|
|
791
794
|
}
|
|
792
|
-
function
|
|
795
|
+
function ct() {
|
|
793
796
|
function e(t, n) {
|
|
794
|
-
const { footerToolbar: r, headerToolbar:
|
|
797
|
+
const { footerToolbar: r, headerToolbar: c } = t, m = ((r == null ? void 0 : r.buttons) || []).concat((c == null ? void 0 : c.buttons) || []);
|
|
795
798
|
if (!m || m.length < 1)
|
|
796
799
|
return null;
|
|
797
800
|
const [a, d] = n.payloads, y = N(m, d);
|
|
@@ -801,7 +804,7 @@ function at() {
|
|
|
801
804
|
resolve: e
|
|
802
805
|
};
|
|
803
806
|
}
|
|
804
|
-
function
|
|
807
|
+
function at() {
|
|
805
808
|
function e(t, n) {
|
|
806
809
|
const { columns: r } = n;
|
|
807
810
|
return t.updateColumns(r);
|
|
@@ -811,44 +814,43 @@ function ut() {
|
|
|
811
814
|
};
|
|
812
815
|
}
|
|
813
816
|
export {
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
817
|
+
Xe as createCalendarBindingResolver,
|
|
818
|
+
je as createCollectionBindingResolver,
|
|
819
|
+
Ze as createDataGridSelectionItemResolver,
|
|
820
|
+
Qe as createDataMappingBindingResolver,
|
|
821
|
+
at as createDataViewUpdateColumnsResolver,
|
|
822
|
+
ct as createDrawerEventHandlerResolver,
|
|
823
|
+
nt as createEventHandlerResolver,
|
|
824
|
+
Ye as createEventsResolver,
|
|
822
825
|
Ve as createFormBindingResolver,
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
826
|
+
et as createFormGroupEditorResolver,
|
|
827
|
+
rt as createPageHeaderEventHandlerResolver,
|
|
828
|
+
Ue as createPropsResolver,
|
|
829
|
+
it as createResponseToolbarEventHandlerResolver,
|
|
827
830
|
st as createSectionEventHandlerResolver,
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
Y as
|
|
839
|
-
|
|
840
|
-
Z as
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
Be as
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
q as
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
Ae as setDesignerContextForDesigner
|
|
831
|
+
ot as createTabsEventHandlerResolver,
|
|
832
|
+
Je as createTreeGridBindingResolver,
|
|
833
|
+
Ke as createTreeGridSelectionItemResolver,
|
|
834
|
+
tt as createVisiblePropResolver,
|
|
835
|
+
qe as getPropsResolverGenerator,
|
|
836
|
+
He as getSchemaByType,
|
|
837
|
+
Ie as getSchemaByTypeForDesigner,
|
|
838
|
+
_ as mappingSchemaToProps,
|
|
839
|
+
Le as mappingSchemaToPropsForDesigner,
|
|
840
|
+
j as propertyConfigSchemaMap,
|
|
841
|
+
Y as propertyConfigSchemaMapForDesigner,
|
|
842
|
+
J as propertyEffectMap,
|
|
843
|
+
Z as propertyEffectMapForDesigner,
|
|
844
|
+
We as resolveAppearance,
|
|
845
|
+
W as resolveSchemaToProps,
|
|
846
|
+
Ae as resolveSchemaToPropsForDesigner,
|
|
847
|
+
ce as resolveSchemaWithDefaultValue,
|
|
848
|
+
Be as resolveSchemaWithDefaultValueForDesigner,
|
|
849
|
+
_e as resolveToolbar,
|
|
850
|
+
U as schemaMap,
|
|
851
|
+
Q as schemaMapForDesigner,
|
|
852
|
+
q as schemaResolverMap,
|
|
853
|
+
X as schemaResolverMapForDesigner,
|
|
854
|
+
ze as setDesignerContext,
|
|
855
|
+
Ge as setDesignerContextForDesigner
|
|
854
856
|
};
|