m-eleplus-crud 0.0.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/README.md +31 -0
- package/attributes.json +1 -0
- package/dist/index.css +1 -0
- package/dist/index.full.js +18511 -0
- package/dist/index.full.min.js +41 -0
- package/dist/index.full.min.js.map +1 -0
- package/dist/index.full.min.mjs +41 -0
- package/dist/index.full.min.mjs.map +1 -0
- package/dist/index.full.mjs +18455 -0
- package/dist/locale/en.js +41 -0
- package/dist/locale/en.min.js +2 -0
- package/dist/locale/en.min.js.map +1 -0
- package/dist/locale/en.min.mjs +2 -0
- package/dist/locale/en.min.mjs.map +1 -0
- package/dist/locale/en.mjs +33 -0
- package/dist/locale/zh-cn.js +41 -0
- package/dist/locale/zh-cn.min.js +2 -0
- package/dist/locale/zh-cn.min.js.map +1 -0
- package/dist/locale/zh-cn.min.mjs +2 -0
- package/dist/locale/zh-cn.min.mjs.map +1 -0
- package/dist/locale/zh-cn.mjs +33 -0
- package/es/_virtual/plugin-vue_export-helper.mjs +10 -0
- package/es/_virtual/plugin-vue_export-helper.mjs.map +1 -0
- package/es/component.d.ts +3 -0
- package/es/component.mjs +26 -0
- package/es/component.mjs.map +1 -0
- package/es/components/barcode/index.d.ts +6 -0
- package/es/components/barcode/src/barcode.d.ts +16 -0
- package/es/components/barcode/src/barcode.vue.d.ts +29 -0
- package/es/components/barcode/src/instance.d.ts +2 -0
- package/es/components/barcode/style/css.d.ts +1 -0
- package/es/components/barcode/style/css.mjs +2 -0
- package/es/components/barcode/style/css.mjs.map +1 -0
- package/es/components/barcode/style/index.d.ts +1 -0
- package/es/components/barcode/style/index.mjs +2 -0
- package/es/components/barcode/style/index.mjs.map +1 -0
- package/es/components/common/index.d.ts +146 -0
- package/es/components/config-provider/index.d.ts +8 -0
- package/es/components/config-provider/src/config-provider-props.d.ts +32 -0
- package/es/components/config-provider/src/config-provider.d.ts +55 -0
- package/es/components/config-provider/src/constants.d.ts +4 -0
- package/es/components/config-provider/src/hooks/use-global-config.d.ts +10 -0
- package/es/components/crud/index.d.ts +6 -0
- package/es/components/crud/src/button.vue.d.ts +20 -0
- package/es/components/crud/src/crud.d.ts +258 -0
- package/es/components/crud/src/crud.vue.d.ts +198 -0
- package/es/components/crud/src/instance.d.ts +2 -0
- package/es/components/crud/style/css.d.ts +1 -0
- package/es/components/crud/style/css.mjs +2 -0
- package/es/components/crud/style/css.mjs.map +1 -0
- package/es/components/crud/style/index.d.ts +1 -0
- package/es/components/crud/style/index.mjs +2 -0
- package/es/components/crud/style/index.mjs.map +1 -0
- package/es/components/dialog/index.d.ts +6 -0
- package/es/components/dialog/src/dialog.d.ts +62 -0
- package/es/components/dialog/src/dialog.vue.d.ts +113 -0
- package/es/components/dialog/src/instance.d.ts +2 -0
- package/es/components/dialog/style/css.d.ts +1 -0
- package/es/components/dialog/style/css.mjs +2 -0
- package/es/components/dialog/style/css.mjs.map +1 -0
- package/es/components/dialog/style/index.d.ts +1 -0
- package/es/components/dialog/style/index.mjs +2 -0
- package/es/components/dialog/style/index.mjs.map +1 -0
- package/es/components/form/index.d.ts +6 -0
- package/es/components/form/src/form.d.ts +91 -0
- package/es/components/form/src/form.vue.d.ts +80 -0
- package/es/components/form/src/instance.d.ts +2 -0
- package/es/components/form/style/css.d.ts +1 -0
- package/es/components/form/style/css.mjs +2 -0
- package/es/components/form/style/css.mjs.map +1 -0
- package/es/components/form/style/index.d.ts +1 -0
- package/es/components/form/style/index.mjs +2 -0
- package/es/components/form/style/index.mjs.map +1 -0
- package/es/components/index.d.ts +10 -0
- package/es/components/pagination/index.d.ts +6 -0
- package/es/components/pagination/src/instance.d.ts +2 -0
- package/es/components/pagination/src/pagination.d.ts +39 -0
- package/es/components/pagination/src/pagination.vue.d.ts +39 -0
- package/es/components/pagination/style/css.d.ts +1 -0
- package/es/components/pagination/style/css.mjs +2 -0
- package/es/components/pagination/style/css.mjs.map +1 -0
- package/es/components/pagination/style/index.d.ts +1 -0
- package/es/components/pagination/style/index.mjs +2 -0
- package/es/components/pagination/style/index.mjs.map +1 -0
- package/es/components/picture/index.d.ts +6 -0
- package/es/components/picture/src/instance.d.ts +2 -0
- package/es/components/picture/src/picture.d.ts +20 -0
- package/es/components/picture/src/picture.vue.d.ts +35 -0
- package/es/components/picture/style/css.d.ts +1 -0
- package/es/components/picture/style/css.mjs +2 -0
- package/es/components/picture/style/css.mjs.map +1 -0
- package/es/components/picture/style/index.d.ts +1 -0
- package/es/components/picture/style/index.mjs +2 -0
- package/es/components/picture/style/index.mjs.map +1 -0
- package/es/components/qrcode/index.d.ts +6 -0
- package/es/components/qrcode/src/instance.d.ts +2 -0
- package/es/components/qrcode/src/qrcode.d.ts +17 -0
- package/es/components/qrcode/src/qrcode.vue.d.ts +32 -0
- package/es/components/qrcode/style/css.d.ts +1 -0
- package/es/components/qrcode/style/css.mjs +2 -0
- package/es/components/qrcode/style/css.mjs.map +1 -0
- package/es/components/qrcode/style/index.d.ts +1 -0
- package/es/components/qrcode/style/index.mjs +2 -0
- package/es/components/qrcode/style/index.mjs.map +1 -0
- package/es/components/search/index.d.ts +6 -0
- package/es/components/search/src/instance.d.ts +2 -0
- package/es/components/search/src/search.d.ts +125 -0
- package/es/components/search/src/search.vue.d.ts +83 -0
- package/es/components/search/style/css.d.ts +1 -0
- package/es/components/search/style/css.mjs +2 -0
- package/es/components/search/style/css.mjs.map +1 -0
- package/es/components/search/style/index.d.ts +1 -0
- package/es/components/search/style/index.mjs +2 -0
- package/es/components/search/style/index.mjs.map +1 -0
- package/es/components/table/index.d.ts +6 -0
- package/es/components/table/src/instance.d.ts +2 -0
- package/es/components/table/src/table.d.ts +143 -0
- package/es/components/table/src/table.vue.d.ts +122 -0
- package/es/components/table/style/css.d.ts +1 -0
- package/es/components/table/style/css.mjs +2 -0
- package/es/components/table/style/css.mjs.map +1 -0
- package/es/components/table/style/index.d.ts +1 -0
- package/es/components/table/style/index.mjs +2 -0
- package/es/components/table/style/index.mjs.map +1 -0
- package/es/constants/index.d.ts +2 -0
- package/es/constants/key.d.ts +1 -0
- package/es/constants/size.d.ts +7 -0
- package/es/defaults.d.ts +5 -0
- package/es/defaults.mjs +7 -0
- package/es/defaults.mjs.map +1 -0
- package/es/hooks/index.d.ts +2 -0
- package/es/hooks/use-locale/index.d.ts +15 -0
- package/es/hooks/use-size/index.d.ts +21 -0
- package/es/index.d.ts +8 -0
- package/es/index.mjs +35 -0
- package/es/index.mjs.map +1 -0
- package/es/locale/index.d.ts +9 -0
- package/es/locale/lang/en.d.ts +30 -0
- package/es/locale/lang/zh-cn.d.ts +30 -0
- package/es/locales.d.ts +1 -0
- package/es/locales.mjs +3 -0
- package/es/locales.mjs.map +1 -0
- package/es/make-installer.d.ts +6 -0
- package/es/make-installer.mjs +21 -0
- package/es/make-installer.mjs.map +1 -0
- package/es/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/conversion.mjs +222 -0
- package/es/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/conversion.mjs.map +1 -0
- package/es/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/css-color-names.mjs +157 -0
- package/es/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/css-color-names.mjs.map +1 -0
- package/es/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/format-input.mjs +187 -0
- package/es/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/format-input.mjs.map +1 -0
- package/es/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/index.mjs +505 -0
- package/es/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/util.mjs +85 -0
- package/es/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/util.mjs.map +1 -0
- package/es/node_modules/.pnpm/@element-plus_icons-vue@2.3.1_vue@3.5.13_typescript@5.5.4_/node_modules/@element-plus/icons-vue/dist/index.mjs +198 -0
- package/es/node_modules/.pnpm/@element-plus_icons-vue@2.3.1_vue@3.5.13_typescript@5.5.4_/node_modules/@element-plus/icons-vue/dist/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/_virtual/plugin-vue_export-helper.mjs +10 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/_virtual/plugin-vue_export-helper.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/index.mjs +11 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/button-custom.mjs +65 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/button-custom.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/button-group.mjs +9 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/button-group.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/button-group2.mjs +32 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/button-group2.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/button.mjs +61 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/button.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/button2.mjs +82 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/button2.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/constants.mjs +4 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/constants.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/use-button.mjs +73 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/use-button.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/config-provider/src/constants.mjs +4 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/config-provider/src/constants.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/config-provider/src/hooks/use-global-config.mjs +90 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/config-provider/src/hooks/use-global-config.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/focus-trap/src/focus-trap.mjs +258 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/focus-trap/src/focus-trap.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/focus-trap/src/tokens.mjs +17 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/focus-trap/src/tokens.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/focus-trap/src/utils.mjs +140 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/focus-trap/src/utils.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/form/src/constants.mjs +5 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/form/src/constants.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/form/src/hooks/use-form-common-props.mjs +21 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/form/src/hooks/use-form-common-props.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/form/src/hooks/use-form-item.mjs +57 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/form/src/hooks/use-form-item.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/icon/index.mjs +7 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/icon/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/icon/src/icon.mjs +13 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/icon/src/icon.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/icon/src/icon2.mjs +40 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/icon/src/icon2.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/input/index.mjs +7 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/input/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/input/src/input.mjs +107 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/input/src/input.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/input/src/input2.mjs +436 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/input/src/input2.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/input/src/utils.mjs +79 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/input/src/utils.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/message-box/index.mjs +15 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/message-box/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/message-box/src/index.mjs +495 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/message-box/src/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/message-box/src/messageBox.mjs +135 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/message-box/src/messageBox.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/overlay/index.mjs +7 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/overlay/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/overlay/src/overlay.mjs +63 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/overlay/src/overlay.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/constants/aria.mjs +20 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/constants/aria.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/constants/event.mjs +4 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/constants/event.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/constants/size.mjs +4 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/constants/size.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/directives/trap-focus/index.mjs +61 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/directives/trap-focus/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-aria/index.mjs +17 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-aria/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-attrs/index.mjs +24 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-attrs/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-composition/index.mjs +40 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-composition/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-cursor/index.mjs +44 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-cursor/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-deprecated/index.mjs +17 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-deprecated/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-draggable/index.mjs +83 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-draggable/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-empty-values/index.mjs +15 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-empty-values/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-escape-keydown/index.mjs +29 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-escape-keydown/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-focus-controller/index.mjs +65 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-focus-controller/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-id/index.mjs +29 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-id/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-locale/index.mjs +26 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-locale/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-lockscreen/index.mjs +51 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-lockscreen/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-namespace/index.mjs +77 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-namespace/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-prop/index.mjs +12 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-prop/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-same-target/index.mjs +25 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-same-target/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-size/index.mjs +19 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-size/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-z-index/index.mjs +38 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-z-index/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/locale/lang/en.mjs +182 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/locale/lang/en.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/browser.mjs +7 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/browser.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/dom/aria.mjs +37 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/dom/aria.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/dom/scroll.mjs +29 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/dom/scroll.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/dom/style.mjs +54 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/dom/style.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/error.mjs +20 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/error.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/i18n.mjs +4 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/i18n.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/objects.mjs +4 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/objects.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/types.mjs +19 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/types.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/typescript.mjs +4 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/typescript.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/vue/icon.mjs +29 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/vue/icon.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/vue/install.mjs +22 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/vue/install.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/vue/props/runtime.mjs +46 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/vue/props/runtime.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/vue/validator.mjs +6 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/vue/validator.mjs.map +1 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/vue/vnode.mjs +19 -0
- package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/vue/vnode.mjs.map +1 -0
- package/es/packages/components/barcode/index.mjs +8 -0
- package/es/packages/components/barcode/index.mjs.map +1 -0
- package/es/packages/components/barcode/src/barcode.mjs +23 -0
- package/es/packages/components/barcode/src/barcode.mjs.map +1 -0
- package/es/packages/components/barcode/src/barcode2.mjs +58 -0
- package/es/packages/components/barcode/src/barcode2.mjs.map +1 -0
- package/es/packages/components/barcode/src/instance.mjs +2 -0
- package/es/packages/components/barcode/src/instance.mjs.map +1 -0
- package/es/packages/components/common/index.mjs +2 -0
- package/es/packages/components/common/index.mjs.map +1 -0
- package/es/packages/components/config-provider/index.mjs +10 -0
- package/es/packages/components/config-provider/index.mjs.map +1 -0
- package/es/packages/components/config-provider/src/config-provider-props.mjs +20 -0
- package/es/packages/components/config-provider/src/config-provider-props.mjs.map +1 -0
- package/es/packages/components/config-provider/src/config-provider.mjs +15 -0
- package/es/packages/components/config-provider/src/config-provider.mjs.map +1 -0
- package/es/packages/components/config-provider/src/constants.mjs +4 -0
- package/es/packages/components/config-provider/src/constants.mjs.map +1 -0
- package/es/packages/components/config-provider/src/hooks/use-global-config.mjs +77 -0
- package/es/packages/components/config-provider/src/hooks/use-global-config.mjs.map +1 -0
- package/es/packages/components/crud/index.mjs +8 -0
- package/es/packages/components/crud/index.mjs.map +1 -0
- package/es/packages/components/crud/src/button.mjs +30 -0
- package/es/packages/components/crud/src/button.mjs.map +1 -0
- package/es/packages/components/crud/src/crud.mjs +606 -0
- package/es/packages/components/crud/src/crud.mjs.map +1 -0
- package/es/packages/components/crud/src/crud2.mjs +60 -0
- package/es/packages/components/crud/src/crud2.mjs.map +1 -0
- package/es/packages/components/crud/src/instance.mjs +2 -0
- package/es/packages/components/crud/src/instance.mjs.map +1 -0
- package/es/packages/components/dialog/index.mjs +8 -0
- package/es/packages/components/dialog/index.mjs.map +1 -0
- package/es/packages/components/dialog/src/dialog.mjs +80 -0
- package/es/packages/components/dialog/src/dialog.mjs.map +1 -0
- package/es/packages/components/dialog/src/dialog2.mjs +121 -0
- package/es/packages/components/dialog/src/dialog2.mjs.map +1 -0
- package/es/packages/components/dialog/src/instance.mjs +2 -0
- package/es/packages/components/dialog/src/instance.mjs.map +1 -0
- package/es/packages/components/form/index.mjs +8 -0
- package/es/packages/components/form/index.mjs.map +1 -0
- package/es/packages/components/form/src/form.mjs +30 -0
- package/es/packages/components/form/src/form.mjs.map +1 -0
- package/es/packages/components/form/src/form2.mjs +627 -0
- package/es/packages/components/form/src/form2.mjs.map +1 -0
- package/es/packages/components/form/src/instance.mjs +2 -0
- package/es/packages/components/form/src/instance.mjs.map +1 -0
- package/es/packages/components/index.mjs +23 -0
- package/es/packages/components/index.mjs.map +1 -0
- package/es/packages/components/pagination/index.mjs +8 -0
- package/es/packages/components/pagination/index.mjs.map +1 -0
- package/es/packages/components/pagination/src/instance.mjs +2 -0
- package/es/packages/components/pagination/src/instance.mjs.map +1 -0
- package/es/packages/components/pagination/src/pagination.mjs +46 -0
- package/es/packages/components/pagination/src/pagination.mjs.map +1 -0
- package/es/packages/components/pagination/src/pagination2.mjs +43 -0
- package/es/packages/components/pagination/src/pagination2.mjs.map +1 -0
- package/es/packages/components/picture/index.mjs +8 -0
- package/es/packages/components/picture/index.mjs.map +1 -0
- package/es/packages/components/picture/src/instance.mjs +2 -0
- package/es/packages/components/picture/src/instance.mjs.map +1 -0
- package/es/packages/components/picture/src/picture.mjs +24 -0
- package/es/packages/components/picture/src/picture.mjs.map +1 -0
- package/es/packages/components/picture/src/picture2.mjs +31 -0
- package/es/packages/components/picture/src/picture2.mjs.map +1 -0
- package/es/packages/components/qrcode/index.mjs +8 -0
- package/es/packages/components/qrcode/index.mjs.map +1 -0
- package/es/packages/components/qrcode/src/instance.mjs +2 -0
- package/es/packages/components/qrcode/src/instance.mjs.map +1 -0
- package/es/packages/components/qrcode/src/qrcode.mjs +67 -0
- package/es/packages/components/qrcode/src/qrcode.mjs.map +1 -0
- package/es/packages/components/qrcode/src/qrcode2.mjs +27 -0
- package/es/packages/components/qrcode/src/qrcode2.mjs.map +1 -0
- package/es/packages/components/search/index.mjs +8 -0
- package/es/packages/components/search/index.mjs.map +1 -0
- package/es/packages/components/search/src/instance.mjs +2 -0
- package/es/packages/components/search/src/instance.mjs.map +1 -0
- package/es/packages/components/search/src/search.mjs +30 -0
- package/es/packages/components/search/src/search.mjs.map +1 -0
- package/es/packages/components/search/src/search2.mjs +428 -0
- package/es/packages/components/search/src/search2.mjs.map +1 -0
- package/es/packages/components/table/index.mjs +8 -0
- package/es/packages/components/table/index.mjs.map +1 -0
- package/es/packages/components/table/src/instance.mjs +2 -0
- package/es/packages/components/table/src/instance.mjs.map +1 -0
- package/es/packages/components/table/src/table.mjs +422 -0
- package/es/packages/components/table/src/table.mjs.map +1 -0
- package/es/packages/components/table/src/table2.mjs +42 -0
- package/es/packages/components/table/src/table2.mjs.map +1 -0
- package/es/packages/constants/index.mjs +3 -0
- package/es/packages/constants/index.mjs.map +1 -0
- package/es/packages/constants/key.mjs +4 -0
- package/es/packages/constants/key.mjs.map +1 -0
- package/es/packages/constants/size.mjs +9 -0
- package/es/packages/constants/size.mjs.map +1 -0
- package/es/packages/hooks/index.mjs +3 -0
- package/es/packages/hooks/index.mjs.map +1 -0
- package/es/packages/hooks/use-locale/index.mjs +29 -0
- package/es/packages/hooks/use-locale/index.mjs.map +1 -0
- package/es/packages/hooks/use-size/index.mjs +22 -0
- package/es/packages/hooks/use-size/index.mjs.map +1 -0
- package/es/packages/locale/index.mjs +3 -0
- package/es/packages/locale/index.mjs.map +1 -0
- package/es/packages/locale/lang/en.mjs +32 -0
- package/es/packages/locale/lang/en.mjs.map +1 -0
- package/es/packages/locale/lang/zh-cn.mjs +32 -0
- package/es/packages/locale/lang/zh-cn.mjs.map +1 -0
- package/es/packages/utils/arrays.mjs +12 -0
- package/es/packages/utils/arrays.mjs.map +1 -0
- package/es/packages/utils/browser.mjs +7 -0
- package/es/packages/utils/browser.mjs.map +1 -0
- package/es/packages/utils/dom/aria.mjs +76 -0
- package/es/packages/utils/dom/aria.mjs.map +1 -0
- package/es/packages/utils/dom/element.mjs +18 -0
- package/es/packages/utils/dom/element.mjs.map +1 -0
- package/es/packages/utils/dom/event.mjs +15 -0
- package/es/packages/utils/dom/event.mjs.map +1 -0
- package/es/packages/utils/dom/index.mjs +7 -0
- package/es/packages/utils/dom/index.mjs.map +1 -0
- package/es/packages/utils/dom/position.mjs +52 -0
- package/es/packages/utils/dom/position.mjs.map +1 -0
- package/es/packages/utils/dom/scroll.mjs +121 -0
- package/es/packages/utils/dom/scroll.mjs.map +1 -0
- package/es/packages/utils/dom/style.mjs +76 -0
- package/es/packages/utils/dom/style.mjs.map +1 -0
- package/es/packages/utils/easings.mjs +11 -0
- package/es/packages/utils/easings.mjs.map +1 -0
- package/es/packages/utils/error.mjs +20 -0
- package/es/packages/utils/error.mjs.map +1 -0
- package/es/packages/utils/functions.mjs +2 -0
- package/es/packages/utils/functions.mjs.map +1 -0
- package/es/packages/utils/i18n.mjs +4 -0
- package/es/packages/utils/i18n.mjs.map +1 -0
- package/es/packages/utils/index.mjs +29 -0
- package/es/packages/utils/index.mjs.map +1 -0
- package/es/packages/utils/objects.mjs +18 -0
- package/es/packages/utils/objects.mjs.map +1 -0
- package/es/packages/utils/raf.mjs +7 -0
- package/es/packages/utils/raf.mjs.map +1 -0
- package/es/packages/utils/rand.mjs +5 -0
- package/es/packages/utils/rand.mjs.map +1 -0
- package/es/packages/utils/strings.mjs +8 -0
- package/es/packages/utils/strings.mjs.map +1 -0
- package/es/packages/utils/throttleByRaf.mjs +22 -0
- package/es/packages/utils/throttleByRaf.mjs.map +1 -0
- package/es/packages/utils/types.mjs +24 -0
- package/es/packages/utils/types.mjs.map +1 -0
- package/es/packages/utils/typescript.mjs +4 -0
- package/es/packages/utils/typescript.mjs.map +1 -0
- package/es/packages/utils/vue/global-node.mjs +32 -0
- package/es/packages/utils/vue/global-node.mjs.map +1 -0
- package/es/packages/utils/vue/icon.mjs +32 -0
- package/es/packages/utils/vue/icon.mjs.map +1 -0
- package/es/packages/utils/vue/index.mjs +8 -0
- package/es/packages/utils/vue/index.mjs.map +1 -0
- package/es/packages/utils/vue/install.mjs +35 -0
- package/es/packages/utils/vue/install.mjs.map +1 -0
- package/es/packages/utils/vue/props/index.mjs +2 -0
- package/es/packages/utils/vue/props/index.mjs.map +1 -0
- package/es/packages/utils/vue/props/runtime.mjs +52 -0
- package/es/packages/utils/vue/props/runtime.mjs.map +1 -0
- package/es/packages/utils/vue/props/types.mjs +2 -0
- package/es/packages/utils/vue/props/types.mjs.map +1 -0
- package/es/packages/utils/vue/props/util.mjs +2 -0
- package/es/packages/utils/vue/props/util.mjs.map +1 -0
- package/es/packages/utils/vue/refs.mjs +16 -0
- package/es/packages/utils/vue/refs.mjs.map +1 -0
- package/es/packages/utils/vue/size.mjs +8 -0
- package/es/packages/utils/vue/size.mjs.map +1 -0
- package/es/packages/utils/vue/typescript.mjs +2 -0
- package/es/packages/utils/vue/typescript.mjs.map +1 -0
- package/es/packages/utils/vue/vnode.mjs +102 -0
- package/es/packages/utils/vue/vnode.mjs.map +1 -0
- package/es/utils/arrays.d.ts +5 -0
- package/es/utils/browser.d.ts +3 -0
- package/es/utils/dom/aria.d.ts +30 -0
- package/es/utils/dom/element.d.ts +3 -0
- package/es/utils/dom/event.d.ts +6 -0
- package/es/utils/dom/index.d.ts +6 -0
- package/es/utils/dom/position.d.ts +7 -0
- package/es/utils/dom/scroll.d.ts +11 -0
- package/es/utils/dom/style.d.ts +9 -0
- package/es/utils/easings.d.ts +1 -0
- package/es/utils/error.d.ts +3 -0
- package/es/utils/functions.d.ts +1 -0
- package/es/utils/i18n.d.ts +1 -0
- package/es/utils/index.d.ts +15 -0
- package/es/utils/objects.d.ts +8 -0
- package/es/utils/raf.d.ts +2 -0
- package/es/utils/rand.d.ts +12 -0
- package/es/utils/strings.d.ts +6 -0
- package/es/utils/throttleByRaf.d.ts +4 -0
- package/es/utils/types.d.ts +9 -0
- package/es/utils/typescript.d.ts +12 -0
- package/es/utils/vue/global-node.d.ts +3 -0
- package/es/utils/vue/icon.d.ts +23 -0
- package/es/utils/vue/index.d.ts +8 -0
- package/es/utils/vue/install.d.ts +6 -0
- package/es/utils/vue/props/index.d.ts +3 -0
- package/es/utils/vue/props/runtime.d.ts +29 -0
- package/es/utils/vue/props/types.d.ts +120 -0
- package/es/utils/vue/props/util.d.ts +8 -0
- package/es/utils/vue/refs.d.ts +3 -0
- package/es/utils/vue/size.d.ts +2 -0
- package/es/utils/vue/typescript.d.ts +6 -0
- package/es/utils/vue/vnode.d.ts +51 -0
- package/es/version.d.ts +1 -0
- package/es/version.mjs +4 -0
- package/es/version.mjs.map +1 -0
- package/global.d.ts +17 -0
- package/lib/_virtual/plugin-vue_export-helper.js +14 -0
- package/lib/_virtual/plugin-vue_export-helper.js.map +1 -0
- package/lib/component.d.ts +3 -0
- package/lib/component.js +30 -0
- package/lib/component.js.map +1 -0
- package/lib/components/barcode/index.d.ts +6 -0
- package/lib/components/barcode/src/barcode.d.ts +16 -0
- package/lib/components/barcode/src/barcode.vue.d.ts +29 -0
- package/lib/components/barcode/src/instance.d.ts +2 -0
- package/lib/components/barcode/style/css.d.ts +1 -0
- package/lib/components/barcode/style/css.js +5 -0
- package/lib/components/barcode/style/css.js.map +1 -0
- package/lib/components/barcode/style/index.d.ts +1 -0
- package/lib/components/barcode/style/index.js +5 -0
- package/lib/components/barcode/style/index.js.map +1 -0
- package/lib/components/common/index.d.ts +146 -0
- package/lib/components/config-provider/index.d.ts +8 -0
- package/lib/components/config-provider/src/config-provider-props.d.ts +32 -0
- package/lib/components/config-provider/src/config-provider.d.ts +55 -0
- package/lib/components/config-provider/src/constants.d.ts +4 -0
- package/lib/components/config-provider/src/hooks/use-global-config.d.ts +10 -0
- package/lib/components/crud/index.d.ts +6 -0
- package/lib/components/crud/src/button.vue.d.ts +20 -0
- package/lib/components/crud/src/crud.d.ts +258 -0
- package/lib/components/crud/src/crud.vue.d.ts +198 -0
- package/lib/components/crud/src/instance.d.ts +2 -0
- package/lib/components/crud/style/css.d.ts +1 -0
- package/lib/components/crud/style/css.js +5 -0
- package/lib/components/crud/style/css.js.map +1 -0
- package/lib/components/crud/style/index.d.ts +1 -0
- package/lib/components/crud/style/index.js +5 -0
- package/lib/components/crud/style/index.js.map +1 -0
- package/lib/components/dialog/index.d.ts +6 -0
- package/lib/components/dialog/src/dialog.d.ts +62 -0
- package/lib/components/dialog/src/dialog.vue.d.ts +113 -0
- package/lib/components/dialog/src/instance.d.ts +2 -0
- package/lib/components/dialog/style/css.d.ts +1 -0
- package/lib/components/dialog/style/css.js +5 -0
- package/lib/components/dialog/style/css.js.map +1 -0
- package/lib/components/dialog/style/index.d.ts +1 -0
- package/lib/components/dialog/style/index.js +5 -0
- package/lib/components/dialog/style/index.js.map +1 -0
- package/lib/components/form/index.d.ts +6 -0
- package/lib/components/form/src/form.d.ts +91 -0
- package/lib/components/form/src/form.vue.d.ts +80 -0
- package/lib/components/form/src/instance.d.ts +2 -0
- package/lib/components/form/style/css.d.ts +1 -0
- package/lib/components/form/style/css.js +5 -0
- package/lib/components/form/style/css.js.map +1 -0
- package/lib/components/form/style/index.d.ts +1 -0
- package/lib/components/form/style/index.js +5 -0
- package/lib/components/form/style/index.js.map +1 -0
- package/lib/components/index.d.ts +10 -0
- package/lib/components/pagination/index.d.ts +6 -0
- package/lib/components/pagination/src/instance.d.ts +2 -0
- package/lib/components/pagination/src/pagination.d.ts +39 -0
- package/lib/components/pagination/src/pagination.vue.d.ts +39 -0
- package/lib/components/pagination/style/css.d.ts +1 -0
- package/lib/components/pagination/style/css.js +5 -0
- package/lib/components/pagination/style/css.js.map +1 -0
- package/lib/components/pagination/style/index.d.ts +1 -0
- package/lib/components/pagination/style/index.js +5 -0
- package/lib/components/pagination/style/index.js.map +1 -0
- package/lib/components/picture/index.d.ts +6 -0
- package/lib/components/picture/src/instance.d.ts +2 -0
- package/lib/components/picture/src/picture.d.ts +20 -0
- package/lib/components/picture/src/picture.vue.d.ts +35 -0
- package/lib/components/picture/style/css.d.ts +1 -0
- package/lib/components/picture/style/css.js +5 -0
- package/lib/components/picture/style/css.js.map +1 -0
- package/lib/components/picture/style/index.d.ts +1 -0
- package/lib/components/picture/style/index.js +5 -0
- package/lib/components/picture/style/index.js.map +1 -0
- package/lib/components/qrcode/index.d.ts +6 -0
- package/lib/components/qrcode/src/instance.d.ts +2 -0
- package/lib/components/qrcode/src/qrcode.d.ts +17 -0
- package/lib/components/qrcode/src/qrcode.vue.d.ts +32 -0
- package/lib/components/qrcode/style/css.d.ts +1 -0
- package/lib/components/qrcode/style/css.js +5 -0
- package/lib/components/qrcode/style/css.js.map +1 -0
- package/lib/components/qrcode/style/index.d.ts +1 -0
- package/lib/components/qrcode/style/index.js +5 -0
- package/lib/components/qrcode/style/index.js.map +1 -0
- package/lib/components/search/index.d.ts +6 -0
- package/lib/components/search/src/instance.d.ts +2 -0
- package/lib/components/search/src/search.d.ts +125 -0
- package/lib/components/search/src/search.vue.d.ts +83 -0
- package/lib/components/search/style/css.d.ts +1 -0
- package/lib/components/search/style/css.js +5 -0
- package/lib/components/search/style/css.js.map +1 -0
- package/lib/components/search/style/index.d.ts +1 -0
- package/lib/components/search/style/index.js +5 -0
- package/lib/components/search/style/index.js.map +1 -0
- package/lib/components/table/index.d.ts +6 -0
- package/lib/components/table/src/instance.d.ts +2 -0
- package/lib/components/table/src/table.d.ts +143 -0
- package/lib/components/table/src/table.vue.d.ts +122 -0
- package/lib/components/table/style/css.d.ts +1 -0
- package/lib/components/table/style/css.js +5 -0
- package/lib/components/table/style/css.js.map +1 -0
- package/lib/components/table/style/index.d.ts +1 -0
- package/lib/components/table/style/index.js +5 -0
- package/lib/components/table/style/index.js.map +1 -0
- package/lib/constants/index.d.ts +2 -0
- package/lib/constants/key.d.ts +1 -0
- package/lib/constants/size.d.ts +7 -0
- package/lib/defaults.d.ts +5 -0
- package/lib/defaults.js +11 -0
- package/lib/defaults.js.map +1 -0
- package/lib/hooks/index.d.ts +2 -0
- package/lib/hooks/use-locale/index.d.ts +15 -0
- package/lib/hooks/use-size/index.d.ts +21 -0
- package/lib/index.d.ts +8 -0
- package/lib/index.js +86 -0
- package/lib/index.js.map +1 -0
- package/lib/locale/index.d.ts +9 -0
- package/lib/locale/lang/en.d.ts +30 -0
- package/lib/locale/lang/zh-cn.d.ts +30 -0
- package/lib/locales.d.ts +1 -0
- package/lib/locales.js +12 -0
- package/lib/locales.js.map +1 -0
- package/lib/make-installer.d.ts +6 -0
- package/lib/make-installer.js +25 -0
- package/lib/make-installer.js.map +1 -0
- package/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/conversion.js +236 -0
- package/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/conversion.js.map +1 -0
- package/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/css-color-names.js +161 -0
- package/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/css-color-names.js.map +1 -0
- package/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/format-input.js +193 -0
- package/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/format-input.js.map +1 -0
- package/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/index.js +509 -0
- package/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/index.js.map +1 -0
- package/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/util.js +95 -0
- package/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/util.js.map +1 -0
- package/lib/node_modules/.pnpm/@element-plus_icons-vue@2.3.1_vue@3.5.13_typescript@5.5.4_/node_modules/@element-plus/icons-vue/dist/index.js +211 -0
- package/lib/node_modules/.pnpm/@element-plus_icons-vue@2.3.1_vue@3.5.13_typescript@5.5.4_/node_modules/@element-plus/icons-vue/dist/index.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/_virtual/plugin-vue_export-helper.js +14 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/_virtual/plugin-vue_export-helper.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/index.js +16 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/index.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/button-custom.js +70 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/button-custom.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/button-group.js +13 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/button-group.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/button-group2.js +36 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/button-group2.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/button.js +68 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/button.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/button2.js +86 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/button2.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/constants.js +8 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/constants.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/use-button.js +77 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/use-button.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/config-provider/src/constants.js +8 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/config-provider/src/constants.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/config-provider/src/hooks/use-global-config.js +96 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/config-provider/src/hooks/use-global-config.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/focus-trap/src/focus-trap.js +262 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/focus-trap/src/focus-trap.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/focus-trap/src/tokens.js +28 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/focus-trap/src/tokens.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/focus-trap/src/utils.js +153 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/focus-trap/src/utils.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/form/src/constants.js +10 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/form/src/constants.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/form/src/hooks/use-form-common-props.js +26 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/form/src/hooks/use-form-common-props.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/form/src/hooks/use-form-item.js +62 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/form/src/hooks/use-form-item.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/icon/index.js +12 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/icon/index.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/icon/src/icon.js +17 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/icon/src/icon.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/icon/src/icon2.js +44 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/icon/src/icon2.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/input/index.js +12 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/input/index.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/input/src/input.js +112 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/input/src/input.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/input/src/input2.js +440 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/input/src/input2.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/input/src/utils.js +83 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/input/src/utils.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/message-box/index.js +20 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/message-box/index.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/message-box/src/index.js +499 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/message-box/src/index.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/message-box/src/messageBox.js +139 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/message-box/src/messageBox.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/overlay/index.js +13 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/overlay/index.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/overlay/src/overlay.js +69 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/overlay/src/overlay.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/constants/aria.js +24 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/constants/aria.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/constants/event.js +8 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/constants/event.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/constants/size.js +8 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/constants/size.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/directives/trap-focus/index.js +66 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/directives/trap-focus/index.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-aria/index.js +22 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-aria/index.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-attrs/index.js +28 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-attrs/index.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-composition/index.js +44 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-composition/index.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-cursor/index.js +48 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-cursor/index.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-deprecated/index.js +21 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-deprecated/index.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-draggable/index.js +87 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-draggable/index.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-empty-values/index.js +19 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-empty-values/index.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-escape-keydown/index.js +33 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-escape-keydown/index.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-focus-controller/index.js +69 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-focus-controller/index.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-id/index.js +35 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-id/index.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-locale/index.js +34 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-locale/index.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-lockscreen/index.js +55 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-lockscreen/index.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-namespace/index.js +84 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-namespace/index.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-prop/index.js +16 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-prop/index.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-same-target/index.js +29 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-same-target/index.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-size/index.js +25 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-size/index.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-z-index/index.js +45 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-z-index/index.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/locale/lang/en.js +186 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/locale/lang/en.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/browser.js +18 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/browser.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/dom/aria.js +43 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/dom/aria.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/dom/scroll.js +33 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/dom/scroll.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/dom/style.js +63 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/dom/style.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/error.js +25 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/error.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/i18n.js +8 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/i18n.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/objects.js +8 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/objects.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/types.js +57 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/types.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/typescript.js +8 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/typescript.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/vue/icon.js +36 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/vue/icon.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/vue/install.js +27 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/vue/install.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/vue/props/runtime.js +54 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/vue/props/runtime.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/vue/validator.js +10 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/vue/validator.js.map +1 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/vue/vnode.js +23 -0
- package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/vue/vnode.js.map +1 -0
- package/lib/packages/components/barcode/index.js +15 -0
- package/lib/packages/components/barcode/index.js.map +1 -0
- package/lib/packages/components/barcode/src/barcode.js +28 -0
- package/lib/packages/components/barcode/src/barcode.js.map +1 -0
- package/lib/packages/components/barcode/src/barcode2.js +66 -0
- package/lib/packages/components/barcode/src/barcode2.js.map +1 -0
- package/lib/packages/components/barcode/src/instance.js +3 -0
- package/lib/packages/components/barcode/src/instance.js.map +1 -0
- package/lib/packages/components/common/index.js +3 -0
- package/lib/packages/components/common/index.js.map +1 -0
- package/lib/packages/components/config-provider/index.js +20 -0
- package/lib/packages/components/config-provider/index.js.map +1 -0
- package/lib/packages/components/config-provider/src/config-provider-props.js +24 -0
- package/lib/packages/components/config-provider/src/config-provider-props.js.map +1 -0
- package/lib/packages/components/config-provider/src/config-provider.js +19 -0
- package/lib/packages/components/config-provider/src/config-provider.js.map +1 -0
- package/lib/packages/components/config-provider/src/constants.js +8 -0
- package/lib/packages/components/config-provider/src/constants.js.map +1 -0
- package/lib/packages/components/config-provider/src/hooks/use-global-config.js +83 -0
- package/lib/packages/components/config-provider/src/hooks/use-global-config.js.map +1 -0
- package/lib/packages/components/crud/index.js +15 -0
- package/lib/packages/components/crud/index.js.map +1 -0
- package/lib/packages/components/crud/src/button.js +34 -0
- package/lib/packages/components/crud/src/button.js.map +1 -0
- package/lib/packages/components/crud/src/crud.js +610 -0
- package/lib/packages/components/crud/src/crud.js.map +1 -0
- package/lib/packages/components/crud/src/crud2.js +65 -0
- package/lib/packages/components/crud/src/crud2.js.map +1 -0
- package/lib/packages/components/crud/src/instance.js +3 -0
- package/lib/packages/components/crud/src/instance.js.map +1 -0
- package/lib/packages/components/dialog/index.js +15 -0
- package/lib/packages/components/dialog/index.js.map +1 -0
- package/lib/packages/components/dialog/src/dialog.js +85 -0
- package/lib/packages/components/dialog/src/dialog.js.map +1 -0
- package/lib/packages/components/dialog/src/dialog2.js +125 -0
- package/lib/packages/components/dialog/src/dialog2.js.map +1 -0
- package/lib/packages/components/dialog/src/instance.js +3 -0
- package/lib/packages/components/dialog/src/instance.js.map +1 -0
- package/lib/packages/components/form/index.js +15 -0
- package/lib/packages/components/form/index.js.map +1 -0
- package/lib/packages/components/form/src/form.js +35 -0
- package/lib/packages/components/form/src/form.js.map +1 -0
- package/lib/packages/components/form/src/form2.js +631 -0
- package/lib/packages/components/form/src/form2.js.map +1 -0
- package/lib/packages/components/form/src/instance.js +3 -0
- package/lib/packages/components/form/src/instance.js.map +1 -0
- package/lib/packages/components/index.js +63 -0
- package/lib/packages/components/index.js.map +1 -0
- package/lib/packages/components/pagination/index.js +15 -0
- package/lib/packages/components/pagination/index.js.map +1 -0
- package/lib/packages/components/pagination/src/instance.js +3 -0
- package/lib/packages/components/pagination/src/instance.js.map +1 -0
- package/lib/packages/components/pagination/src/pagination.js +51 -0
- package/lib/packages/components/pagination/src/pagination.js.map +1 -0
- package/lib/packages/components/pagination/src/pagination2.js +47 -0
- package/lib/packages/components/pagination/src/pagination2.js.map +1 -0
- package/lib/packages/components/picture/index.js +15 -0
- package/lib/packages/components/picture/index.js.map +1 -0
- package/lib/packages/components/picture/src/instance.js +3 -0
- package/lib/packages/components/picture/src/instance.js.map +1 -0
- package/lib/packages/components/picture/src/picture.js +29 -0
- package/lib/packages/components/picture/src/picture.js.map +1 -0
- package/lib/packages/components/picture/src/picture2.js +35 -0
- package/lib/packages/components/picture/src/picture2.js.map +1 -0
- package/lib/packages/components/qrcode/index.js +15 -0
- package/lib/packages/components/qrcode/index.js.map +1 -0
- package/lib/packages/components/qrcode/src/instance.js +3 -0
- package/lib/packages/components/qrcode/src/instance.js.map +1 -0
- package/lib/packages/components/qrcode/src/qrcode.js +75 -0
- package/lib/packages/components/qrcode/src/qrcode.js.map +1 -0
- package/lib/packages/components/qrcode/src/qrcode2.js +32 -0
- package/lib/packages/components/qrcode/src/qrcode2.js.map +1 -0
- package/lib/packages/components/search/index.js +15 -0
- package/lib/packages/components/search/index.js.map +1 -0
- package/lib/packages/components/search/src/instance.js +3 -0
- package/lib/packages/components/search/src/instance.js.map +1 -0
- package/lib/packages/components/search/src/search.js +35 -0
- package/lib/packages/components/search/src/search.js.map +1 -0
- package/lib/packages/components/search/src/search2.js +432 -0
- package/lib/packages/components/search/src/search2.js.map +1 -0
- package/lib/packages/components/table/index.js +15 -0
- package/lib/packages/components/table/index.js.map +1 -0
- package/lib/packages/components/table/src/instance.js +3 -0
- package/lib/packages/components/table/src/instance.js.map +1 -0
- package/lib/packages/components/table/src/table.js +431 -0
- package/lib/packages/components/table/src/table.js.map +1 -0
- package/lib/packages/components/table/src/table2.js +47 -0
- package/lib/packages/components/table/src/table2.js.map +1 -0
- package/lib/packages/constants/index.js +13 -0
- package/lib/packages/constants/index.js.map +1 -0
- package/lib/packages/constants/key.js +8 -0
- package/lib/packages/constants/key.js.map +1 -0
- package/lib/packages/constants/size.js +14 -0
- package/lib/packages/constants/size.js.map +1 -0
- package/lib/packages/hooks/index.js +19 -0
- package/lib/packages/hooks/index.js.map +1 -0
- package/lib/packages/hooks/use-locale/index.js +37 -0
- package/lib/packages/hooks/use-locale/index.js.map +1 -0
- package/lib/packages/hooks/use-size/index.js +29 -0
- package/lib/packages/hooks/use-size/index.js.map +1 -0
- package/lib/packages/locale/index.js +12 -0
- package/lib/packages/locale/index.js.map +1 -0
- package/lib/packages/locale/lang/en.js +36 -0
- package/lib/packages/locale/lang/en.js.map +1 -0
- package/lib/packages/locale/lang/zh-cn.js +36 -0
- package/lib/packages/locale/lang/zh-cn.js.map +1 -0
- package/lib/packages/utils/arrays.js +21 -0
- package/lib/packages/utils/arrays.js.map +1 -0
- package/lib/packages/utils/browser.js +14 -0
- package/lib/packages/utils/browser.js.map +1 -0
- package/lib/packages/utils/dom/aria.js +87 -0
- package/lib/packages/utils/dom/aria.js.map +1 -0
- package/lib/packages/utils/dom/element.js +22 -0
- package/lib/packages/utils/dom/element.js.map +1 -0
- package/lib/packages/utils/dom/event.js +20 -0
- package/lib/packages/utils/dom/event.js.map +1 -0
- package/lib/packages/utils/dom/index.js +44 -0
- package/lib/packages/utils/dom/index.js.map +1 -0
- package/lib/packages/utils/dom/position.js +59 -0
- package/lib/packages/utils/dom/position.js.map +1 -0
- package/lib/packages/utils/dom/scroll.js +131 -0
- package/lib/packages/utils/dom/scroll.js.map +1 -0
- package/lib/packages/utils/dom/style.js +87 -0
- package/lib/packages/utils/dom/style.js.map +1 -0
- package/lib/packages/utils/easings.js +15 -0
- package/lib/packages/utils/easings.js.map +1 -0
- package/lib/packages/utils/error.js +25 -0
- package/lib/packages/utils/error.js.map +1 -0
- package/lib/packages/utils/functions.js +17 -0
- package/lib/packages/utils/functions.js.map +1 -0
- package/lib/packages/utils/i18n.js +8 -0
- package/lib/packages/utils/i18n.js.map +1 -0
- package/lib/packages/utils/index.js +187 -0
- package/lib/packages/utils/index.js.map +1 -0
- package/lib/packages/utils/objects.js +28 -0
- package/lib/packages/utils/objects.js.map +1 -0
- package/lib/packages/utils/raf.js +12 -0
- package/lib/packages/utils/raf.js.map +1 -0
- package/lib/packages/utils/rand.js +10 -0
- package/lib/packages/utils/rand.js.map +1 -0
- package/lib/packages/utils/strings.js +24 -0
- package/lib/packages/utils/strings.js.map +1 -0
- package/lib/packages/utils/throttleByRaf.js +26 -0
- package/lib/packages/utils/throttleByRaf.js.map +1 -0
- package/lib/packages/utils/types.js +66 -0
- package/lib/packages/utils/types.js.map +1 -0
- package/lib/packages/utils/typescript.js +8 -0
- package/lib/packages/utils/typescript.js.map +1 -0
- package/lib/packages/utils/vue/global-node.js +38 -0
- package/lib/packages/utils/vue/global-node.js.map +1 -0
- package/lib/packages/utils/vue/icon.js +40 -0
- package/lib/packages/utils/vue/icon.js.map +1 -0
- package/lib/packages/utils/vue/index.js +46 -0
- package/lib/packages/utils/vue/index.js.map +1 -0
- package/lib/packages/utils/vue/install.js +42 -0
- package/lib/packages/utils/vue/install.js.map +1 -0
- package/lib/packages/utils/vue/props/index.js +14 -0
- package/lib/packages/utils/vue/props/index.js.map +1 -0
- package/lib/packages/utils/vue/props/runtime.js +60 -0
- package/lib/packages/utils/vue/props/runtime.js.map +1 -0
- package/lib/packages/utils/vue/props/types.js +3 -0
- package/lib/packages/utils/vue/props/types.js.map +1 -0
- package/lib/packages/utils/vue/props/util.js +3 -0
- package/lib/packages/utils/vue/props/util.js.map +1 -0
- package/lib/packages/utils/vue/refs.js +20 -0
- package/lib/packages/utils/vue/refs.js.map +1 -0
- package/lib/packages/utils/vue/size.js +12 -0
- package/lib/packages/utils/vue/size.js.map +1 -0
- package/lib/packages/utils/vue/typescript.js +3 -0
- package/lib/packages/utils/vue/typescript.js.map +1 -0
- package/lib/packages/utils/vue/vnode.js +117 -0
- package/lib/packages/utils/vue/vnode.js.map +1 -0
- package/lib/utils/arrays.d.ts +5 -0
- package/lib/utils/browser.d.ts +3 -0
- package/lib/utils/dom/aria.d.ts +30 -0
- package/lib/utils/dom/element.d.ts +3 -0
- package/lib/utils/dom/event.d.ts +6 -0
- package/lib/utils/dom/index.d.ts +6 -0
- package/lib/utils/dom/position.d.ts +7 -0
- package/lib/utils/dom/scroll.d.ts +11 -0
- package/lib/utils/dom/style.d.ts +9 -0
- package/lib/utils/easings.d.ts +1 -0
- package/lib/utils/error.d.ts +3 -0
- package/lib/utils/functions.d.ts +1 -0
- package/lib/utils/i18n.d.ts +1 -0
- package/lib/utils/index.d.ts +15 -0
- package/lib/utils/objects.d.ts +8 -0
- package/lib/utils/raf.d.ts +2 -0
- package/lib/utils/rand.d.ts +12 -0
- package/lib/utils/strings.d.ts +6 -0
- package/lib/utils/throttleByRaf.d.ts +4 -0
- package/lib/utils/types.d.ts +9 -0
- package/lib/utils/typescript.d.ts +12 -0
- package/lib/utils/vue/global-node.d.ts +3 -0
- package/lib/utils/vue/icon.d.ts +23 -0
- package/lib/utils/vue/index.d.ts +8 -0
- package/lib/utils/vue/install.d.ts +6 -0
- package/lib/utils/vue/props/index.d.ts +3 -0
- package/lib/utils/vue/props/runtime.d.ts +29 -0
- package/lib/utils/vue/props/types.d.ts +120 -0
- package/lib/utils/vue/props/util.d.ts +8 -0
- package/lib/utils/vue/refs.d.ts +3 -0
- package/lib/utils/vue/size.d.ts +2 -0
- package/lib/utils/vue/typescript.d.ts +6 -0
- package/lib/utils/vue/vnode.d.ts +51 -0
- package/lib/version.d.ts +1 -0
- package/lib/version.js +8 -0
- package/lib/version.js.map +1 -0
- package/package.json +103 -0
- package/tags.json +1 -0
- package/theme-chalk/el-barcode.css +0 -0
- package/theme-chalk/el-crud.css +1 -0
- package/theme-chalk/el-dialog.css +1 -0
- package/theme-chalk/el-form.css +1 -0
- package/theme-chalk/el-pagination.css +0 -0
- package/theme-chalk/el-picture.css +0 -0
- package/theme-chalk/el-qrcode.css +1 -0
- package/theme-chalk/el-search.css +1 -0
- package/theme-chalk/el-table.css +1 -0
- package/theme-chalk/index.css +1 -0
- package/theme-chalk/src/barcode.scss +0 -0
- package/theme-chalk/src/crud.scss +27 -0
- package/theme-chalk/src/dialog.scss +17 -0
- package/theme-chalk/src/form.scss +24 -0
- package/theme-chalk/src/index.scss +8 -0
- package/theme-chalk/src/pagination.scss +0 -0
- package/theme-chalk/src/picture.scss +0 -0
- package/theme-chalk/src/qrcode.scss +8 -0
- package/theme-chalk/src/search.scss +11 -0
- package/theme-chalk/src/table.scss +73 -0
- package/web-types.json +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"format-input.js","sources":["../../../../../../../../../../../node_modules/.pnpm/@ctrl+tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/format-input.js"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-redundant-type-constituents */\nimport { convertHexToDecimal, hslToRgb, hsvToRgb, parseIntFromHex, rgbToRgb, } from './conversion.js';\nimport { names } from './css-color-names.js';\nimport { boundAlpha, convertToPercentage } from './util.js';\n/**\n * Given a string or object, convert that input to RGB\n *\n * Possible string inputs:\n * ```\n * \"red\"\n * \"#f00\" or \"f00\"\n * \"#ff0000\" or \"ff0000\"\n * \"#ff000000\" or \"ff000000\"\n * \"rgb 255 0 0\" or \"rgb (255, 0, 0)\"\n * \"rgb 1.0 0 0\" or \"rgb (1, 0, 0)\"\n * \"rgba (255, 0, 0, 1)\" or \"rgba 255, 0, 0, 1\"\n * \"rgba (1.0, 0, 0, 1)\" or \"rgba 1.0, 0, 0, 1\"\n * \"hsl(0, 100%, 50%)\" or \"hsl 0 100% 50%\"\n * \"hsla(0, 100%, 50%, 1)\" or \"hsla 0 100% 50%, 1\"\n * \"hsv(0, 100%, 100%)\" or \"hsv 0 100% 100%\"\n * ```\n */\nexport function inputToRGB(color) {\n var rgb = { r: 0, g: 0, b: 0 };\n var a = 1;\n var s = null;\n var v = null;\n var l = null;\n var ok = false;\n var format = false;\n if (typeof color === 'string') {\n color = stringInputToObject(color);\n }\n if (typeof color === 'object') {\n if (isValidCSSUnit(color.r) && isValidCSSUnit(color.g) && isValidCSSUnit(color.b)) {\n rgb = rgbToRgb(color.r, color.g, color.b);\n ok = true;\n format = String(color.r).substr(-1) === '%' ? 'prgb' : 'rgb';\n }\n else if (isValidCSSUnit(color.h) && isValidCSSUnit(color.s) && isValidCSSUnit(color.v)) {\n s = convertToPercentage(color.s);\n v = convertToPercentage(color.v);\n rgb = hsvToRgb(color.h, s, v);\n ok = true;\n format = 'hsv';\n }\n else if (isValidCSSUnit(color.h) && isValidCSSUnit(color.s) && isValidCSSUnit(color.l)) {\n s = convertToPercentage(color.s);\n l = convertToPercentage(color.l);\n rgb = hslToRgb(color.h, s, l);\n ok = true;\n format = 'hsl';\n }\n if (Object.prototype.hasOwnProperty.call(color, 'a')) {\n a = color.a;\n }\n }\n a = boundAlpha(a);\n return {\n ok: ok,\n format: color.format || format,\n r: Math.min(255, Math.max(rgb.r, 0)),\n g: Math.min(255, Math.max(rgb.g, 0)),\n b: Math.min(255, Math.max(rgb.b, 0)),\n a: a,\n };\n}\n// <http://www.w3.org/TR/css3-values/#integers>\nvar CSS_INTEGER = '[-\\\\+]?\\\\d+%?';\n// <http://www.w3.org/TR/css3-values/#number-value>\nvar CSS_NUMBER = '[-\\\\+]?\\\\d*\\\\.\\\\d+%?';\n// Allow positive/negative integer/number. Don't capture the either/or, just the entire outcome.\nvar CSS_UNIT = \"(?:\".concat(CSS_NUMBER, \")|(?:\").concat(CSS_INTEGER, \")\");\n// Actual matching.\n// Parentheses and commas are optional, but not required.\n// Whitespace can take the place of commas or opening paren\nvar PERMISSIVE_MATCH3 = \"[\\\\s|\\\\(]+(\".concat(CSS_UNIT, \")[,|\\\\s]+(\").concat(CSS_UNIT, \")[,|\\\\s]+(\").concat(CSS_UNIT, \")\\\\s*\\\\)?\");\nvar PERMISSIVE_MATCH4 = \"[\\\\s|\\\\(]+(\".concat(CSS_UNIT, \")[,|\\\\s]+(\").concat(CSS_UNIT, \")[,|\\\\s]+(\").concat(CSS_UNIT, \")[,|\\\\s]+(\").concat(CSS_UNIT, \")\\\\s*\\\\)?\");\nvar matchers = {\n CSS_UNIT: new RegExp(CSS_UNIT),\n rgb: new RegExp('rgb' + PERMISSIVE_MATCH3),\n rgba: new RegExp('rgba' + PERMISSIVE_MATCH4),\n hsl: new RegExp('hsl' + PERMISSIVE_MATCH3),\n hsla: new RegExp('hsla' + PERMISSIVE_MATCH4),\n hsv: new RegExp('hsv' + PERMISSIVE_MATCH3),\n hsva: new RegExp('hsva' + PERMISSIVE_MATCH4),\n hex3: /^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,\n hex6: /^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,\n hex4: /^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,\n hex8: /^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,\n};\n/**\n * Permissive string parsing. Take in a number of formats, and output an object\n * based on detected format. Returns `{ r, g, b }` or `{ h, s, l }` or `{ h, s, v}`\n */\nexport function stringInputToObject(color) {\n color = color.trim().toLowerCase();\n if (color.length === 0) {\n return false;\n }\n var named = false;\n if (names[color]) {\n color = names[color];\n named = true;\n }\n else if (color === 'transparent') {\n return { r: 0, g: 0, b: 0, a: 0, format: 'name' };\n }\n // Try to match string input using regular expressions.\n // Keep most of the number bounding out of this function - don't worry about [0,1] or [0,100] or [0,360]\n // Just return an object and let the conversion functions handle that.\n // This way the result will be the same whether the tinycolor is initialized with string or object.\n var match = matchers.rgb.exec(color);\n if (match) {\n return { r: match[1], g: match[2], b: match[3] };\n }\n match = matchers.rgba.exec(color);\n if (match) {\n return { r: match[1], g: match[2], b: match[3], a: match[4] };\n }\n match = matchers.hsl.exec(color);\n if (match) {\n return { h: match[1], s: match[2], l: match[3] };\n }\n match = matchers.hsla.exec(color);\n if (match) {\n return { h: match[1], s: match[2], l: match[3], a: match[4] };\n }\n match = matchers.hsv.exec(color);\n if (match) {\n return { h: match[1], s: match[2], v: match[3] };\n }\n match = matchers.hsva.exec(color);\n if (match) {\n return { h: match[1], s: match[2], v: match[3], a: match[4] };\n }\n match = matchers.hex8.exec(color);\n if (match) {\n return {\n r: parseIntFromHex(match[1]),\n g: parseIntFromHex(match[2]),\n b: parseIntFromHex(match[3]),\n a: convertHexToDecimal(match[4]),\n format: named ? 'name' : 'hex8',\n };\n }\n match = matchers.hex6.exec(color);\n if (match) {\n return {\n r: parseIntFromHex(match[1]),\n g: parseIntFromHex(match[2]),\n b: parseIntFromHex(match[3]),\n format: named ? 'name' : 'hex',\n };\n }\n match = matchers.hex4.exec(color);\n if (match) {\n return {\n r: parseIntFromHex(match[1] + match[1]),\n g: parseIntFromHex(match[2] + match[2]),\n b: parseIntFromHex(match[3] + match[3]),\n a: convertHexToDecimal(match[4] + match[4]),\n format: named ? 'name' : 'hex8',\n };\n }\n match = matchers.hex3.exec(color);\n if (match) {\n return {\n r: parseIntFromHex(match[1] + match[1]),\n g: parseIntFromHex(match[2] + match[2]),\n b: parseIntFromHex(match[3] + match[3]),\n format: named ? 'name' : 'hex',\n };\n }\n return false;\n}\n/**\n * Check to see if it looks like a CSS unit\n * (see `matchers` above for definition).\n */\nexport function isValidCSSUnit(color) {\n return Boolean(matchers.CSS_UNIT.exec(String(color)));\n}\n"],"names":["rgbToRgb","convertToPercentage","hsvToRgb","hslToRgb","boundAlpha","names","parseIntFromHex","convertHexToDecimal"],"mappings":"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"}
|
|
@@ -0,0 +1,509 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var conversion = require('./conversion.js');
|
|
6
|
+
var cssColorNames = require('./css-color-names.js');
|
|
7
|
+
var formatInput = require('./format-input.js');
|
|
8
|
+
var util = require('./util.js');
|
|
9
|
+
|
|
10
|
+
var TinyColor = /** @class */ (function () {
|
|
11
|
+
function TinyColor(color, opts) {
|
|
12
|
+
if (color === void 0) { color = ''; }
|
|
13
|
+
if (opts === void 0) { opts = {}; }
|
|
14
|
+
var _a;
|
|
15
|
+
// If input is already a tinycolor, return itself
|
|
16
|
+
if (color instanceof TinyColor) {
|
|
17
|
+
// eslint-disable-next-line no-constructor-return
|
|
18
|
+
return color;
|
|
19
|
+
}
|
|
20
|
+
if (typeof color === 'number') {
|
|
21
|
+
color = conversion.numberInputToObject(color);
|
|
22
|
+
}
|
|
23
|
+
this.originalInput = color;
|
|
24
|
+
var rgb = formatInput.inputToRGB(color);
|
|
25
|
+
this.originalInput = color;
|
|
26
|
+
this.r = rgb.r;
|
|
27
|
+
this.g = rgb.g;
|
|
28
|
+
this.b = rgb.b;
|
|
29
|
+
this.a = rgb.a;
|
|
30
|
+
this.roundA = Math.round(100 * this.a) / 100;
|
|
31
|
+
this.format = (_a = opts.format) !== null && _a !== void 0 ? _a : rgb.format;
|
|
32
|
+
this.gradientType = opts.gradientType;
|
|
33
|
+
// Don't let the range of [0,255] come back in [0,1].
|
|
34
|
+
// Potentially lose a little bit of precision here, but will fix issues where
|
|
35
|
+
// .5 gets interpreted as half of the total, instead of half of 1
|
|
36
|
+
// If it was supposed to be 128, this was already taken care of by `inputToRgb`
|
|
37
|
+
if (this.r < 1) {
|
|
38
|
+
this.r = Math.round(this.r);
|
|
39
|
+
}
|
|
40
|
+
if (this.g < 1) {
|
|
41
|
+
this.g = Math.round(this.g);
|
|
42
|
+
}
|
|
43
|
+
if (this.b < 1) {
|
|
44
|
+
this.b = Math.round(this.b);
|
|
45
|
+
}
|
|
46
|
+
this.isValid = rgb.ok;
|
|
47
|
+
}
|
|
48
|
+
TinyColor.prototype.isDark = function () {
|
|
49
|
+
return this.getBrightness() < 128;
|
|
50
|
+
};
|
|
51
|
+
TinyColor.prototype.isLight = function () {
|
|
52
|
+
return !this.isDark();
|
|
53
|
+
};
|
|
54
|
+
/**
|
|
55
|
+
* Returns the perceived brightness of the color, from 0-255.
|
|
56
|
+
*/
|
|
57
|
+
TinyColor.prototype.getBrightness = function () {
|
|
58
|
+
// http://www.w3.org/TR/AERT#color-contrast
|
|
59
|
+
var rgb = this.toRgb();
|
|
60
|
+
return (rgb.r * 299 + rgb.g * 587 + rgb.b * 114) / 1000;
|
|
61
|
+
};
|
|
62
|
+
/**
|
|
63
|
+
* Returns the perceived luminance of a color, from 0-1.
|
|
64
|
+
*/
|
|
65
|
+
TinyColor.prototype.getLuminance = function () {
|
|
66
|
+
// http://www.w3.org/TR/2008/REC-WCAG20-20081211/#relativeluminancedef
|
|
67
|
+
var rgb = this.toRgb();
|
|
68
|
+
var R;
|
|
69
|
+
var G;
|
|
70
|
+
var B;
|
|
71
|
+
var RsRGB = rgb.r / 255;
|
|
72
|
+
var GsRGB = rgb.g / 255;
|
|
73
|
+
var BsRGB = rgb.b / 255;
|
|
74
|
+
if (RsRGB <= 0.03928) {
|
|
75
|
+
R = RsRGB / 12.92;
|
|
76
|
+
}
|
|
77
|
+
else {
|
|
78
|
+
// eslint-disable-next-line prefer-exponentiation-operator
|
|
79
|
+
R = Math.pow((RsRGB + 0.055) / 1.055, 2.4);
|
|
80
|
+
}
|
|
81
|
+
if (GsRGB <= 0.03928) {
|
|
82
|
+
G = GsRGB / 12.92;
|
|
83
|
+
}
|
|
84
|
+
else {
|
|
85
|
+
// eslint-disable-next-line prefer-exponentiation-operator
|
|
86
|
+
G = Math.pow((GsRGB + 0.055) / 1.055, 2.4);
|
|
87
|
+
}
|
|
88
|
+
if (BsRGB <= 0.03928) {
|
|
89
|
+
B = BsRGB / 12.92;
|
|
90
|
+
}
|
|
91
|
+
else {
|
|
92
|
+
// eslint-disable-next-line prefer-exponentiation-operator
|
|
93
|
+
B = Math.pow((BsRGB + 0.055) / 1.055, 2.4);
|
|
94
|
+
}
|
|
95
|
+
return 0.2126 * R + 0.7152 * G + 0.0722 * B;
|
|
96
|
+
};
|
|
97
|
+
/**
|
|
98
|
+
* Returns the alpha value of a color, from 0-1.
|
|
99
|
+
*/
|
|
100
|
+
TinyColor.prototype.getAlpha = function () {
|
|
101
|
+
return this.a;
|
|
102
|
+
};
|
|
103
|
+
/**
|
|
104
|
+
* Sets the alpha value on the current color.
|
|
105
|
+
*
|
|
106
|
+
* @param alpha - The new alpha value. The accepted range is 0-1.
|
|
107
|
+
*/
|
|
108
|
+
TinyColor.prototype.setAlpha = function (alpha) {
|
|
109
|
+
this.a = util.boundAlpha(alpha);
|
|
110
|
+
this.roundA = Math.round(100 * this.a) / 100;
|
|
111
|
+
return this;
|
|
112
|
+
};
|
|
113
|
+
/**
|
|
114
|
+
* Returns whether the color is monochrome.
|
|
115
|
+
*/
|
|
116
|
+
TinyColor.prototype.isMonochrome = function () {
|
|
117
|
+
var s = this.toHsl().s;
|
|
118
|
+
return s === 0;
|
|
119
|
+
};
|
|
120
|
+
/**
|
|
121
|
+
* Returns the object as a HSVA object.
|
|
122
|
+
*/
|
|
123
|
+
TinyColor.prototype.toHsv = function () {
|
|
124
|
+
var hsv = conversion.rgbToHsv(this.r, this.g, this.b);
|
|
125
|
+
return { h: hsv.h * 360, s: hsv.s, v: hsv.v, a: this.a };
|
|
126
|
+
};
|
|
127
|
+
/**
|
|
128
|
+
* Returns the hsva values interpolated into a string with the following format:
|
|
129
|
+
* "hsva(xxx, xxx, xxx, xx)".
|
|
130
|
+
*/
|
|
131
|
+
TinyColor.prototype.toHsvString = function () {
|
|
132
|
+
var hsv = conversion.rgbToHsv(this.r, this.g, this.b);
|
|
133
|
+
var h = Math.round(hsv.h * 360);
|
|
134
|
+
var s = Math.round(hsv.s * 100);
|
|
135
|
+
var v = Math.round(hsv.v * 100);
|
|
136
|
+
return this.a === 1 ? "hsv(".concat(h, ", ").concat(s, "%, ").concat(v, "%)") : "hsva(".concat(h, ", ").concat(s, "%, ").concat(v, "%, ").concat(this.roundA, ")");
|
|
137
|
+
};
|
|
138
|
+
/**
|
|
139
|
+
* Returns the object as a HSLA object.
|
|
140
|
+
*/
|
|
141
|
+
TinyColor.prototype.toHsl = function () {
|
|
142
|
+
var hsl = conversion.rgbToHsl(this.r, this.g, this.b);
|
|
143
|
+
return { h: hsl.h * 360, s: hsl.s, l: hsl.l, a: this.a };
|
|
144
|
+
};
|
|
145
|
+
/**
|
|
146
|
+
* Returns the hsla values interpolated into a string with the following format:
|
|
147
|
+
* "hsla(xxx, xxx, xxx, xx)".
|
|
148
|
+
*/
|
|
149
|
+
TinyColor.prototype.toHslString = function () {
|
|
150
|
+
var hsl = conversion.rgbToHsl(this.r, this.g, this.b);
|
|
151
|
+
var h = Math.round(hsl.h * 360);
|
|
152
|
+
var s = Math.round(hsl.s * 100);
|
|
153
|
+
var l = Math.round(hsl.l * 100);
|
|
154
|
+
return this.a === 1 ? "hsl(".concat(h, ", ").concat(s, "%, ").concat(l, "%)") : "hsla(".concat(h, ", ").concat(s, "%, ").concat(l, "%, ").concat(this.roundA, ")");
|
|
155
|
+
};
|
|
156
|
+
/**
|
|
157
|
+
* Returns the hex value of the color.
|
|
158
|
+
* @param allow3Char will shorten hex value to 3 char if possible
|
|
159
|
+
*/
|
|
160
|
+
TinyColor.prototype.toHex = function (allow3Char) {
|
|
161
|
+
if (allow3Char === void 0) { allow3Char = false; }
|
|
162
|
+
return conversion.rgbToHex(this.r, this.g, this.b, allow3Char);
|
|
163
|
+
};
|
|
164
|
+
/**
|
|
165
|
+
* Returns the hex value of the color -with a # prefixed.
|
|
166
|
+
* @param allow3Char will shorten hex value to 3 char if possible
|
|
167
|
+
*/
|
|
168
|
+
TinyColor.prototype.toHexString = function (allow3Char) {
|
|
169
|
+
if (allow3Char === void 0) { allow3Char = false; }
|
|
170
|
+
return '#' + this.toHex(allow3Char);
|
|
171
|
+
};
|
|
172
|
+
/**
|
|
173
|
+
* Returns the hex 8 value of the color.
|
|
174
|
+
* @param allow4Char will shorten hex value to 4 char if possible
|
|
175
|
+
*/
|
|
176
|
+
TinyColor.prototype.toHex8 = function (allow4Char) {
|
|
177
|
+
if (allow4Char === void 0) { allow4Char = false; }
|
|
178
|
+
return conversion.rgbaToHex(this.r, this.g, this.b, this.a, allow4Char);
|
|
179
|
+
};
|
|
180
|
+
/**
|
|
181
|
+
* Returns the hex 8 value of the color -with a # prefixed.
|
|
182
|
+
* @param allow4Char will shorten hex value to 4 char if possible
|
|
183
|
+
*/
|
|
184
|
+
TinyColor.prototype.toHex8String = function (allow4Char) {
|
|
185
|
+
if (allow4Char === void 0) { allow4Char = false; }
|
|
186
|
+
return '#' + this.toHex8(allow4Char);
|
|
187
|
+
};
|
|
188
|
+
/**
|
|
189
|
+
* Returns the shorter hex value of the color depends on its alpha -with a # prefixed.
|
|
190
|
+
* @param allowShortChar will shorten hex value to 3 or 4 char if possible
|
|
191
|
+
*/
|
|
192
|
+
TinyColor.prototype.toHexShortString = function (allowShortChar) {
|
|
193
|
+
if (allowShortChar === void 0) { allowShortChar = false; }
|
|
194
|
+
return this.a === 1 ? this.toHexString(allowShortChar) : this.toHex8String(allowShortChar);
|
|
195
|
+
};
|
|
196
|
+
/**
|
|
197
|
+
* Returns the object as a RGBA object.
|
|
198
|
+
*/
|
|
199
|
+
TinyColor.prototype.toRgb = function () {
|
|
200
|
+
return {
|
|
201
|
+
r: Math.round(this.r),
|
|
202
|
+
g: Math.round(this.g),
|
|
203
|
+
b: Math.round(this.b),
|
|
204
|
+
a: this.a,
|
|
205
|
+
};
|
|
206
|
+
};
|
|
207
|
+
/**
|
|
208
|
+
* Returns the RGBA values interpolated into a string with the following format:
|
|
209
|
+
* "RGBA(xxx, xxx, xxx, xx)".
|
|
210
|
+
*/
|
|
211
|
+
TinyColor.prototype.toRgbString = function () {
|
|
212
|
+
var r = Math.round(this.r);
|
|
213
|
+
var g = Math.round(this.g);
|
|
214
|
+
var b = Math.round(this.b);
|
|
215
|
+
return this.a === 1 ? "rgb(".concat(r, ", ").concat(g, ", ").concat(b, ")") : "rgba(".concat(r, ", ").concat(g, ", ").concat(b, ", ").concat(this.roundA, ")");
|
|
216
|
+
};
|
|
217
|
+
/**
|
|
218
|
+
* Returns the object as a RGBA object.
|
|
219
|
+
*/
|
|
220
|
+
TinyColor.prototype.toPercentageRgb = function () {
|
|
221
|
+
var fmt = function (x) { return "".concat(Math.round(util.bound01(x, 255) * 100), "%"); };
|
|
222
|
+
return {
|
|
223
|
+
r: fmt(this.r),
|
|
224
|
+
g: fmt(this.g),
|
|
225
|
+
b: fmt(this.b),
|
|
226
|
+
a: this.a,
|
|
227
|
+
};
|
|
228
|
+
};
|
|
229
|
+
/**
|
|
230
|
+
* Returns the RGBA relative values interpolated into a string
|
|
231
|
+
*/
|
|
232
|
+
TinyColor.prototype.toPercentageRgbString = function () {
|
|
233
|
+
var rnd = function (x) { return Math.round(util.bound01(x, 255) * 100); };
|
|
234
|
+
return this.a === 1
|
|
235
|
+
? "rgb(".concat(rnd(this.r), "%, ").concat(rnd(this.g), "%, ").concat(rnd(this.b), "%)")
|
|
236
|
+
: "rgba(".concat(rnd(this.r), "%, ").concat(rnd(this.g), "%, ").concat(rnd(this.b), "%, ").concat(this.roundA, ")");
|
|
237
|
+
};
|
|
238
|
+
/**
|
|
239
|
+
* The 'real' name of the color -if there is one.
|
|
240
|
+
*/
|
|
241
|
+
TinyColor.prototype.toName = function () {
|
|
242
|
+
if (this.a === 0) {
|
|
243
|
+
return 'transparent';
|
|
244
|
+
}
|
|
245
|
+
if (this.a < 1) {
|
|
246
|
+
return false;
|
|
247
|
+
}
|
|
248
|
+
var hex = '#' + conversion.rgbToHex(this.r, this.g, this.b, false);
|
|
249
|
+
for (var _i = 0, _a = Object.entries(cssColorNames.names); _i < _a.length; _i++) {
|
|
250
|
+
var _b = _a[_i], key = _b[0], value = _b[1];
|
|
251
|
+
if (hex === value) {
|
|
252
|
+
return key;
|
|
253
|
+
}
|
|
254
|
+
}
|
|
255
|
+
return false;
|
|
256
|
+
};
|
|
257
|
+
TinyColor.prototype.toString = function (format) {
|
|
258
|
+
var formatSet = Boolean(format);
|
|
259
|
+
format = format !== null && format !== void 0 ? format : this.format;
|
|
260
|
+
var formattedString = false;
|
|
261
|
+
var hasAlpha = this.a < 1 && this.a >= 0;
|
|
262
|
+
var needsAlphaFormat = !formatSet && hasAlpha && (format.startsWith('hex') || format === 'name');
|
|
263
|
+
if (needsAlphaFormat) {
|
|
264
|
+
// Special case for "transparent", all other non-alpha formats
|
|
265
|
+
// will return rgba when there is transparency.
|
|
266
|
+
if (format === 'name' && this.a === 0) {
|
|
267
|
+
return this.toName();
|
|
268
|
+
}
|
|
269
|
+
return this.toRgbString();
|
|
270
|
+
}
|
|
271
|
+
if (format === 'rgb') {
|
|
272
|
+
formattedString = this.toRgbString();
|
|
273
|
+
}
|
|
274
|
+
if (format === 'prgb') {
|
|
275
|
+
formattedString = this.toPercentageRgbString();
|
|
276
|
+
}
|
|
277
|
+
if (format === 'hex' || format === 'hex6') {
|
|
278
|
+
formattedString = this.toHexString();
|
|
279
|
+
}
|
|
280
|
+
if (format === 'hex3') {
|
|
281
|
+
formattedString = this.toHexString(true);
|
|
282
|
+
}
|
|
283
|
+
if (format === 'hex4') {
|
|
284
|
+
formattedString = this.toHex8String(true);
|
|
285
|
+
}
|
|
286
|
+
if (format === 'hex8') {
|
|
287
|
+
formattedString = this.toHex8String();
|
|
288
|
+
}
|
|
289
|
+
if (format === 'name') {
|
|
290
|
+
formattedString = this.toName();
|
|
291
|
+
}
|
|
292
|
+
if (format === 'hsl') {
|
|
293
|
+
formattedString = this.toHslString();
|
|
294
|
+
}
|
|
295
|
+
if (format === 'hsv') {
|
|
296
|
+
formattedString = this.toHsvString();
|
|
297
|
+
}
|
|
298
|
+
return formattedString || this.toHexString();
|
|
299
|
+
};
|
|
300
|
+
TinyColor.prototype.toNumber = function () {
|
|
301
|
+
return (Math.round(this.r) << 16) + (Math.round(this.g) << 8) + Math.round(this.b);
|
|
302
|
+
};
|
|
303
|
+
TinyColor.prototype.clone = function () {
|
|
304
|
+
return new TinyColor(this.toString());
|
|
305
|
+
};
|
|
306
|
+
/**
|
|
307
|
+
* Lighten the color a given amount. Providing 100 will always return white.
|
|
308
|
+
* @param amount - valid between 1-100
|
|
309
|
+
*/
|
|
310
|
+
TinyColor.prototype.lighten = function (amount) {
|
|
311
|
+
if (amount === void 0) { amount = 10; }
|
|
312
|
+
var hsl = this.toHsl();
|
|
313
|
+
hsl.l += amount / 100;
|
|
314
|
+
hsl.l = util.clamp01(hsl.l);
|
|
315
|
+
return new TinyColor(hsl);
|
|
316
|
+
};
|
|
317
|
+
/**
|
|
318
|
+
* Brighten the color a given amount, from 0 to 100.
|
|
319
|
+
* @param amount - valid between 1-100
|
|
320
|
+
*/
|
|
321
|
+
TinyColor.prototype.brighten = function (amount) {
|
|
322
|
+
if (amount === void 0) { amount = 10; }
|
|
323
|
+
var rgb = this.toRgb();
|
|
324
|
+
rgb.r = Math.max(0, Math.min(255, rgb.r - Math.round(255 * -(amount / 100))));
|
|
325
|
+
rgb.g = Math.max(0, Math.min(255, rgb.g - Math.round(255 * -(amount / 100))));
|
|
326
|
+
rgb.b = Math.max(0, Math.min(255, rgb.b - Math.round(255 * -(amount / 100))));
|
|
327
|
+
return new TinyColor(rgb);
|
|
328
|
+
};
|
|
329
|
+
/**
|
|
330
|
+
* Darken the color a given amount, from 0 to 100.
|
|
331
|
+
* Providing 100 will always return black.
|
|
332
|
+
* @param amount - valid between 1-100
|
|
333
|
+
*/
|
|
334
|
+
TinyColor.prototype.darken = function (amount) {
|
|
335
|
+
if (amount === void 0) { amount = 10; }
|
|
336
|
+
var hsl = this.toHsl();
|
|
337
|
+
hsl.l -= amount / 100;
|
|
338
|
+
hsl.l = util.clamp01(hsl.l);
|
|
339
|
+
return new TinyColor(hsl);
|
|
340
|
+
};
|
|
341
|
+
/**
|
|
342
|
+
* Mix the color with pure white, from 0 to 100.
|
|
343
|
+
* Providing 0 will do nothing, providing 100 will always return white.
|
|
344
|
+
* @param amount - valid between 1-100
|
|
345
|
+
*/
|
|
346
|
+
TinyColor.prototype.tint = function (amount) {
|
|
347
|
+
if (amount === void 0) { amount = 10; }
|
|
348
|
+
return this.mix('white', amount);
|
|
349
|
+
};
|
|
350
|
+
/**
|
|
351
|
+
* Mix the color with pure black, from 0 to 100.
|
|
352
|
+
* Providing 0 will do nothing, providing 100 will always return black.
|
|
353
|
+
* @param amount - valid between 1-100
|
|
354
|
+
*/
|
|
355
|
+
TinyColor.prototype.shade = function (amount) {
|
|
356
|
+
if (amount === void 0) { amount = 10; }
|
|
357
|
+
return this.mix('black', amount);
|
|
358
|
+
};
|
|
359
|
+
/**
|
|
360
|
+
* Desaturate the color a given amount, from 0 to 100.
|
|
361
|
+
* Providing 100 will is the same as calling greyscale
|
|
362
|
+
* @param amount - valid between 1-100
|
|
363
|
+
*/
|
|
364
|
+
TinyColor.prototype.desaturate = function (amount) {
|
|
365
|
+
if (amount === void 0) { amount = 10; }
|
|
366
|
+
var hsl = this.toHsl();
|
|
367
|
+
hsl.s -= amount / 100;
|
|
368
|
+
hsl.s = util.clamp01(hsl.s);
|
|
369
|
+
return new TinyColor(hsl);
|
|
370
|
+
};
|
|
371
|
+
/**
|
|
372
|
+
* Saturate the color a given amount, from 0 to 100.
|
|
373
|
+
* @param amount - valid between 1-100
|
|
374
|
+
*/
|
|
375
|
+
TinyColor.prototype.saturate = function (amount) {
|
|
376
|
+
if (amount === void 0) { amount = 10; }
|
|
377
|
+
var hsl = this.toHsl();
|
|
378
|
+
hsl.s += amount / 100;
|
|
379
|
+
hsl.s = util.clamp01(hsl.s);
|
|
380
|
+
return new TinyColor(hsl);
|
|
381
|
+
};
|
|
382
|
+
/**
|
|
383
|
+
* Completely desaturates a color into greyscale.
|
|
384
|
+
* Same as calling `desaturate(100)`
|
|
385
|
+
*/
|
|
386
|
+
TinyColor.prototype.greyscale = function () {
|
|
387
|
+
return this.desaturate(100);
|
|
388
|
+
};
|
|
389
|
+
/**
|
|
390
|
+
* Spin takes a positive or negative amount within [-360, 360] indicating the change of hue.
|
|
391
|
+
* Values outside of this range will be wrapped into this range.
|
|
392
|
+
*/
|
|
393
|
+
TinyColor.prototype.spin = function (amount) {
|
|
394
|
+
var hsl = this.toHsl();
|
|
395
|
+
var hue = (hsl.h + amount) % 360;
|
|
396
|
+
hsl.h = hue < 0 ? 360 + hue : hue;
|
|
397
|
+
return new TinyColor(hsl);
|
|
398
|
+
};
|
|
399
|
+
/**
|
|
400
|
+
* Mix the current color a given amount with another color, from 0 to 100.
|
|
401
|
+
* 0 means no mixing (return current color).
|
|
402
|
+
*/
|
|
403
|
+
TinyColor.prototype.mix = function (color, amount) {
|
|
404
|
+
if (amount === void 0) { amount = 50; }
|
|
405
|
+
var rgb1 = this.toRgb();
|
|
406
|
+
var rgb2 = new TinyColor(color).toRgb();
|
|
407
|
+
var p = amount / 100;
|
|
408
|
+
var rgba = {
|
|
409
|
+
r: (rgb2.r - rgb1.r) * p + rgb1.r,
|
|
410
|
+
g: (rgb2.g - rgb1.g) * p + rgb1.g,
|
|
411
|
+
b: (rgb2.b - rgb1.b) * p + rgb1.b,
|
|
412
|
+
a: (rgb2.a - rgb1.a) * p + rgb1.a,
|
|
413
|
+
};
|
|
414
|
+
return new TinyColor(rgba);
|
|
415
|
+
};
|
|
416
|
+
TinyColor.prototype.analogous = function (results, slices) {
|
|
417
|
+
if (results === void 0) { results = 6; }
|
|
418
|
+
if (slices === void 0) { slices = 30; }
|
|
419
|
+
var hsl = this.toHsl();
|
|
420
|
+
var part = 360 / slices;
|
|
421
|
+
var ret = [this];
|
|
422
|
+
for (hsl.h = (hsl.h - ((part * results) >> 1) + 720) % 360; --results;) {
|
|
423
|
+
hsl.h = (hsl.h + part) % 360;
|
|
424
|
+
ret.push(new TinyColor(hsl));
|
|
425
|
+
}
|
|
426
|
+
return ret;
|
|
427
|
+
};
|
|
428
|
+
/**
|
|
429
|
+
* taken from https://github.com/infusion/jQuery-xcolor/blob/master/jquery.xcolor.js
|
|
430
|
+
*/
|
|
431
|
+
TinyColor.prototype.complement = function () {
|
|
432
|
+
var hsl = this.toHsl();
|
|
433
|
+
hsl.h = (hsl.h + 180) % 360;
|
|
434
|
+
return new TinyColor(hsl);
|
|
435
|
+
};
|
|
436
|
+
TinyColor.prototype.monochromatic = function (results) {
|
|
437
|
+
if (results === void 0) { results = 6; }
|
|
438
|
+
var hsv = this.toHsv();
|
|
439
|
+
var h = hsv.h;
|
|
440
|
+
var s = hsv.s;
|
|
441
|
+
var v = hsv.v;
|
|
442
|
+
var res = [];
|
|
443
|
+
var modification = 1 / results;
|
|
444
|
+
while (results--) {
|
|
445
|
+
res.push(new TinyColor({ h: h, s: s, v: v }));
|
|
446
|
+
v = (v + modification) % 1;
|
|
447
|
+
}
|
|
448
|
+
return res;
|
|
449
|
+
};
|
|
450
|
+
TinyColor.prototype.splitcomplement = function () {
|
|
451
|
+
var hsl = this.toHsl();
|
|
452
|
+
var h = hsl.h;
|
|
453
|
+
return [
|
|
454
|
+
this,
|
|
455
|
+
new TinyColor({ h: (h + 72) % 360, s: hsl.s, l: hsl.l }),
|
|
456
|
+
new TinyColor({ h: (h + 216) % 360, s: hsl.s, l: hsl.l }),
|
|
457
|
+
];
|
|
458
|
+
};
|
|
459
|
+
/**
|
|
460
|
+
* Compute how the color would appear on a background
|
|
461
|
+
*/
|
|
462
|
+
TinyColor.prototype.onBackground = function (background) {
|
|
463
|
+
var fg = this.toRgb();
|
|
464
|
+
var bg = new TinyColor(background).toRgb();
|
|
465
|
+
var alpha = fg.a + bg.a * (1 - fg.a);
|
|
466
|
+
return new TinyColor({
|
|
467
|
+
r: (fg.r * fg.a + bg.r * bg.a * (1 - fg.a)) / alpha,
|
|
468
|
+
g: (fg.g * fg.a + bg.g * bg.a * (1 - fg.a)) / alpha,
|
|
469
|
+
b: (fg.b * fg.a + bg.b * bg.a * (1 - fg.a)) / alpha,
|
|
470
|
+
a: alpha,
|
|
471
|
+
});
|
|
472
|
+
};
|
|
473
|
+
/**
|
|
474
|
+
* Alias for `polyad(3)`
|
|
475
|
+
*/
|
|
476
|
+
TinyColor.prototype.triad = function () {
|
|
477
|
+
return this.polyad(3);
|
|
478
|
+
};
|
|
479
|
+
/**
|
|
480
|
+
* Alias for `polyad(4)`
|
|
481
|
+
*/
|
|
482
|
+
TinyColor.prototype.tetrad = function () {
|
|
483
|
+
return this.polyad(4);
|
|
484
|
+
};
|
|
485
|
+
/**
|
|
486
|
+
* Get polyad colors, like (for 1, 2, 3, 4, 5, 6, 7, 8, etc...)
|
|
487
|
+
* monad, dyad, triad, tetrad, pentad, hexad, heptad, octad, etc...
|
|
488
|
+
*/
|
|
489
|
+
TinyColor.prototype.polyad = function (n) {
|
|
490
|
+
var hsl = this.toHsl();
|
|
491
|
+
var h = hsl.h;
|
|
492
|
+
var result = [this];
|
|
493
|
+
var increment = 360 / n;
|
|
494
|
+
for (var i = 1; i < n; i++) {
|
|
495
|
+
result.push(new TinyColor({ h: (h + i * increment) % 360, s: hsl.s, l: hsl.l }));
|
|
496
|
+
}
|
|
497
|
+
return result;
|
|
498
|
+
};
|
|
499
|
+
/**
|
|
500
|
+
* compare color vs current color
|
|
501
|
+
*/
|
|
502
|
+
TinyColor.prototype.equals = function (color) {
|
|
503
|
+
return this.toRgbString() === new TinyColor(color).toRgbString();
|
|
504
|
+
};
|
|
505
|
+
return TinyColor;
|
|
506
|
+
}());
|
|
507
|
+
|
|
508
|
+
exports.TinyColor = TinyColor;
|
|
509
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../../../../../../../node_modules/.pnpm/@ctrl+tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/index.js"],"sourcesContent":["import { numberInputToObject, rgbaToHex, rgbToHex, rgbToHsl, rgbToHsv } from './conversion.js';\nimport { names } from './css-color-names.js';\nimport { inputToRGB } from './format-input';\nimport { bound01, boundAlpha, clamp01 } from './util.js';\nvar TinyColor = /** @class */ (function () {\n function TinyColor(color, opts) {\n if (color === void 0) { color = ''; }\n if (opts === void 0) { opts = {}; }\n var _a;\n // If input is already a tinycolor, return itself\n if (color instanceof TinyColor) {\n // eslint-disable-next-line no-constructor-return\n return color;\n }\n if (typeof color === 'number') {\n color = numberInputToObject(color);\n }\n this.originalInput = color;\n var rgb = inputToRGB(color);\n this.originalInput = color;\n this.r = rgb.r;\n this.g = rgb.g;\n this.b = rgb.b;\n this.a = rgb.a;\n this.roundA = Math.round(100 * this.a) / 100;\n this.format = (_a = opts.format) !== null && _a !== void 0 ? _a : rgb.format;\n this.gradientType = opts.gradientType;\n // Don't let the range of [0,255] come back in [0,1].\n // Potentially lose a little bit of precision here, but will fix issues where\n // .5 gets interpreted as half of the total, instead of half of 1\n // If it was supposed to be 128, this was already taken care of by `inputToRgb`\n if (this.r < 1) {\n this.r = Math.round(this.r);\n }\n if (this.g < 1) {\n this.g = Math.round(this.g);\n }\n if (this.b < 1) {\n this.b = Math.round(this.b);\n }\n this.isValid = rgb.ok;\n }\n TinyColor.prototype.isDark = function () {\n return this.getBrightness() < 128;\n };\n TinyColor.prototype.isLight = function () {\n return !this.isDark();\n };\n /**\n * Returns the perceived brightness of the color, from 0-255.\n */\n TinyColor.prototype.getBrightness = function () {\n // http://www.w3.org/TR/AERT#color-contrast\n var rgb = this.toRgb();\n return (rgb.r * 299 + rgb.g * 587 + rgb.b * 114) / 1000;\n };\n /**\n * Returns the perceived luminance of a color, from 0-1.\n */\n TinyColor.prototype.getLuminance = function () {\n // http://www.w3.org/TR/2008/REC-WCAG20-20081211/#relativeluminancedef\n var rgb = this.toRgb();\n var R;\n var G;\n var B;\n var RsRGB = rgb.r / 255;\n var GsRGB = rgb.g / 255;\n var BsRGB = rgb.b / 255;\n if (RsRGB <= 0.03928) {\n R = RsRGB / 12.92;\n }\n else {\n // eslint-disable-next-line prefer-exponentiation-operator\n R = Math.pow((RsRGB + 0.055) / 1.055, 2.4);\n }\n if (GsRGB <= 0.03928) {\n G = GsRGB / 12.92;\n }\n else {\n // eslint-disable-next-line prefer-exponentiation-operator\n G = Math.pow((GsRGB + 0.055) / 1.055, 2.4);\n }\n if (BsRGB <= 0.03928) {\n B = BsRGB / 12.92;\n }\n else {\n // eslint-disable-next-line prefer-exponentiation-operator\n B = Math.pow((BsRGB + 0.055) / 1.055, 2.4);\n }\n return 0.2126 * R + 0.7152 * G + 0.0722 * B;\n };\n /**\n * Returns the alpha value of a color, from 0-1.\n */\n TinyColor.prototype.getAlpha = function () {\n return this.a;\n };\n /**\n * Sets the alpha value on the current color.\n *\n * @param alpha - The new alpha value. The accepted range is 0-1.\n */\n TinyColor.prototype.setAlpha = function (alpha) {\n this.a = boundAlpha(alpha);\n this.roundA = Math.round(100 * this.a) / 100;\n return this;\n };\n /**\n * Returns whether the color is monochrome.\n */\n TinyColor.prototype.isMonochrome = function () {\n var s = this.toHsl().s;\n return s === 0;\n };\n /**\n * Returns the object as a HSVA object.\n */\n TinyColor.prototype.toHsv = function () {\n var hsv = rgbToHsv(this.r, this.g, this.b);\n return { h: hsv.h * 360, s: hsv.s, v: hsv.v, a: this.a };\n };\n /**\n * Returns the hsva values interpolated into a string with the following format:\n * \"hsva(xxx, xxx, xxx, xx)\".\n */\n TinyColor.prototype.toHsvString = function () {\n var hsv = rgbToHsv(this.r, this.g, this.b);\n var h = Math.round(hsv.h * 360);\n var s = Math.round(hsv.s * 100);\n var v = Math.round(hsv.v * 100);\n return this.a === 1 ? \"hsv(\".concat(h, \", \").concat(s, \"%, \").concat(v, \"%)\") : \"hsva(\".concat(h, \", \").concat(s, \"%, \").concat(v, \"%, \").concat(this.roundA, \")\");\n };\n /**\n * Returns the object as a HSLA object.\n */\n TinyColor.prototype.toHsl = function () {\n var hsl = rgbToHsl(this.r, this.g, this.b);\n return { h: hsl.h * 360, s: hsl.s, l: hsl.l, a: this.a };\n };\n /**\n * Returns the hsla values interpolated into a string with the following format:\n * \"hsla(xxx, xxx, xxx, xx)\".\n */\n TinyColor.prototype.toHslString = function () {\n var hsl = rgbToHsl(this.r, this.g, this.b);\n var h = Math.round(hsl.h * 360);\n var s = Math.round(hsl.s * 100);\n var l = Math.round(hsl.l * 100);\n return this.a === 1 ? \"hsl(\".concat(h, \", \").concat(s, \"%, \").concat(l, \"%)\") : \"hsla(\".concat(h, \", \").concat(s, \"%, \").concat(l, \"%, \").concat(this.roundA, \")\");\n };\n /**\n * Returns the hex value of the color.\n * @param allow3Char will shorten hex value to 3 char if possible\n */\n TinyColor.prototype.toHex = function (allow3Char) {\n if (allow3Char === void 0) { allow3Char = false; }\n return rgbToHex(this.r, this.g, this.b, allow3Char);\n };\n /**\n * Returns the hex value of the color -with a # prefixed.\n * @param allow3Char will shorten hex value to 3 char if possible\n */\n TinyColor.prototype.toHexString = function (allow3Char) {\n if (allow3Char === void 0) { allow3Char = false; }\n return '#' + this.toHex(allow3Char);\n };\n /**\n * Returns the hex 8 value of the color.\n * @param allow4Char will shorten hex value to 4 char if possible\n */\n TinyColor.prototype.toHex8 = function (allow4Char) {\n if (allow4Char === void 0) { allow4Char = false; }\n return rgbaToHex(this.r, this.g, this.b, this.a, allow4Char);\n };\n /**\n * Returns the hex 8 value of the color -with a # prefixed.\n * @param allow4Char will shorten hex value to 4 char if possible\n */\n TinyColor.prototype.toHex8String = function (allow4Char) {\n if (allow4Char === void 0) { allow4Char = false; }\n return '#' + this.toHex8(allow4Char);\n };\n /**\n * Returns the shorter hex value of the color depends on its alpha -with a # prefixed.\n * @param allowShortChar will shorten hex value to 3 or 4 char if possible\n */\n TinyColor.prototype.toHexShortString = function (allowShortChar) {\n if (allowShortChar === void 0) { allowShortChar = false; }\n return this.a === 1 ? this.toHexString(allowShortChar) : this.toHex8String(allowShortChar);\n };\n /**\n * Returns the object as a RGBA object.\n */\n TinyColor.prototype.toRgb = function () {\n return {\n r: Math.round(this.r),\n g: Math.round(this.g),\n b: Math.round(this.b),\n a: this.a,\n };\n };\n /**\n * Returns the RGBA values interpolated into a string with the following format:\n * \"RGBA(xxx, xxx, xxx, xx)\".\n */\n TinyColor.prototype.toRgbString = function () {\n var r = Math.round(this.r);\n var g = Math.round(this.g);\n var b = Math.round(this.b);\n return this.a === 1 ? \"rgb(\".concat(r, \", \").concat(g, \", \").concat(b, \")\") : \"rgba(\".concat(r, \", \").concat(g, \", \").concat(b, \", \").concat(this.roundA, \")\");\n };\n /**\n * Returns the object as a RGBA object.\n */\n TinyColor.prototype.toPercentageRgb = function () {\n var fmt = function (x) { return \"\".concat(Math.round(bound01(x, 255) * 100), \"%\"); };\n return {\n r: fmt(this.r),\n g: fmt(this.g),\n b: fmt(this.b),\n a: this.a,\n };\n };\n /**\n * Returns the RGBA relative values interpolated into a string\n */\n TinyColor.prototype.toPercentageRgbString = function () {\n var rnd = function (x) { return Math.round(bound01(x, 255) * 100); };\n return this.a === 1\n ? \"rgb(\".concat(rnd(this.r), \"%, \").concat(rnd(this.g), \"%, \").concat(rnd(this.b), \"%)\")\n : \"rgba(\".concat(rnd(this.r), \"%, \").concat(rnd(this.g), \"%, \").concat(rnd(this.b), \"%, \").concat(this.roundA, \")\");\n };\n /**\n * The 'real' name of the color -if there is one.\n */\n TinyColor.prototype.toName = function () {\n if (this.a === 0) {\n return 'transparent';\n }\n if (this.a < 1) {\n return false;\n }\n var hex = '#' + rgbToHex(this.r, this.g, this.b, false);\n for (var _i = 0, _a = Object.entries(names); _i < _a.length; _i++) {\n var _b = _a[_i], key = _b[0], value = _b[1];\n if (hex === value) {\n return key;\n }\n }\n return false;\n };\n TinyColor.prototype.toString = function (format) {\n var formatSet = Boolean(format);\n format = format !== null && format !== void 0 ? format : this.format;\n var formattedString = false;\n var hasAlpha = this.a < 1 && this.a >= 0;\n var needsAlphaFormat = !formatSet && hasAlpha && (format.startsWith('hex') || format === 'name');\n if (needsAlphaFormat) {\n // Special case for \"transparent\", all other non-alpha formats\n // will return rgba when there is transparency.\n if (format === 'name' && this.a === 0) {\n return this.toName();\n }\n return this.toRgbString();\n }\n if (format === 'rgb') {\n formattedString = this.toRgbString();\n }\n if (format === 'prgb') {\n formattedString = this.toPercentageRgbString();\n }\n if (format === 'hex' || format === 'hex6') {\n formattedString = this.toHexString();\n }\n if (format === 'hex3') {\n formattedString = this.toHexString(true);\n }\n if (format === 'hex4') {\n formattedString = this.toHex8String(true);\n }\n if (format === 'hex8') {\n formattedString = this.toHex8String();\n }\n if (format === 'name') {\n formattedString = this.toName();\n }\n if (format === 'hsl') {\n formattedString = this.toHslString();\n }\n if (format === 'hsv') {\n formattedString = this.toHsvString();\n }\n return formattedString || this.toHexString();\n };\n TinyColor.prototype.toNumber = function () {\n return (Math.round(this.r) << 16) + (Math.round(this.g) << 8) + Math.round(this.b);\n };\n TinyColor.prototype.clone = function () {\n return new TinyColor(this.toString());\n };\n /**\n * Lighten the color a given amount. Providing 100 will always return white.\n * @param amount - valid between 1-100\n */\n TinyColor.prototype.lighten = function (amount) {\n if (amount === void 0) { amount = 10; }\n var hsl = this.toHsl();\n hsl.l += amount / 100;\n hsl.l = clamp01(hsl.l);\n return new TinyColor(hsl);\n };\n /**\n * Brighten the color a given amount, from 0 to 100.\n * @param amount - valid between 1-100\n */\n TinyColor.prototype.brighten = function (amount) {\n if (amount === void 0) { amount = 10; }\n var rgb = this.toRgb();\n rgb.r = Math.max(0, Math.min(255, rgb.r - Math.round(255 * -(amount / 100))));\n rgb.g = Math.max(0, Math.min(255, rgb.g - Math.round(255 * -(amount / 100))));\n rgb.b = Math.max(0, Math.min(255, rgb.b - Math.round(255 * -(amount / 100))));\n return new TinyColor(rgb);\n };\n /**\n * Darken the color a given amount, from 0 to 100.\n * Providing 100 will always return black.\n * @param amount - valid between 1-100\n */\n TinyColor.prototype.darken = function (amount) {\n if (amount === void 0) { amount = 10; }\n var hsl = this.toHsl();\n hsl.l -= amount / 100;\n hsl.l = clamp01(hsl.l);\n return new TinyColor(hsl);\n };\n /**\n * Mix the color with pure white, from 0 to 100.\n * Providing 0 will do nothing, providing 100 will always return white.\n * @param amount - valid between 1-100\n */\n TinyColor.prototype.tint = function (amount) {\n if (amount === void 0) { amount = 10; }\n return this.mix('white', amount);\n };\n /**\n * Mix the color with pure black, from 0 to 100.\n * Providing 0 will do nothing, providing 100 will always return black.\n * @param amount - valid between 1-100\n */\n TinyColor.prototype.shade = function (amount) {\n if (amount === void 0) { amount = 10; }\n return this.mix('black', amount);\n };\n /**\n * Desaturate the color a given amount, from 0 to 100.\n * Providing 100 will is the same as calling greyscale\n * @param amount - valid between 1-100\n */\n TinyColor.prototype.desaturate = function (amount) {\n if (amount === void 0) { amount = 10; }\n var hsl = this.toHsl();\n hsl.s -= amount / 100;\n hsl.s = clamp01(hsl.s);\n return new TinyColor(hsl);\n };\n /**\n * Saturate the color a given amount, from 0 to 100.\n * @param amount - valid between 1-100\n */\n TinyColor.prototype.saturate = function (amount) {\n if (amount === void 0) { amount = 10; }\n var hsl = this.toHsl();\n hsl.s += amount / 100;\n hsl.s = clamp01(hsl.s);\n return new TinyColor(hsl);\n };\n /**\n * Completely desaturates a color into greyscale.\n * Same as calling `desaturate(100)`\n */\n TinyColor.prototype.greyscale = function () {\n return this.desaturate(100);\n };\n /**\n * Spin takes a positive or negative amount within [-360, 360] indicating the change of hue.\n * Values outside of this range will be wrapped into this range.\n */\n TinyColor.prototype.spin = function (amount) {\n var hsl = this.toHsl();\n var hue = (hsl.h + amount) % 360;\n hsl.h = hue < 0 ? 360 + hue : hue;\n return new TinyColor(hsl);\n };\n /**\n * Mix the current color a given amount with another color, from 0 to 100.\n * 0 means no mixing (return current color).\n */\n TinyColor.prototype.mix = function (color, amount) {\n if (amount === void 0) { amount = 50; }\n var rgb1 = this.toRgb();\n var rgb2 = new TinyColor(color).toRgb();\n var p = amount / 100;\n var rgba = {\n r: (rgb2.r - rgb1.r) * p + rgb1.r,\n g: (rgb2.g - rgb1.g) * p + rgb1.g,\n b: (rgb2.b - rgb1.b) * p + rgb1.b,\n a: (rgb2.a - rgb1.a) * p + rgb1.a,\n };\n return new TinyColor(rgba);\n };\n TinyColor.prototype.analogous = function (results, slices) {\n if (results === void 0) { results = 6; }\n if (slices === void 0) { slices = 30; }\n var hsl = this.toHsl();\n var part = 360 / slices;\n var ret = [this];\n for (hsl.h = (hsl.h - ((part * results) >> 1) + 720) % 360; --results;) {\n hsl.h = (hsl.h + part) % 360;\n ret.push(new TinyColor(hsl));\n }\n return ret;\n };\n /**\n * taken from https://github.com/infusion/jQuery-xcolor/blob/master/jquery.xcolor.js\n */\n TinyColor.prototype.complement = function () {\n var hsl = this.toHsl();\n hsl.h = (hsl.h + 180) % 360;\n return new TinyColor(hsl);\n };\n TinyColor.prototype.monochromatic = function (results) {\n if (results === void 0) { results = 6; }\n var hsv = this.toHsv();\n var h = hsv.h;\n var s = hsv.s;\n var v = hsv.v;\n var res = [];\n var modification = 1 / results;\n while (results--) {\n res.push(new TinyColor({ h: h, s: s, v: v }));\n v = (v + modification) % 1;\n }\n return res;\n };\n TinyColor.prototype.splitcomplement = function () {\n var hsl = this.toHsl();\n var h = hsl.h;\n return [\n this,\n new TinyColor({ h: (h + 72) % 360, s: hsl.s, l: hsl.l }),\n new TinyColor({ h: (h + 216) % 360, s: hsl.s, l: hsl.l }),\n ];\n };\n /**\n * Compute how the color would appear on a background\n */\n TinyColor.prototype.onBackground = function (background) {\n var fg = this.toRgb();\n var bg = new TinyColor(background).toRgb();\n var alpha = fg.a + bg.a * (1 - fg.a);\n return new TinyColor({\n r: (fg.r * fg.a + bg.r * bg.a * (1 - fg.a)) / alpha,\n g: (fg.g * fg.a + bg.g * bg.a * (1 - fg.a)) / alpha,\n b: (fg.b * fg.a + bg.b * bg.a * (1 - fg.a)) / alpha,\n a: alpha,\n });\n };\n /**\n * Alias for `polyad(3)`\n */\n TinyColor.prototype.triad = function () {\n return this.polyad(3);\n };\n /**\n * Alias for `polyad(4)`\n */\n TinyColor.prototype.tetrad = function () {\n return this.polyad(4);\n };\n /**\n * Get polyad colors, like (for 1, 2, 3, 4, 5, 6, 7, 8, etc...)\n * monad, dyad, triad, tetrad, pentad, hexad, heptad, octad, etc...\n */\n TinyColor.prototype.polyad = function (n) {\n var hsl = this.toHsl();\n var h = hsl.h;\n var result = [this];\n var increment = 360 / n;\n for (var i = 1; i < n; i++) {\n result.push(new TinyColor({ h: (h + i * increment) % 360, s: hsl.s, l: hsl.l }));\n }\n return result;\n };\n /**\n * compare color vs current color\n */\n TinyColor.prototype.equals = function (color) {\n return this.toRgbString() === new TinyColor(color).toRgbString();\n };\n return TinyColor;\n}());\nexport { TinyColor };\n// kept for backwards compatability with v1\nexport function tinycolor(color, opts) {\n if (color === void 0) { color = ''; }\n if (opts === void 0) { opts = {}; }\n return new TinyColor(color, opts);\n}\n"],"names":["numberInputToObject","inputToRGB","boundAlpha","rgbToHsv","rgbToHsl","rgbToHex","rgbaToHex","bound01","names","clamp01"],"mappings":"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"}
|