ll-plus 2.15.20 → 2.15.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/_virtual/constants.mjs +1 -1
- package/es/_virtual/constants3.mjs +1 -1
- package/es/_virtual/constants7.mjs +1 -1
- package/es/_virtual/preprocessor-mixin.mjs +1 -1
- package/es/_virtual/preprocessor-mixin2.mjs +1 -1
- package/es/components/advanced-filtering/index.d.ts +70 -70
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +36 -36
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +32 -32
- package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +2 -2
- package/es/components/api-component/index.d.ts +16 -16
- package/es/components/api-component/src/api-component.vue.d.ts +16 -16
- package/es/components/api-component/src/components/api-modal.vue.d.ts +2 -2
- package/es/components/api-component/src/components/body-component.vue.d.ts +6 -6
- package/es/components/api-component/src/components/click-input.vue.d.ts +2 -2
- package/es/components/api-component/src/components/params-table-row.vue.d.ts +4 -4
- package/es/components/api-component/src/components/params-table.vue.d.ts +6 -6
- package/es/components/barcode/index.d.ts +2 -2
- package/es/components/barcode/src/barcode.vue.d.ts +2 -2
- package/es/components/breadcrumb-card/index.d.ts +2 -2
- package/es/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +2 -2
- package/es/components/button/index.d.ts +2 -2
- package/es/components/button/src/button-group.vue.d.ts +2 -2
- package/es/components/checkbox/index.d.ts +33 -33
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +33 -33
- package/es/components/checkbox/src/checkbox.d.ts +15 -15
- package/es/components/code-editor/index.d.ts +2 -2
- package/es/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/es/components/codemirror-editor-vue3/index.d.ts +2 -2
- package/es/components/codemirror-editor-vue3/src/codemirror-editor-vue3.vue.d.ts +2 -2
- package/es/components/column-manager/index.d.ts +1 -1
- package/es/components/column-manager/src/column-manager.vue.d.ts +1 -1
- package/es/components/descriptions/index.d.ts +5 -5
- package/es/components/descriptions/src/descriptions.d.ts +1 -1
- package/es/components/descriptions/src/descriptions.vue.d.ts +5 -5
- package/es/components/divider/index.d.ts +2 -2
- package/es/components/divider/src/divider.vue.d.ts +2 -2
- package/es/components/drawer/index.d.ts +3 -3
- package/es/components/drawer/src/components/second-confirmation/index.d.ts +6 -6
- package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +6 -6
- package/es/components/drawer/src/drawer.vue.d.ts +3 -3
- package/es/components/empty/index.d.ts +2 -2
- package/es/components/empty/src/empty.vue.d.ts +2 -2
- package/es/components/form/index.d.ts +32 -32
- package/es/components/form/src/config/form.d.ts +14 -14
- package/es/components/form/src/form.vue.d.ts +32 -32
- package/es/components/group-title/index.d.ts +2 -2
- package/es/components/group-title/src/group-title.vue.d.ts +2 -2
- package/es/components/iframe/index.d.ts +2 -2
- package/es/components/iframe/src/iframe.vue.d.ts +2 -2
- package/es/components/image/index.d.ts +2 -2
- package/es/components/image/src/image-preview-group.vue.d.ts +1 -1
- package/es/components/image/src/image.vue.d.ts +1 -1
- package/es/components/key-value/src/components/key-value-item.vue.d.ts +50 -50
- package/es/components/modal/index.d.ts +6 -6
- package/es/components/modal/src/modal.vue.d.ts +6 -6
- package/es/components/new-drawer/index.d.ts +3 -3
- package/es/components/new-drawer/src/drawer.vue.d.ts +3 -3
- package/es/components/new-modal/index.d.ts +6 -6
- package/es/components/new-modal/src/modal.d.ts +1 -1
- package/es/components/new-modal/src/modal.vue.d.ts +6 -6
- package/es/components/number-range/index.d.ts +1 -1
- package/es/components/number-range/src/number-range.vue.d.ts +1 -1
- package/es/components/operate-icon/index.d.ts +11 -11
- package/es/components/operate-icon/src/operate-icon.vue.d.ts +11 -11
- package/es/components/qrcode/index.d.ts +2 -2
- package/es/components/qrcode/src/qrcode.vue.d.ts +2 -2
- package/es/components/radio/index.d.ts +35 -35
- package/es/components/radio/src/radio-group.vue.d.ts +35 -35
- package/es/components/radio/src/radio.d.ts +15 -15
- package/es/components/select-group/index.d.ts +4 -4
- package/es/components/select-group/src/select-group.vue.d.ts +4 -4
- package/es/components/slider/index.d.ts +2 -2
- package/es/components/slider/src/slider.vue.d.ts +2 -2
- package/es/components/slideshow/index.d.ts +264 -264
- package/es/components/slideshow/src/slideshow.vue.d.ts +264 -264
- package/es/components/tabs/index.d.ts +1 -1
- package/es/components/tabs/src/tabs.vue.d.ts +1 -1
- package/es/components/tooltip/index.d.ts +8 -8
- package/es/components/tooltip/src/tooltip.vue.d.ts +8 -8
- package/es/components/tree-search/index.d.ts +6 -6
- package/es/components/tree-search/src/config/tree-search.d.ts +2 -2
- package/es/components/tree-search/src/tree-search.vue.d.ts +6 -6
- package/es/components/upload-drag/index.d.ts +4 -4
- package/es/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
- package/es/components/upload-image/index.d.ts +2 -2
- package/es/components/upload-image/src/upload-image.vue.d.ts +2 -2
- package/es/components/video-player/index.d.ts +1 -1
- package/es/components/video-player/src/video-player.vue.d.ts +1 -1
- package/es/components/watermark/index.d.ts +4 -4
- package/es/components/watermark/src/watermark.vue.d.ts +4 -4
- package/es/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE128/CODE128.mjs +2 -2
- package/es/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE128/CODE128A.mjs +2 -2
- package/es/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE128/CODE128B.mjs +2 -2
- package/es/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE128/CODE128C.mjs +2 -2
- package/es/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE128/auto.mjs +2 -2
- package/es/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE128/constants.mjs +1 -1
- package/es/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/EAN_UPC/EAN.mjs +2 -2
- package/es/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/EAN_UPC/EAN13.mjs +2 -2
- package/es/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/EAN_UPC/EAN2.mjs +2 -2
- package/es/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/EAN_UPC/EAN5.mjs +2 -2
- package/es/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/EAN_UPC/constants.mjs +1 -1
- package/es/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/EAN_UPC/encoder.mjs +2 -2
- package/es/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/ITF/ITF.mjs +2 -2
- package/es/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/ITF/constants.mjs +1 -1
- package/es/node_modules/.pnpm/parse5@6.0.1/node_modules/parse5/lib/extensions/error-reporting/preprocessor-mixin.mjs +1 -1
- package/es/node_modules/.pnpm/parse5@6.0.1/node_modules/parse5/lib/extensions/error-reporting/tokenizer-mixin.mjs +1 -1
- package/es/node_modules/.pnpm/parse5@6.0.1/node_modules/parse5/lib/extensions/location-info/tokenizer-mixin.mjs +1 -1
- package/lib/_virtual/constants.js +1 -1
- package/lib/_virtual/constants3.js +1 -1
- package/lib/_virtual/constants7.js +1 -1
- package/lib/_virtual/preprocessor-mixin.js +1 -1
- package/lib/_virtual/preprocessor-mixin2.js +1 -1
- package/lib/components/advanced-filtering/index.d.ts +70 -70
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +36 -36
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +32 -32
- package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +2 -2
- package/lib/components/api-component/index.d.ts +16 -16
- package/lib/components/api-component/src/api-component.vue.d.ts +16 -16
- package/lib/components/api-component/src/components/api-modal.vue.d.ts +2 -2
- package/lib/components/api-component/src/components/body-component.vue.d.ts +6 -6
- package/lib/components/api-component/src/components/click-input.vue.d.ts +2 -2
- package/lib/components/api-component/src/components/params-table-row.vue.d.ts +4 -4
- package/lib/components/api-component/src/components/params-table.vue.d.ts +6 -6
- package/lib/components/barcode/index.d.ts +2 -2
- package/lib/components/barcode/src/barcode.vue.d.ts +2 -2
- package/lib/components/breadcrumb-card/index.d.ts +2 -2
- package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +2 -2
- package/lib/components/button/index.d.ts +2 -2
- package/lib/components/button/src/button-group.vue.d.ts +2 -2
- package/lib/components/checkbox/index.d.ts +33 -33
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +33 -33
- package/lib/components/checkbox/src/checkbox.d.ts +15 -15
- package/lib/components/code-editor/index.d.ts +2 -2
- package/lib/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/lib/components/codemirror-editor-vue3/index.d.ts +2 -2
- package/lib/components/codemirror-editor-vue3/src/codemirror-editor-vue3.vue.d.ts +2 -2
- package/lib/components/column-manager/index.d.ts +1 -1
- package/lib/components/column-manager/src/column-manager.vue.d.ts +1 -1
- package/lib/components/descriptions/index.d.ts +5 -5
- package/lib/components/descriptions/src/descriptions.d.ts +1 -1
- package/lib/components/descriptions/src/descriptions.vue.d.ts +5 -5
- package/lib/components/divider/index.d.ts +2 -2
- package/lib/components/divider/src/divider.vue.d.ts +2 -2
- package/lib/components/drawer/index.d.ts +3 -3
- package/lib/components/drawer/src/components/second-confirmation/index.d.ts +6 -6
- package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +6 -6
- package/lib/components/drawer/src/drawer.vue.d.ts +3 -3
- package/lib/components/empty/index.d.ts +2 -2
- package/lib/components/empty/src/empty.vue.d.ts +2 -2
- package/lib/components/form/index.d.ts +32 -32
- package/lib/components/form/src/config/form.d.ts +14 -14
- package/lib/components/form/src/form.vue.d.ts +32 -32
- package/lib/components/group-title/index.d.ts +2 -2
- package/lib/components/group-title/src/group-title.vue.d.ts +2 -2
- package/lib/components/iframe/index.d.ts +2 -2
- package/lib/components/iframe/src/iframe.vue.d.ts +2 -2
- package/lib/components/image/index.d.ts +2 -2
- package/lib/components/image/src/image-preview-group.vue.d.ts +1 -1
- package/lib/components/image/src/image.vue.d.ts +1 -1
- package/lib/components/key-value/src/components/key-value-item.vue.d.ts +50 -50
- package/lib/components/modal/index.d.ts +6 -6
- package/lib/components/modal/src/modal.vue.d.ts +6 -6
- package/lib/components/new-drawer/index.d.ts +3 -3
- package/lib/components/new-drawer/src/drawer.vue.d.ts +3 -3
- package/lib/components/new-modal/index.d.ts +6 -6
- package/lib/components/new-modal/src/modal.d.ts +1 -1
- package/lib/components/new-modal/src/modal.vue.d.ts +6 -6
- package/lib/components/number-range/index.d.ts +1 -1
- package/lib/components/number-range/src/number-range.vue.d.ts +1 -1
- package/lib/components/operate-icon/index.d.ts +11 -11
- package/lib/components/operate-icon/src/operate-icon.vue.d.ts +11 -11
- package/lib/components/qrcode/index.d.ts +2 -2
- package/lib/components/qrcode/src/qrcode.vue.d.ts +2 -2
- package/lib/components/radio/index.d.ts +35 -35
- package/lib/components/radio/src/radio-group.vue.d.ts +35 -35
- package/lib/components/radio/src/radio.d.ts +15 -15
- package/lib/components/select-group/index.d.ts +4 -4
- package/lib/components/select-group/src/select-group.vue.d.ts +4 -4
- package/lib/components/slider/index.d.ts +2 -2
- package/lib/components/slider/src/slider.vue.d.ts +2 -2
- package/lib/components/slideshow/index.d.ts +264 -264
- package/lib/components/slideshow/src/slideshow.vue.d.ts +264 -264
- package/lib/components/tabs/index.d.ts +1 -1
- package/lib/components/tabs/src/tabs.vue.d.ts +1 -1
- package/lib/components/tooltip/index.d.ts +8 -8
- package/lib/components/tooltip/src/tooltip.vue.d.ts +8 -8
- package/lib/components/tree-search/index.d.ts +6 -6
- package/lib/components/tree-search/src/config/tree-search.d.ts +2 -2
- package/lib/components/tree-search/src/tree-search.vue.d.ts +6 -6
- package/lib/components/upload-drag/index.d.ts +4 -4
- package/lib/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
- package/lib/components/upload-image/index.d.ts +2 -2
- package/lib/components/upload-image/src/upload-image.vue.d.ts +2 -2
- package/lib/components/video-player/index.d.ts +1 -1
- package/lib/components/video-player/src/video-player.vue.d.ts +1 -1
- package/lib/components/watermark/index.d.ts +4 -4
- package/lib/components/watermark/src/watermark.vue.d.ts +4 -4
- package/lib/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE128/CODE128.js +2 -2
- package/lib/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE128/CODE128A.js +2 -2
- package/lib/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE128/CODE128B.js +2 -2
- package/lib/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE128/CODE128C.js +2 -2
- package/lib/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE128/auto.js +2 -2
- package/lib/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE128/constants.js +1 -1
- package/lib/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/EAN_UPC/EAN.js +2 -2
- package/lib/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/EAN_UPC/EAN13.js +2 -2
- package/lib/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/EAN_UPC/EAN2.js +2 -2
- package/lib/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/EAN_UPC/EAN5.js +2 -2
- package/lib/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/EAN_UPC/constants.js +1 -1
- package/lib/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/EAN_UPC/encoder.js +2 -2
- package/lib/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/ITF/ITF.js +2 -2
- package/lib/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/ITF/constants.js +1 -1
- package/lib/node_modules/.pnpm/parse5@6.0.1/node_modules/parse5/lib/extensions/error-reporting/preprocessor-mixin.js +1 -1
- package/lib/node_modules/.pnpm/parse5@6.0.1/node_modules/parse5/lib/extensions/error-reporting/tokenizer-mixin.js +1 -1
- package/lib/node_modules/.pnpm/parse5@6.0.1/node_modules/parse5/lib/extensions/location-info/tokenizer-mixin.js +1 -1
- package/package.json +2 -1
- package/types/packages/components/advanced-filtering/index.d.ts +70 -70
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +36 -36
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +32 -32
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +2 -2
- package/types/packages/components/api-component/index.d.ts +16 -16
- package/types/packages/components/api-component/src/api-component.vue.d.ts +16 -16
- package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +2 -2
- package/types/packages/components/api-component/src/components/body-component.vue.d.ts +6 -6
- package/types/packages/components/api-component/src/components/click-input.vue.d.ts +2 -2
- package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +4 -4
- package/types/packages/components/api-component/src/components/params-table.vue.d.ts +6 -6
- package/types/packages/components/barcode/index.d.ts +2 -2
- package/types/packages/components/barcode/src/barcode.vue.d.ts +2 -2
- package/types/packages/components/breadcrumb-card/index.d.ts +2 -2
- package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +2 -2
- package/types/packages/components/button/index.d.ts +2 -2
- package/types/packages/components/button/src/button-group.vue.d.ts +2 -2
- package/types/packages/components/checkbox/index.d.ts +33 -33
- package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +33 -33
- package/types/packages/components/checkbox/src/checkbox.d.ts +15 -15
- package/types/packages/components/code-editor/index.d.ts +2 -2
- package/types/packages/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/types/packages/components/codemirror-editor-vue3/index.d.ts +2 -2
- package/types/packages/components/codemirror-editor-vue3/src/codemirror-editor-vue3.vue.d.ts +2 -2
- package/types/packages/components/column-manager/index.d.ts +1 -1
- package/types/packages/components/column-manager/src/column-manager.vue.d.ts +1 -1
- package/types/packages/components/descriptions/index.d.ts +5 -5
- package/types/packages/components/descriptions/src/descriptions.d.ts +1 -1
- package/types/packages/components/descriptions/src/descriptions.vue.d.ts +5 -5
- package/types/packages/components/divider/index.d.ts +2 -2
- package/types/packages/components/divider/src/divider.vue.d.ts +2 -2
- package/types/packages/components/drawer/index.d.ts +3 -3
- package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +6 -6
- package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +6 -6
- package/types/packages/components/drawer/src/drawer.vue.d.ts +3 -3
- package/types/packages/components/empty/index.d.ts +2 -2
- package/types/packages/components/empty/src/empty.vue.d.ts +2 -2
- package/types/packages/components/form/index.d.ts +32 -32
- package/types/packages/components/form/src/config/form.d.ts +14 -14
- package/types/packages/components/form/src/form.vue.d.ts +32 -32
- package/types/packages/components/group-title/index.d.ts +2 -2
- package/types/packages/components/group-title/src/group-title.vue.d.ts +2 -2
- package/types/packages/components/iframe/index.d.ts +2 -2
- package/types/packages/components/iframe/src/iframe.vue.d.ts +2 -2
- package/types/packages/components/image/index.d.ts +2 -2
- package/types/packages/components/image/src/image-preview-group.vue.d.ts +1 -1
- package/types/packages/components/image/src/image.vue.d.ts +1 -1
- package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +50 -50
- package/types/packages/components/modal/index.d.ts +6 -6
- package/types/packages/components/modal/src/modal.vue.d.ts +6 -6
- package/types/packages/components/new-drawer/index.d.ts +3 -3
- package/types/packages/components/new-drawer/src/drawer.vue.d.ts +3 -3
- package/types/packages/components/new-modal/index.d.ts +6 -6
- package/types/packages/components/new-modal/src/modal.d.ts +1 -1
- package/types/packages/components/new-modal/src/modal.vue.d.ts +6 -6
- package/types/packages/components/number-range/index.d.ts +1 -1
- package/types/packages/components/number-range/src/number-range.vue.d.ts +1 -1
- package/types/packages/components/operate-icon/index.d.ts +11 -11
- package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +11 -11
- package/types/packages/components/qrcode/index.d.ts +2 -2
- package/types/packages/components/qrcode/src/qrcode.vue.d.ts +2 -2
- package/types/packages/components/radio/index.d.ts +35 -35
- package/types/packages/components/radio/src/radio-group.vue.d.ts +35 -35
- package/types/packages/components/radio/src/radio.d.ts +15 -15
- package/types/packages/components/select-group/index.d.ts +4 -4
- package/types/packages/components/select-group/src/select-group.vue.d.ts +4 -4
- package/types/packages/components/slider/index.d.ts +2 -2
- package/types/packages/components/slider/src/slider.vue.d.ts +2 -2
- package/types/packages/components/slideshow/index.d.ts +264 -264
- package/types/packages/components/slideshow/src/slideshow.vue.d.ts +264 -264
- package/types/packages/components/tabs/index.d.ts +1 -1
- package/types/packages/components/tabs/src/tabs.vue.d.ts +1 -1
- package/types/packages/components/tooltip/index.d.ts +8 -8
- package/types/packages/components/tooltip/src/tooltip.vue.d.ts +8 -8
- package/types/packages/components/tree-search/index.d.ts +6 -6
- package/types/packages/components/tree-search/src/config/tree-search.d.ts +2 -2
- package/types/packages/components/tree-search/src/tree-search.vue.d.ts +6 -6
- package/types/packages/components/upload-drag/index.d.ts +4 -4
- package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
- package/types/packages/components/upload-image/index.d.ts +2 -2
- package/types/packages/components/upload-image/src/upload-image.vue.d.ts +2 -2
- package/types/packages/components/video-player/index.d.ts +1 -1
- package/types/packages/components/video-player/src/video-player.vue.d.ts +1 -1
- package/types/packages/components/watermark/index.d.ts +4 -4
- package/types/packages/components/watermark/src/watermark.vue.d.ts +4 -4
|
@@ -509,21 +509,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
509
509
|
};
|
|
510
510
|
};
|
|
511
511
|
justify: {
|
|
512
|
-
type: import("vue").PropType<"
|
|
513
|
-
xs?: "
|
|
514
|
-
sm?: "
|
|
515
|
-
md?: "
|
|
516
|
-
lg?: "
|
|
517
|
-
xl?: "
|
|
518
|
-
xxl?: "
|
|
512
|
+
type: import("vue").PropType<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | {
|
|
513
|
+
xs?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
|
|
514
|
+
sm?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
|
|
515
|
+
md?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
|
|
516
|
+
lg?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
|
|
517
|
+
xl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
|
|
518
|
+
xxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
|
|
519
519
|
}>;
|
|
520
|
-
default: "
|
|
521
|
-
xs?: "
|
|
522
|
-
sm?: "
|
|
523
|
-
md?: "
|
|
524
|
-
lg?: "
|
|
525
|
-
xl?: "
|
|
526
|
-
xxl?: "
|
|
520
|
+
default: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | {
|
|
521
|
+
xs?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
|
|
522
|
+
sm?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
|
|
523
|
+
md?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
|
|
524
|
+
lg?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
|
|
525
|
+
xl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
|
|
526
|
+
xxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
|
|
527
527
|
};
|
|
528
528
|
};
|
|
529
529
|
prefixCls: StringConstructor;
|
|
@@ -544,14 +544,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
544
544
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
545
545
|
}, {
|
|
546
546
|
props: import("@vue/shared").LooseRequired<{
|
|
547
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
548
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
549
547
|
readonly formOptions: {
|
|
550
548
|
layout: string;
|
|
551
549
|
};
|
|
550
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
552
551
|
readonly rowOptions: {
|
|
553
552
|
gutter: number;
|
|
554
553
|
};
|
|
554
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
555
555
|
readonly formData: {};
|
|
556
556
|
readonly formColumns: any[];
|
|
557
557
|
readonly autoFocus: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -948,21 +948,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
948
948
|
};
|
|
949
949
|
};
|
|
950
950
|
justify: {
|
|
951
|
-
type: import("vue").PropType<"
|
|
952
|
-
xs?: "
|
|
953
|
-
sm?: "
|
|
954
|
-
md?: "
|
|
955
|
-
lg?: "
|
|
956
|
-
xl?: "
|
|
957
|
-
xxl?: "
|
|
951
|
+
type: import("vue").PropType<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | {
|
|
952
|
+
xs?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
|
|
953
|
+
sm?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
|
|
954
|
+
md?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
|
|
955
|
+
lg?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
|
|
956
|
+
xl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
|
|
957
|
+
xxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
|
|
958
958
|
}>;
|
|
959
|
-
default: "
|
|
960
|
-
xs?: "
|
|
961
|
-
sm?: "
|
|
962
|
-
md?: "
|
|
963
|
-
lg?: "
|
|
964
|
-
xl?: "
|
|
965
|
-
xxl?: "
|
|
959
|
+
default: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | {
|
|
960
|
+
xs?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
|
|
961
|
+
sm?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
|
|
962
|
+
md?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
|
|
963
|
+
lg?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
|
|
964
|
+
xl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
|
|
965
|
+
xxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
|
|
966
966
|
};
|
|
967
967
|
};
|
|
968
968
|
prefixCls: StringConstructor;
|
|
@@ -985,14 +985,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
985
985
|
onBlur?: (params: FormChangeEvent) => any;
|
|
986
986
|
onChange?: (params: FormChangeEvent) => any;
|
|
987
987
|
}, {
|
|
988
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
989
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
990
988
|
readonly formOptions: {
|
|
991
989
|
layout: string;
|
|
992
990
|
};
|
|
991
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
993
992
|
readonly rowOptions: {
|
|
994
993
|
gutter: number;
|
|
995
994
|
};
|
|
995
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
996
996
|
readonly formData: {};
|
|
997
997
|
readonly formColumns: any[];
|
|
998
998
|
readonly autoFocus: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts
CHANGED
|
@@ -235,11 +235,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
235
235
|
}, {
|
|
236
236
|
props: import("@vue/shared").LooseRequired<{
|
|
237
237
|
readonly value: {};
|
|
238
|
-
readonly overlayStyle: import("vue").CSSProperties;
|
|
239
238
|
readonly filterColumns: import("ll-plus/es/components").FilterColumn[];
|
|
240
239
|
readonly formOptions: {
|
|
241
240
|
layout: string;
|
|
242
241
|
};
|
|
242
|
+
readonly overlayStyle: import("vue").CSSProperties;
|
|
243
243
|
readonly onChange?: (value: Record<string, any>) => any;
|
|
244
244
|
readonly "onUpdate:value"?: (value: Record<string, any>) => any;
|
|
245
245
|
} & {}>;
|
|
@@ -503,10 +503,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
503
503
|
"onUpdate:value"?: (value: Record<string, any>) => any;
|
|
504
504
|
}, {
|
|
505
505
|
readonly value: {};
|
|
506
|
-
readonly overlayStyle: import("vue").CSSProperties;
|
|
507
506
|
readonly filterColumns: import("ll-plus/es/components").FilterColumn[];
|
|
508
507
|
readonly formOptions: {
|
|
509
508
|
layout: string;
|
|
510
509
|
};
|
|
510
|
+
readonly overlayStyle: import("vue").CSSProperties;
|
|
511
511
|
}, {}>;
|
|
512
512
|
export default _default;
|
|
@@ -32,11 +32,11 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
32
32
|
}, {
|
|
33
33
|
props: import("@vue/shared").LooseRequired<{
|
|
34
34
|
readonly value: import("./src/config").HttpModel;
|
|
35
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
36
|
-
readonly isValid: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
37
35
|
readonly rules: {
|
|
38
36
|
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
39
37
|
};
|
|
38
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
39
|
+
readonly isValid: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
40
40
|
readonly onChange?: (value: import("./src/config").HttpModel) => any;
|
|
41
41
|
readonly "onUpdate:value"?: (value: import("./src/config").HttpModel) => any;
|
|
42
42
|
} & {}>;
|
|
@@ -264,9 +264,9 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
264
264
|
is: (name?: string) => string;
|
|
265
265
|
};
|
|
266
266
|
props: import("@vue/shared").LooseRequired<{
|
|
267
|
+
readonly options: import("./src/config").IParamsOption[];
|
|
267
268
|
readonly dataSource: import("./src/config").IParamsData[];
|
|
268
269
|
readonly columns: import("./src/config").IParamsColumn[];
|
|
269
|
-
readonly options: import("./src/config").IParamsOption[];
|
|
270
270
|
} & {}>;
|
|
271
271
|
disabled: unknown;
|
|
272
272
|
addData: import("vue").Ref<string>;
|
|
@@ -279,9 +279,9 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
279
279
|
}, {
|
|
280
280
|
props: import("@vue/shared").LooseRequired<{
|
|
281
281
|
readonly data: {};
|
|
282
|
+
readonly options: import("./src/config").IParamsOption[];
|
|
282
283
|
readonly dataSource: import("./src/config").IParamsData[];
|
|
283
284
|
readonly columns: import("./src/config").IParamsColumn[];
|
|
284
|
-
readonly options: import("./src/config").IParamsOption[];
|
|
285
285
|
} & {}>;
|
|
286
286
|
bem: {
|
|
287
287
|
b: (blockSuffix?: string) => string;
|
|
@@ -341,8 +341,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
341
341
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<import("vue").PropType<import("./src/config").IModalType>, unknown, unknown>;
|
|
342
342
|
readonly value: string;
|
|
343
343
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
344
|
-
readonly "onUpdate:value"?: (value: string) => any;
|
|
345
344
|
readonly "onUpdate:open"?: (open: boolean) => any;
|
|
345
|
+
readonly "onUpdate:value"?: (value: string) => any;
|
|
346
346
|
readonly onOk?: (value: string) => any;
|
|
347
347
|
} & {}>;
|
|
348
348
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
@@ -396,8 +396,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
396
396
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
397
397
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
398
398
|
}>> & {
|
|
399
|
-
"onUpdate:value"?: (value: string) => any;
|
|
400
399
|
"onUpdate:open"?: (open: boolean) => any;
|
|
400
|
+
"onUpdate:value"?: (value: string) => any;
|
|
401
401
|
onOk?: (value: string) => any;
|
|
402
402
|
}, {
|
|
403
403
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<import("vue").PropType<import("./src/config").IModalType>, unknown, unknown>;
|
|
@@ -424,18 +424,18 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
424
424
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<import("vue").PropType<import("./src/config").IParamsOption[]>, unknown, unknown, () => any[], boolean>;
|
|
425
425
|
}>>, {
|
|
426
426
|
readonly data: {};
|
|
427
|
+
readonly options: import("./src/config").IParamsOption[];
|
|
427
428
|
readonly dataSource: import("./src/config").IParamsData[];
|
|
428
429
|
readonly columns: import("./src/config").IParamsColumn[];
|
|
429
|
-
readonly options: import("./src/config").IParamsOption[];
|
|
430
430
|
}, {}>;
|
|
431
431
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
432
432
|
readonly dataSource: import("ll-plus/es/utils").EpPropFinalized<import("vue").PropType<import("./src/config").IParamsData[]>, unknown, unknown, () => any[], boolean>;
|
|
433
433
|
readonly columns: import("ll-plus/es/utils").EpPropFinalized<import("vue").PropType<import("./src/config").IParamsColumn[]>, unknown, unknown, () => any[], boolean>;
|
|
434
434
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<import("vue").PropType<import("./src/config").IParamsOption[]>, unknown, unknown, () => any[], boolean>;
|
|
435
435
|
}>>, {
|
|
436
|
+
readonly options: import("./src/config").IParamsOption[];
|
|
436
437
|
readonly dataSource: import("./src/config").IParamsData[];
|
|
437
438
|
readonly columns: import("./src/config").IParamsColumn[];
|
|
438
|
-
readonly options: import("./src/config").IParamsOption[];
|
|
439
439
|
}, {}>;
|
|
440
440
|
BodyComponent: import("vue").DefineComponent<{
|
|
441
441
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<import("vue").PropType<import("./src/config").HttpModel>, unknown, unknown, () => {
|
|
@@ -608,9 +608,9 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
608
608
|
is: (name?: string) => string;
|
|
609
609
|
};
|
|
610
610
|
props: import("@vue/shared").LooseRequired<{
|
|
611
|
+
readonly options: import("./src/config").IParamsOption[];
|
|
611
612
|
readonly dataSource: import("./src/config").IParamsData[];
|
|
612
613
|
readonly columns: import("./src/config").IParamsColumn[];
|
|
613
|
-
readonly options: import("./src/config").IParamsOption[];
|
|
614
614
|
} & {}>;
|
|
615
615
|
disabled: unknown;
|
|
616
616
|
addData: import("vue").Ref<string>;
|
|
@@ -623,9 +623,9 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
623
623
|
}, {
|
|
624
624
|
props: import("@vue/shared").LooseRequired<{
|
|
625
625
|
readonly data: {};
|
|
626
|
+
readonly options: import("./src/config").IParamsOption[];
|
|
626
627
|
readonly dataSource: import("./src/config").IParamsData[];
|
|
627
628
|
readonly columns: import("./src/config").IParamsColumn[];
|
|
628
|
-
readonly options: import("./src/config").IParamsOption[];
|
|
629
629
|
} & {}>;
|
|
630
630
|
bem: {
|
|
631
631
|
b: (blockSuffix?: string) => string;
|
|
@@ -685,8 +685,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
685
685
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<import("vue").PropType<import("./src/config").IModalType>, unknown, unknown>;
|
|
686
686
|
readonly value: string;
|
|
687
687
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
688
|
-
readonly "onUpdate:value"?: (value: string) => any;
|
|
689
688
|
readonly "onUpdate:open"?: (open: boolean) => any;
|
|
689
|
+
readonly "onUpdate:value"?: (value: string) => any;
|
|
690
690
|
readonly onOk?: (value: string) => any;
|
|
691
691
|
} & {}>;
|
|
692
692
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
@@ -740,8 +740,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
740
740
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
741
741
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
742
742
|
}>> & {
|
|
743
|
-
"onUpdate:value"?: (value: string) => any;
|
|
744
743
|
"onUpdate:open"?: (open: boolean) => any;
|
|
744
|
+
"onUpdate:value"?: (value: string) => any;
|
|
745
745
|
onOk?: (value: string) => any;
|
|
746
746
|
}, {
|
|
747
747
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<import("vue").PropType<import("./src/config").IModalType>, unknown, unknown>;
|
|
@@ -768,18 +768,18 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
768
768
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<import("vue").PropType<import("./src/config").IParamsOption[]>, unknown, unknown, () => any[], boolean>;
|
|
769
769
|
}>>, {
|
|
770
770
|
readonly data: {};
|
|
771
|
+
readonly options: import("./src/config").IParamsOption[];
|
|
771
772
|
readonly dataSource: import("./src/config").IParamsData[];
|
|
772
773
|
readonly columns: import("./src/config").IParamsColumn[];
|
|
773
|
-
readonly options: import("./src/config").IParamsOption[];
|
|
774
774
|
}, {}>;
|
|
775
775
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
776
776
|
readonly dataSource: import("ll-plus/es/utils").EpPropFinalized<import("vue").PropType<import("./src/config").IParamsData[]>, unknown, unknown, () => any[], boolean>;
|
|
777
777
|
readonly columns: import("ll-plus/es/utils").EpPropFinalized<import("vue").PropType<import("./src/config").IParamsColumn[]>, unknown, unknown, () => any[], boolean>;
|
|
778
778
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<import("vue").PropType<import("./src/config").IParamsOption[]>, unknown, unknown, () => any[], boolean>;
|
|
779
779
|
}>>, {
|
|
780
|
+
readonly options: import("./src/config").IParamsOption[];
|
|
780
781
|
readonly dataSource: import("./src/config").IParamsData[];
|
|
781
782
|
readonly columns: import("./src/config").IParamsColumn[];
|
|
782
|
-
readonly options: import("./src/config").IParamsOption[];
|
|
783
783
|
}, {}>;
|
|
784
784
|
readonly formdataTableColumns: ({
|
|
785
785
|
key: string;
|
|
@@ -863,11 +863,11 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
863
863
|
"onUpdate:value"?: (value: import("./src/config").HttpModel) => any;
|
|
864
864
|
}, {
|
|
865
865
|
readonly value: import("./src/config").HttpModel;
|
|
866
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
867
|
-
readonly isValid: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
868
866
|
readonly rules: {
|
|
869
867
|
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
870
868
|
};
|
|
869
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
870
|
+
readonly isValid: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
871
871
|
}, {}>>;
|
|
872
872
|
export default LlApiComponent;
|
|
873
873
|
export * from './src/config';
|
|
@@ -32,11 +32,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
32
32
|
}, {
|
|
33
33
|
props: import("@vue/shared").LooseRequired<{
|
|
34
34
|
readonly value: import("./config").HttpModel;
|
|
35
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
36
|
-
readonly isValid: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
37
35
|
readonly rules: {
|
|
38
36
|
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
39
37
|
};
|
|
38
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
39
|
+
readonly isValid: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
40
40
|
readonly onChange?: (value: import("./config").HttpModel) => any;
|
|
41
41
|
readonly "onUpdate:value"?: (value: import("./config").HttpModel) => any;
|
|
42
42
|
} & {}>;
|
|
@@ -264,9 +264,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
264
264
|
is: (name?: string) => string;
|
|
265
265
|
};
|
|
266
266
|
props: import("@vue/shared").LooseRequired<{
|
|
267
|
+
readonly options: import("./config").IParamsOption[];
|
|
267
268
|
readonly dataSource: import("./config").IParamsData[];
|
|
268
269
|
readonly columns: import("./config").IParamsColumn[];
|
|
269
|
-
readonly options: import("./config").IParamsOption[];
|
|
270
270
|
} & {}>;
|
|
271
271
|
disabled: unknown;
|
|
272
272
|
addData: import("vue").Ref<string>;
|
|
@@ -279,9 +279,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
279
279
|
}, {
|
|
280
280
|
props: import("@vue/shared").LooseRequired<{
|
|
281
281
|
readonly data: {};
|
|
282
|
+
readonly options: import("./config").IParamsOption[];
|
|
282
283
|
readonly dataSource: import("./config").IParamsData[];
|
|
283
284
|
readonly columns: import("./config").IParamsColumn[];
|
|
284
|
-
readonly options: import("./config").IParamsOption[];
|
|
285
285
|
} & {}>;
|
|
286
286
|
bem: {
|
|
287
287
|
b: (blockSuffix?: string) => string;
|
|
@@ -341,8 +341,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
341
341
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<import("vue").PropType<import("./config").IModalType>, unknown, unknown>;
|
|
342
342
|
readonly value: string;
|
|
343
343
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
344
|
-
readonly "onUpdate:value"?: (value: string) => any;
|
|
345
344
|
readonly "onUpdate:open"?: (open: boolean) => any;
|
|
345
|
+
readonly "onUpdate:value"?: (value: string) => any;
|
|
346
346
|
readonly onOk?: (value: string) => any;
|
|
347
347
|
} & {}>;
|
|
348
348
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
@@ -396,8 +396,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
396
396
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
397
397
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
398
398
|
}>> & {
|
|
399
|
-
"onUpdate:value"?: (value: string) => any;
|
|
400
399
|
"onUpdate:open"?: (open: boolean) => any;
|
|
400
|
+
"onUpdate:value"?: (value: string) => any;
|
|
401
401
|
onOk?: (value: string) => any;
|
|
402
402
|
}, {
|
|
403
403
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<import("vue").PropType<import("./config").IModalType>, unknown, unknown>;
|
|
@@ -424,18 +424,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
424
424
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<import("vue").PropType<import("./config").IParamsOption[]>, unknown, unknown, () => any[], boolean>;
|
|
425
425
|
}>>, {
|
|
426
426
|
readonly data: {};
|
|
427
|
+
readonly options: import("./config").IParamsOption[];
|
|
427
428
|
readonly dataSource: import("./config").IParamsData[];
|
|
428
429
|
readonly columns: import("./config").IParamsColumn[];
|
|
429
|
-
readonly options: import("./config").IParamsOption[];
|
|
430
430
|
}, {}>;
|
|
431
431
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
432
432
|
readonly dataSource: import("ll-plus/es/utils").EpPropFinalized<import("vue").PropType<import("./config").IParamsData[]>, unknown, unknown, () => any[], boolean>;
|
|
433
433
|
readonly columns: import("ll-plus/es/utils").EpPropFinalized<import("vue").PropType<import("./config").IParamsColumn[]>, unknown, unknown, () => any[], boolean>;
|
|
434
434
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<import("vue").PropType<import("./config").IParamsOption[]>, unknown, unknown, () => any[], boolean>;
|
|
435
435
|
}>>, {
|
|
436
|
+
readonly options: import("./config").IParamsOption[];
|
|
436
437
|
readonly dataSource: import("./config").IParamsData[];
|
|
437
438
|
readonly columns: import("./config").IParamsColumn[];
|
|
438
|
-
readonly options: import("./config").IParamsOption[];
|
|
439
439
|
}, {}>;
|
|
440
440
|
BodyComponent: import("vue").DefineComponent<{
|
|
441
441
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<import("vue").PropType<import("./config").HttpModel>, unknown, unknown, () => {
|
|
@@ -608,9 +608,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
608
608
|
is: (name?: string) => string;
|
|
609
609
|
};
|
|
610
610
|
props: import("@vue/shared").LooseRequired<{
|
|
611
|
+
readonly options: import("./config").IParamsOption[];
|
|
611
612
|
readonly dataSource: import("./config").IParamsData[];
|
|
612
613
|
readonly columns: import("./config").IParamsColumn[];
|
|
613
|
-
readonly options: import("./config").IParamsOption[];
|
|
614
614
|
} & {}>;
|
|
615
615
|
disabled: unknown;
|
|
616
616
|
addData: import("vue").Ref<string>;
|
|
@@ -623,9 +623,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
623
623
|
}, {
|
|
624
624
|
props: import("@vue/shared").LooseRequired<{
|
|
625
625
|
readonly data: {};
|
|
626
|
+
readonly options: import("./config").IParamsOption[];
|
|
626
627
|
readonly dataSource: import("./config").IParamsData[];
|
|
627
628
|
readonly columns: import("./config").IParamsColumn[];
|
|
628
|
-
readonly options: import("./config").IParamsOption[];
|
|
629
629
|
} & {}>;
|
|
630
630
|
bem: {
|
|
631
631
|
b: (blockSuffix?: string) => string;
|
|
@@ -685,8 +685,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
685
685
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<import("vue").PropType<import("./config").IModalType>, unknown, unknown>;
|
|
686
686
|
readonly value: string;
|
|
687
687
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
688
|
-
readonly "onUpdate:value"?: (value: string) => any;
|
|
689
688
|
readonly "onUpdate:open"?: (open: boolean) => any;
|
|
689
|
+
readonly "onUpdate:value"?: (value: string) => any;
|
|
690
690
|
readonly onOk?: (value: string) => any;
|
|
691
691
|
} & {}>;
|
|
692
692
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
@@ -740,8 +740,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
740
740
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
741
741
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
742
742
|
}>> & {
|
|
743
|
-
"onUpdate:value"?: (value: string) => any;
|
|
744
743
|
"onUpdate:open"?: (open: boolean) => any;
|
|
744
|
+
"onUpdate:value"?: (value: string) => any;
|
|
745
745
|
onOk?: (value: string) => any;
|
|
746
746
|
}, {
|
|
747
747
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<import("vue").PropType<import("./config").IModalType>, unknown, unknown>;
|
|
@@ -768,18 +768,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
768
768
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<import("vue").PropType<import("./config").IParamsOption[]>, unknown, unknown, () => any[], boolean>;
|
|
769
769
|
}>>, {
|
|
770
770
|
readonly data: {};
|
|
771
|
+
readonly options: import("./config").IParamsOption[];
|
|
771
772
|
readonly dataSource: import("./config").IParamsData[];
|
|
772
773
|
readonly columns: import("./config").IParamsColumn[];
|
|
773
|
-
readonly options: import("./config").IParamsOption[];
|
|
774
774
|
}, {}>;
|
|
775
775
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
776
776
|
readonly dataSource: import("ll-plus/es/utils").EpPropFinalized<import("vue").PropType<import("./config").IParamsData[]>, unknown, unknown, () => any[], boolean>;
|
|
777
777
|
readonly columns: import("ll-plus/es/utils").EpPropFinalized<import("vue").PropType<import("./config").IParamsColumn[]>, unknown, unknown, () => any[], boolean>;
|
|
778
778
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<import("vue").PropType<import("./config").IParamsOption[]>, unknown, unknown, () => any[], boolean>;
|
|
779
779
|
}>>, {
|
|
780
|
+
readonly options: import("./config").IParamsOption[];
|
|
780
781
|
readonly dataSource: import("./config").IParamsData[];
|
|
781
782
|
readonly columns: import("./config").IParamsColumn[];
|
|
782
|
-
readonly options: import("./config").IParamsOption[];
|
|
783
783
|
}, {}>;
|
|
784
784
|
readonly formdataTableColumns: ({
|
|
785
785
|
key: string;
|
|
@@ -863,10 +863,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
863
863
|
"onUpdate:value"?: (value: import("./config").HttpModel) => any;
|
|
864
864
|
}, {
|
|
865
865
|
readonly value: import("./config").HttpModel;
|
|
866
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
867
|
-
readonly isValid: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
868
866
|
readonly rules: {
|
|
869
867
|
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
870
868
|
};
|
|
869
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
870
|
+
readonly isValid: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
871
871
|
}, {}>;
|
|
872
872
|
export default _default;
|
|
@@ -7,8 +7,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7
7
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<import("vue").PropType<import("../config").IModalType>, unknown, unknown>;
|
|
8
8
|
readonly value: string;
|
|
9
9
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10
|
-
readonly "onUpdate:value"?: (value: string) => any;
|
|
11
10
|
readonly "onUpdate:open"?: (open: boolean) => any;
|
|
11
|
+
readonly "onUpdate:value"?: (value: string) => any;
|
|
12
12
|
readonly onOk?: (value: string) => any;
|
|
13
13
|
} & {}>;
|
|
14
14
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
@@ -62,8 +62,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
62
62
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
63
63
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
64
64
|
}>> & {
|
|
65
|
-
"onUpdate:value"?: (value: string) => any;
|
|
66
65
|
"onUpdate:open"?: (open: boolean) => any;
|
|
66
|
+
"onUpdate:value"?: (value: string) => any;
|
|
67
67
|
onOk?: (value: string) => any;
|
|
68
68
|
}, {
|
|
69
69
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<import("vue").PropType<import("../config").IModalType>, unknown, unknown>;
|
|
@@ -169,9 +169,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
169
169
|
is: (name?: string) => string;
|
|
170
170
|
};
|
|
171
171
|
props: import("@vue/shared").LooseRequired<{
|
|
172
|
+
readonly options: import("../config").IParamsOption[];
|
|
172
173
|
readonly dataSource: import("../config").IParamsData[];
|
|
173
174
|
readonly columns: import("../config").IParamsColumn[];
|
|
174
|
-
readonly options: import("../config").IParamsOption[];
|
|
175
175
|
} & {}>;
|
|
176
176
|
disabled: unknown;
|
|
177
177
|
addData: import("vue").Ref<string>;
|
|
@@ -184,9 +184,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
184
184
|
}, {
|
|
185
185
|
props: import("@vue/shared").LooseRequired<{
|
|
186
186
|
readonly data: {};
|
|
187
|
+
readonly options: import("../config").IParamsOption[];
|
|
187
188
|
readonly dataSource: import("../config").IParamsData[];
|
|
188
189
|
readonly columns: import("../config").IParamsColumn[];
|
|
189
|
-
readonly options: import("../config").IParamsOption[];
|
|
190
190
|
} & {}>;
|
|
191
191
|
bem: {
|
|
192
192
|
b: (blockSuffix?: string) => string;
|
|
@@ -246,8 +246,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
246
246
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<import("vue").PropType<import("../config").IModalType>, unknown, unknown>;
|
|
247
247
|
readonly value: string;
|
|
248
248
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
249
|
-
readonly "onUpdate:value"?: (value: string) => any;
|
|
250
249
|
readonly "onUpdate:open"?: (open: boolean) => any;
|
|
250
|
+
readonly "onUpdate:value"?: (value: string) => any;
|
|
251
251
|
readonly onOk?: (value: string) => any;
|
|
252
252
|
} & {}>;
|
|
253
253
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
@@ -301,8 +301,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
301
301
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
302
302
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
303
303
|
}>> & {
|
|
304
|
-
"onUpdate:value"?: (value: string) => any;
|
|
305
304
|
"onUpdate:open"?: (open: boolean) => any;
|
|
305
|
+
"onUpdate:value"?: (value: string) => any;
|
|
306
306
|
onOk?: (value: string) => any;
|
|
307
307
|
}, {
|
|
308
308
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<import("vue").PropType<import("../config").IModalType>, unknown, unknown>;
|
|
@@ -329,18 +329,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
329
329
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<import("vue").PropType<import("../config").IParamsOption[]>, unknown, unknown, () => any[], boolean>;
|
|
330
330
|
}>>, {
|
|
331
331
|
readonly data: {};
|
|
332
|
+
readonly options: import("../config").IParamsOption[];
|
|
332
333
|
readonly dataSource: import("../config").IParamsData[];
|
|
333
334
|
readonly columns: import("../config").IParamsColumn[];
|
|
334
|
-
readonly options: import("../config").IParamsOption[];
|
|
335
335
|
}, {}>;
|
|
336
336
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
337
337
|
readonly dataSource: import("ll-plus/es/utils").EpPropFinalized<import("vue").PropType<import("../config").IParamsData[]>, unknown, unknown, () => any[], boolean>;
|
|
338
338
|
readonly columns: import("ll-plus/es/utils").EpPropFinalized<import("vue").PropType<import("../config").IParamsColumn[]>, unknown, unknown, () => any[], boolean>;
|
|
339
339
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<import("vue").PropType<import("../config").IParamsOption[]>, unknown, unknown, () => any[], boolean>;
|
|
340
340
|
}>>, {
|
|
341
|
+
readonly options: import("../config").IParamsOption[];
|
|
341
342
|
readonly dataSource: import("../config").IParamsData[];
|
|
342
343
|
readonly columns: import("../config").IParamsColumn[];
|
|
343
|
-
readonly options: import("../config").IParamsOption[];
|
|
344
344
|
}, {}>;
|
|
345
345
|
readonly formdataTableColumns: ({
|
|
346
346
|
key: string;
|
|
@@ -38,8 +38,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
38
38
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<import("vue").PropType<import("../config").IModalType>, unknown, unknown>;
|
|
39
39
|
readonly value: string;
|
|
40
40
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
41
|
-
readonly "onUpdate:value"?: (value: string) => any;
|
|
42
41
|
readonly "onUpdate:open"?: (open: boolean) => any;
|
|
42
|
+
readonly "onUpdate:value"?: (value: string) => any;
|
|
43
43
|
readonly onOk?: (value: string) => any;
|
|
44
44
|
} & {}>;
|
|
45
45
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
@@ -93,8 +93,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
93
93
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
94
94
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
95
95
|
}>> & {
|
|
96
|
-
"onUpdate:value"?: (value: string) => any;
|
|
97
96
|
"onUpdate:open"?: (open: boolean) => any;
|
|
97
|
+
"onUpdate:value"?: (value: string) => any;
|
|
98
98
|
onOk?: (value: string) => any;
|
|
99
99
|
}, {
|
|
100
100
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<import("vue").PropType<import("../config").IModalType>, unknown, unknown>;
|
|
@@ -6,9 +6,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6
6
|
}, {
|
|
7
7
|
props: import("@vue/shared").LooseRequired<{
|
|
8
8
|
readonly data: {};
|
|
9
|
+
readonly options: import("../config").IParamsOption[];
|
|
9
10
|
readonly dataSource: import("../config").IParamsData[];
|
|
10
11
|
readonly columns: import("../config").IParamsColumn[];
|
|
11
|
-
readonly options: import("../config").IParamsOption[];
|
|
12
12
|
} & {}>;
|
|
13
13
|
bem: {
|
|
14
14
|
b: (blockSuffix?: string) => string;
|
|
@@ -68,8 +68,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
68
68
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<import("vue").PropType<import("../config").IModalType>, unknown, unknown>;
|
|
69
69
|
readonly value: string;
|
|
70
70
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
71
|
-
readonly "onUpdate:value"?: (value: string) => any;
|
|
72
71
|
readonly "onUpdate:open"?: (open: boolean) => any;
|
|
72
|
+
readonly "onUpdate:value"?: (value: string) => any;
|
|
73
73
|
readonly onOk?: (value: string) => any;
|
|
74
74
|
} & {}>;
|
|
75
75
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
@@ -123,8 +123,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
123
123
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
124
124
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
125
125
|
}>> & {
|
|
126
|
-
"onUpdate:value"?: (value: string) => any;
|
|
127
126
|
"onUpdate:open"?: (open: boolean) => any;
|
|
127
|
+
"onUpdate:value"?: (value: string) => any;
|
|
128
128
|
onOk?: (value: string) => any;
|
|
129
129
|
}, {
|
|
130
130
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<import("vue").PropType<import("../config").IModalType>, unknown, unknown>;
|
|
@@ -151,8 +151,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
151
151
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<import("vue").PropType<import("../config").IParamsOption[]>, unknown, unknown, () => any[], boolean>;
|
|
152
152
|
}>>, {
|
|
153
153
|
readonly data: {};
|
|
154
|
+
readonly options: import("../config").IParamsOption[];
|
|
154
155
|
readonly dataSource: import("../config").IParamsData[];
|
|
155
156
|
readonly columns: import("../config").IParamsColumn[];
|
|
156
|
-
readonly options: import("../config").IParamsOption[];
|
|
157
157
|
}, {}>;
|
|
158
158
|
export default _default;
|