@soroka282/rm.ui-kit 0.0.55 → 0.0.56
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 +38 -38
- package/dist/{DeleteDocumentModal-IMn6KtWS.js → DeleteDocumentModal-ym5CUooR.js} +8 -8
- package/dist/{List-DnAzmiey.js → List-DCzYzsor.js} +2 -2
- package/dist/{UIBlockViewDetailImageListModalType1-DobMQUGQ.js → UIBlockViewDetailImageListModalType1-DdV7RyC7.js} +5 -5
- package/dist/{index-T3jqfug4.js → index-D-WRsztv.js} +28 -28
- package/dist/{index-Z7YqGMv0.js → index-DYo3Fo1s.js} +3774 -3782
- package/dist/rm.ui-kit.es.js +2 -2
- package/dist/rm.ui-kit.umd.js +25 -25
- package/dist/src/UI-kit/types/global.d.ts +13 -13
- package/dist/src/shims-vue.d.ts +29 -29
- package/package.json +116 -116
- package/src/App.vue +88 -88
- package/src/UI-blocks/components/BlockCard/UIBlockCardType1.stories.ts +37 -37
- package/src/UI-blocks/components/BlockCard/UIBlockCardType1.vue +70 -70
- package/src/UI-blocks/components/BlockSavedImage/Type1/UIBlockSaveImageType1.stories.ts +30 -30
- package/src/UI-blocks/components/BlockSavedImage/Type1/UIBlockSaveImageType1.vue +235 -235
- package/src/UI-blocks/components/BlockSavedImage/Type1/UIBlockViewDetailImageListModalType1.vue +45 -45
- package/src/UI-kit/assets/images/icon/flag-russia-bordered.svg +1 -1
- package/src/UI-kit/assets/images/icon/save-file.svg +12 -12
- package/src/UI-kit/assets/scss/common/_fonts.scss +87 -87
- package/src/UI-kit/assets/scss/common/_reset.scss +62 -62
- package/src/UI-kit/assets/scss/common/_swiper.scss +19 -19
- package/src/UI-kit/assets/scss/common/_typography.scss +44 -44
- package/src/UI-kit/assets/scss/common/_variables.scss +39 -39
- package/src/UI-kit/assets/scss/index.scss +41 -41
- package/src/UI-kit/assets/scss/mixins/_flex.mixin.scss +6 -6
- package/src/UI-kit/assets/scss/mixins/_identation.mixin.scss +20 -20
- package/src/UI-kit/assets/scss/mixins/_index.mixin.scss +3 -3
- package/src/UI-kit/assets/scss/mixins/_typograph.mixin.scss +6 -6
- package/src/UI-kit/components/UI/button/UIButton.stories.ts +60 -60
- package/src/UI-kit/components/UI/button/UIButton.vue +130 -130
- package/src/UI-kit/components/UI/card/UICard.stories.ts +53 -53
- package/src/UI-kit/components/UI/card/UICard.vue +53 -53
- package/src/UI-kit/components/UI/chip/UIChip.stories.ts +39 -39
- package/src/UI-kit/components/UI/chip/UIChip.vue +52 -52
- package/src/UI-kit/components/UI/description/UIDescription.stories.ts +37 -37
- package/src/UI-kit/components/UI/description/UIDescription.vue +34 -34
- package/src/UI-kit/components/UI/info/UIInfo.stories.ts +39 -39
- package/src/UI-kit/components/UI/info/UIInfo.vue +77 -77
- package/src/UI-kit/components/UI/inputs/BaseMaskedInput.vue +107 -107
- package/src/UI-kit/components/UI/inputs/LicensePlateInput.vue +205 -200
- package/src/UI-kit/components/UI/inputs/UIInput.stories.ts +100 -100
- package/src/UI-kit/components/UI/inputs/UIInput.vue +305 -305
- package/src/UI-kit/components/UI/loader/UILoader.stories.ts +31 -31
- package/src/UI-kit/components/UI/loader/UILoader.vue +69 -69
- package/src/UI-kit/components/UI/modal/UIModal.stories.ts +41 -41
- package/src/UI-kit/components/UI/modal/UIModal.vue +301 -301
- package/src/UI-kit/components/UI/modal/UIModalContainer.vue +20 -20
- package/src/UI-kit/components/UI/radio-button/UIRadioButton.stories.ts +45 -45
- package/src/UI-kit/components/UI/radio-button/UIRadioButton.vue +99 -99
- package/src/UI-kit/components/UI/select/UISelect.stories.ts +112 -112
- package/src/UI-kit/components/UI/select/UISelect.vue +174 -174
- package/src/UI-kit/components/UI/select/components/List.vue +123 -123
- package/src/UI-kit/components/UI/svg-icon/UISvgIcon.stories.ts +35 -35
- package/src/UI-kit/components/UI/svg-icon/UISvgIcon.vue +21 -21
- package/src/UI-kit/components/UI/swiper/UISwiper.stories.ts +33 -33
- package/src/UI-kit/components/UI/swiper/UISwiper.vue +70 -70
- package/src/UI-kit/components/UI/title/UITitle.stories.ts +35 -35
- package/src/UI-kit/components/UI/title/UITitle.vue +37 -37
- package/src/UI-kit/components/UI/toaster/UIToastNotification.stories.ts +146 -146
- package/src/UI-kit/components/UI/toaster/UIToaster.ts +57 -57
- package/src/UI-kit/components/common/CloseBtn.vue +44 -44
- package/src/UI-kit/components/icons/auth/apple.vue +8 -8
- package/src/UI-kit/components/icons/auth/edit.vue +8 -8
- package/src/UI-kit/components/icons/auth/google.vue +23 -23
- package/src/UI-kit/components/icons/auth/tg.vue +12 -12
- package/src/UI-kit/components/icons/auth/user.vue +8 -8
- package/src/UI-kit/components/icons/car-underline.vue +16 -16
- package/src/UI-kit/components/icons/car.vue +8 -8
- package/src/UI-kit/components/icons/card.vue +10 -10
- package/src/UI-kit/components/icons/chevron-down.vue +11 -11
- package/src/UI-kit/components/icons/chevron-right.vue +11 -11
- package/src/UI-kit/components/icons/clock.vue +8 -8
- package/src/UI-kit/components/icons/close.vue +8 -8
- package/src/UI-kit/components/icons/file.vue +8 -8
- package/src/UI-kit/components/icons/index.ts +19 -19
- package/src/UI-kit/components/icons/inn.vue +8 -8
- package/src/UI-kit/components/icons/medical.vue +18 -18
- package/src/UI-kit/components/icons/passport.vue +8 -8
- package/src/UI-kit/components/icons/patent.vue +8 -8
- package/src/UI-kit/components/icons/success.vue +12 -12
- package/src/UI-kit/components/icons/warn.vue +8 -8
- package/src/UI-kit/composables/index.ts +6 -6
- package/src/UI-kit/composables/useBaseConnector.ts +62 -62
- package/src/UI-kit/composables/useCheckAppVersion.ts +24 -24
- package/src/UI-kit/composables/useIframeHandlers.ts +64 -64
- package/src/UI-kit/composables/useInfiniteScroll.ts +31 -31
- package/src/UI-kit/composables/useQuery.ts +15 -15
- package/src/UI-kit/composables/useRequestHandler.ts +50 -50
- package/src/UI-kit/constants/index.ts +7 -7
- package/src/UI-kit/constants/languages/kg.ts +21 -21
- package/src/UI-kit/constants/languages/ru.ts +21 -21
- package/src/UI-kit/constants/languages/tj.ts +21 -21
- package/src/UI-kit/constants/languages/uz.ts +21 -21
- package/src/UI-kit/constants/post-message.ts +30 -30
- package/src/UI-kit/constants/ui-color.constant.ts +39 -39
- package/src/UI-kit/constants/ui-icons.constant.ts +43 -43
- package/src/UI-kit/plugins/axios.ts +16 -16
- package/src/UI-kit/plugins/formatter.ts +243 -243
- package/src/UI-kit/plugins/index.ts +4 -4
- package/src/UI-kit/plugins/plural-endings.ts +19 -19
- package/src/UI-kit/plugins/ui-kit-install.ts +48 -48
- package/src/UI-kit/store/index.ts +1 -1
- package/src/UI-kit/store/modal.store.ts +102 -102
- package/src/UI-kit/types/UI/ui-button.type.ts +23 -23
- package/src/UI-kit/types/UI/ui-color.type.ts +51 -51
- package/src/UI-kit/types/UI/ui-icons.type.ts +4 -4
- package/src/UI-kit/types/UI/ui-input.type.ts +70 -70
- package/src/UI-kit/types/UI/ui-modal.type.ts +7 -7
- package/src/UI-kit/types/UI/ui-select.type.ts +16 -16
- package/src/UI-kit/types/UI/ui-size.type.ts +7 -7
- package/src/UI-kit/types/common.type.ts +2 -2
- package/src/UI-kit/types/global.d.ts +13 -13
- package/src/UI-kit/types/iframe-hanlders.type.ts +4 -4
- package/src/UI-kit/types/index.ts +12 -12
- package/src/UI-kit/types/language.type.ts +6 -6
- package/src/UI-kit/types/plugin.type.ts +7 -7
- package/src/UI-kit/types/project-name.type.ts +5 -5
- package/src/UI-kit/utils/build-yup-chain.util.ts +12 -12
- package/src/UI-kit/utils/copy-text.util.ts +16 -16
- package/src/UI-kit/utils/debounce.util.ts +7 -7
- package/src/UI-kit/utils/get-global-locale.util.ts +5 -5
- package/src/UI-kit/utils/get-html-link.util.ts +3 -3
- package/src/UI-kit/utils/index.ts +12 -12
- package/src/UI-kit/utils/open-link.util.ts +3 -3
- package/src/UI-kit/utils/parent-message.util.ts +5 -5
- package/src/UI-kit/utils/replace-value.util.ts +14 -14
- package/src/UI-kit/utils/scroll-into-view.util.ts +10 -10
- package/src/UI-kit/utils/scroll-to-element.util.ts +9 -9
- package/src/UI-kit/utils/scroll-to-top.util.ts +3 -3
- package/src/UI-kit/utils/to-capitalize.util.ts +4 -4
- package/src/configs/composables/index.ts +2 -2
- package/src/configs/composables/useConfigConnectors.ts +17 -17
- package/src/configs/composables/useUiKitI18n.ts +15 -15
- package/src/configs/i18n.config.ts +46 -46
- package/src/configs/index.ts +4 -4
- package/src/configs/store/index.ts +1 -1
- package/src/configs/store/use-ui-kit-config.store.ts +61 -61
- package/src/configs/type/country.type.ts +5 -5
- package/src/configs/type/index.ts +1 -1
- package/src/index.ts +36 -36
- package/src/main.ts +18 -18
- package/src/modules/auth/AuthModule.vue +103 -103
- package/src/modules/auth/assets/auth/logout-icon.svg +3 -3
- package/src/modules/auth/components/AuthCheckCodeForm.vue +285 -285
- package/src/modules/auth/components/AuthForm.vue +124 -124
- package/src/modules/auth/components/AuthorizationConfirmed.vue +87 -87
- package/src/modules/auth/composables/index.ts +2 -2
- package/src/modules/auth/composables/useAuthConnector.ts +39 -39
- package/src/modules/auth/composables/useInitAuthState.ts +16 -16
- package/src/modules/auth/constants/languages/kg.ts +25 -25
- package/src/modules/auth/constants/languages/ru.ts +23 -23
- package/src/modules/auth/constants/languages/tj.ts +25 -25
- package/src/modules/auth/constants/languages/uz.ts +25 -25
- package/src/modules/auth/index.ts +7 -7
- package/src/modules/auth/store/auth.store.ts +98 -98
- package/src/modules/auth/store/index.ts +1 -1
- package/src/modules/auth/type/auth.type.ts +89 -89
- package/src/modules/auth/type/index.ts +1 -1
- package/src/modules/documents/ModuleDocuments.vue +220 -220
- package/src/modules/documents/ModuleDocumentsList.vue +111 -111
- package/src/modules/documents/ModulesDocumentForm.stories.ts +131 -131
- package/src/modules/documents/assets/images/documents/inn-example.svg +175 -175
- package/src/modules/documents/assets/images/documents/medical-book-example.svg +63 -63
- package/src/modules/documents/assets/images/documents/passport-kg-example.svg +59 -59
- package/src/modules/documents/assets/images/documents/passport-tj-example.svg +61 -61
- package/src/modules/documents/assets/images/documents/passport-uz-example.svg +70 -70
- package/src/modules/documents/assets/images/documents/patent/date.svg +18 -18
- package/src/modules/documents/assets/images/documents/patent/series-blank.svg +109 -109
- package/src/modules/documents/assets/images/documents/patent/series-doc.svg +22 -22
- package/src/modules/documents/assets/images/documents/rvp-example.svg +68 -68
- package/src/modules/documents/assets/images/documents/vng-example.svg +45 -45
- package/src/modules/documents/assets/images/documents/vu-example.svg +51 -51
- package/src/modules/documents/components/DeleteDocumentModal.vue +61 -61
- package/src/modules/documents/components/DocumentCard.vue +135 -135
- package/src/modules/documents/composables/fields-schemes/useInnFieldsScheme.ts +20 -20
- package/src/modules/documents/composables/fields-schemes/useLicensePlateFieldsScheme.ts +20 -20
- package/src/modules/documents/composables/fields-schemes/useMedicalBookFieldsScheme.ts +20 -20
- package/src/modules/documents/composables/fields-schemes/usePassportFieldsScheme.ts +163 -163
- package/src/modules/documents/composables/fields-schemes/usePatentFieldsScheme.ts +66 -66
- package/src/modules/documents/composables/fields-schemes/useRVPFieldsScheme.ts +22 -22
- package/src/modules/documents/composables/fields-schemes/useVNGFieldsScheme.ts +19 -19
- package/src/modules/documents/composables/fields-schemes/useVUFieldsScheme.ts +20 -20
- package/src/modules/documents/composables/index.ts +14 -14
- package/src/modules/documents/composables/useDefaultFields.ts +38 -38
- package/src/modules/documents/composables/useDocumentImage.ts +62 -62
- package/src/modules/documents/composables/useDocumentModuleHandlers.ts +85 -85
- package/src/modules/documents/composables/useModuleDocumentConnector.ts +69 -69
- package/src/modules/documents/composables/usePrepareFields.ts +80 -80
- package/src/modules/documents/composables/useUserImageDocument.ts +26 -26
- package/src/modules/documents/constants/directory.ts +40 -40
- package/src/modules/documents/constants/index.ts +2 -2
- package/src/modules/documents/constants/languages/kg.ts +99 -99
- package/src/modules/documents/constants/languages/ru.ts +142 -142
- package/src/modules/documents/constants/languages/tj.ts +99 -99
- package/src/modules/documents/constants/languages/uz.ts +100 -100
- package/src/modules/documents/constants/validation/common.validation.ts +32 -32
- package/src/modules/documents/constants/validation/driver-license.validation.ts +20 -20
- package/src/modules/documents/constants/validation/inn.validation.ts +41 -41
- package/src/modules/documents/constants/validation/license-plate.validation.ts +43 -43
- package/src/modules/documents/constants/validation/medical-book.validation.ts +13 -13
- package/src/modules/documents/constants/validation/passport.validation.ts +58 -58
- package/src/modules/documents/constants/validation/patent.validation.ts +108 -108
- package/src/modules/documents/constants/validation/rvp.validation.ts +13 -13
- package/src/modules/documents/constants/validation/vng.validation.ts +13 -13
- package/src/modules/documents/constants/validation.ts +44 -44
- package/src/modules/documents/index.ts +5 -5
- package/src/modules/documents/store/module-document.store.ts +5 -5
- package/src/modules/documents/type/api-module-document.type.ts +67 -67
- package/src/modules/documents/type/document-fields-options.type.ts +43 -43
- package/src/modules/documents/type/documents-type.type.ts +20 -20
- package/src/modules/documents/type/index.ts +5 -5
- package/src/modules/documents/type/props-module-document.type.ts +44 -44
- package/src/modules/documents/type/save-img-document.type.ts +19 -19
- package/src/modules/form/ModuleForm.vue +64 -64
- package/src/modules/form/ModulesForm.stories.ts +188 -188
- package/src/modules/form/components/Field.vue +88 -88
- package/src/modules/form/types/index.ts +1 -1
- package/src/modules/form/types/input-type.type.ts +29 -29
- package/src/shims-vue.d.ts +29 -29
- package/src/style.css +78 -78
package/README.md
CHANGED
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
# rm.ui-kit
|
|
2
|
-
|
|
3
|
-
This template should help get you started developing with Vue 3 in Vite.
|
|
4
|
-
|
|
5
|
-
## Recommended IDE Setup
|
|
6
|
-
|
|
7
|
-
[VS Code](https://code.visualstudio.com/) + [Vue (Official)](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
|
|
8
|
-
|
|
9
|
-
## Recommended Browser Setup
|
|
10
|
-
|
|
11
|
-
- Chromium-based browsers (Chrome, Edge, Brave, etc.):
|
|
12
|
-
- [Vue.js devtools](https://chromewebstore.google.com/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd)
|
|
13
|
-
- [Turn on Custom Object Formatter in Chrome DevTools](http://bit.ly/object-formatters)
|
|
14
|
-
- Firefox:
|
|
15
|
-
- [Vue.js devtools](https://addons.mozilla.org/en-US/firefox/addon/vue-js-devtools/)
|
|
16
|
-
- [Turn on Custom Object Formatter in Firefox DevTools](https://fxdx.dev/firefox-devtools-custom-object-formatters/)
|
|
17
|
-
|
|
18
|
-
## Customize configuration
|
|
19
|
-
|
|
20
|
-
See [Vite Configuration Reference](https://vite.dev/config/).
|
|
21
|
-
|
|
22
|
-
## Project Setup
|
|
23
|
-
|
|
24
|
-
```sh
|
|
25
|
-
npm install
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
### Compile and Hot-Reload for Development
|
|
29
|
-
|
|
30
|
-
```sh
|
|
31
|
-
npm run dev
|
|
32
|
-
```
|
|
33
|
-
|
|
34
|
-
### Compile and Minify for Production
|
|
35
|
-
|
|
36
|
-
```sh
|
|
37
|
-
npm run build
|
|
38
|
-
```
|
|
1
|
+
# rm.ui-kit
|
|
2
|
+
|
|
3
|
+
This template should help get you started developing with Vue 3 in Vite.
|
|
4
|
+
|
|
5
|
+
## Recommended IDE Setup
|
|
6
|
+
|
|
7
|
+
[VS Code](https://code.visualstudio.com/) + [Vue (Official)](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
|
|
8
|
+
|
|
9
|
+
## Recommended Browser Setup
|
|
10
|
+
|
|
11
|
+
- Chromium-based browsers (Chrome, Edge, Brave, etc.):
|
|
12
|
+
- [Vue.js devtools](https://chromewebstore.google.com/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd)
|
|
13
|
+
- [Turn on Custom Object Formatter in Chrome DevTools](http://bit.ly/object-formatters)
|
|
14
|
+
- Firefox:
|
|
15
|
+
- [Vue.js devtools](https://addons.mozilla.org/en-US/firefox/addon/vue-js-devtools/)
|
|
16
|
+
- [Turn on Custom Object Formatter in Firefox DevTools](https://fxdx.dev/firefox-devtools-custom-object-formatters/)
|
|
17
|
+
|
|
18
|
+
## Customize configuration
|
|
19
|
+
|
|
20
|
+
See [Vite Configuration Reference](https://vite.dev/config/).
|
|
21
|
+
|
|
22
|
+
## Project Setup
|
|
23
|
+
|
|
24
|
+
```sh
|
|
25
|
+
npm install
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
### Compile and Hot-Reload for Development
|
|
29
|
+
|
|
30
|
+
```sh
|
|
31
|
+
npm run dev
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
### Compile and Minify for Production
|
|
35
|
+
|
|
36
|
+
```sh
|
|
37
|
+
npm run build
|
|
38
|
+
```
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as b, createElementBlock as x, openBlock as C, createElementVNode as I, createVNode as a, unref as e, withCtx as m, createTextVNode as i, toDisplayString as u } from "vue";
|
|
2
|
-
import { c as M, d as B, e as U, f as p, g as t, h as n, b as k } from "./index-
|
|
2
|
+
import { c as M, d as B, e as U, f as p, g as t, h as n, b as k } from "./index-DYo3Fo1s.js";
|
|
3
3
|
import "pinia";
|
|
4
4
|
const H = { class: "delete-document-modal" }, N = ["innerHTML"], q = /* @__PURE__ */ b({
|
|
5
5
|
__name: "DeleteDocumentModal",
|
|
@@ -8,11 +8,11 @@ const H = { class: "delete-document-modal" }, N = ["innerHTML"], q = /* @__PURE_
|
|
|
8
8
|
id: {}
|
|
9
9
|
},
|
|
10
10
|
emits: ["remove:document", "close"],
|
|
11
|
-
setup(
|
|
12
|
-
const
|
|
13
|
-
request: async (r) => await
|
|
11
|
+
setup(s, { emit: D }) {
|
|
12
|
+
const c = s, d = D, { closeModal: v } = M(), { t: l } = B(), { requestHandler: f, isLoading: _ } = U({
|
|
13
|
+
request: async (r) => await c.api.deleteDocument(r),
|
|
14
14
|
then: async () => {
|
|
15
|
-
d("remove:document",
|
|
15
|
+
d("remove:document", c.id), d("close");
|
|
16
16
|
}
|
|
17
17
|
});
|
|
18
18
|
return (r, o) => (C(), x("div", H, [
|
|
@@ -23,7 +23,7 @@ const H = { class: "delete-document-modal" }, N = ["innerHTML"], q = /* @__PURE_
|
|
|
23
23
|
color: e(t)[e(n).Red075],
|
|
24
24
|
"bg-color": e(t)[e(n).Red1],
|
|
25
25
|
"is-loading": e(_),
|
|
26
|
-
onClick: o[0] || (o[0] = (g) => e(
|
|
26
|
+
onClick: o[0] || (o[0] = (g) => e(f)(s.id))
|
|
27
27
|
}, {
|
|
28
28
|
default: m(() => [
|
|
29
29
|
i(u(e(l)("moduleDocuments.modal.removeDocument.btn.remove")), 1)
|
|
@@ -33,7 +33,7 @@ const H = { class: "delete-document-modal" }, N = ["innerHTML"], q = /* @__PURE_
|
|
|
33
33
|
a(p, {
|
|
34
34
|
color: e(t)[e(n).Blue500],
|
|
35
35
|
"bg-color": e(t)[e(n).Blue1],
|
|
36
|
-
onClick: o[1] || (o[1] = (g) => e(
|
|
36
|
+
onClick: o[1] || (o[1] = (g) => e(v)())
|
|
37
37
|
}, {
|
|
38
38
|
default: m(() => [
|
|
39
39
|
i(u(e(l)("moduleDocuments.modal.removeDocument.btn.cancel")), 1)
|
|
@@ -42,7 +42,7 @@ const H = { class: "delete-document-modal" }, N = ["innerHTML"], q = /* @__PURE_
|
|
|
42
42
|
}, 8, ["color", "bg-color"])
|
|
43
43
|
]));
|
|
44
44
|
}
|
|
45
|
-
}), T = /* @__PURE__ */ k(q, [["__scopeId", "data-v-
|
|
45
|
+
}), T = /* @__PURE__ */ k(q, [["__scopeId", "data-v-8257bad2"]]);
|
|
46
46
|
export {
|
|
47
47
|
T as default
|
|
48
48
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as h, ref as y, computed as v, createElementBlock as s, openBlock as l, createCommentVNode as n, createVNode as k, Fragment as I, renderList as V, normalizeClass as g, createTextVNode as _, createBlock as C, toDisplayString as d, unref as S } from "vue";
|
|
2
|
-
import { u as b, U as w, _ as L, a as x, b as B } from "./index-
|
|
2
|
+
import { u as b, U as w, _ as L, a as x, b as B } from "./index-DYo3Fo1s.js";
|
|
3
3
|
const U = { class: "select-list" }, M = {
|
|
4
4
|
key: 0,
|
|
5
5
|
class: "search-wrapper"
|
|
@@ -53,7 +53,7 @@ const U = { class: "select-list" }, M = {
|
|
|
53
53
|
e.emptyMessage && !r.value.length ? (l(), s("div", A, d(e.emptyMessage), 1)) : n("", !0)
|
|
54
54
|
]));
|
|
55
55
|
}
|
|
56
|
-
}), E = /* @__PURE__ */ B($, [["__scopeId", "data-v-
|
|
56
|
+
}), E = /* @__PURE__ */ B($, [["__scopeId", "data-v-0e949546"]]);
|
|
57
57
|
export {
|
|
58
58
|
E as default
|
|
59
59
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent as s, createElementBlock as t, openBlock as i, createVNode as o, withCtx as l, createElementVNode as
|
|
2
|
-
import { i as
|
|
1
|
+
import { defineComponent as s, createElementBlock as t, openBlock as i, createVNode as o, withCtx as l, createElementVNode as d } from "vue";
|
|
2
|
+
import { i as c, b as n } from "./index-DYo3Fo1s.js";
|
|
3
3
|
const m = { class: "saved-image-document-modal" }, r = { class: "saved-image-document-modal__container" }, _ = ["src"], g = ["src"], h = /* @__PURE__ */ s({
|
|
4
4
|
__name: "UIBlockViewDetailImageListModalType1",
|
|
5
5
|
props: {
|
|
@@ -8,13 +8,13 @@ const m = { class: "saved-image-document-modal" }, r = { class: "saved-image-doc
|
|
|
8
8
|
},
|
|
9
9
|
setup(a) {
|
|
10
10
|
return (p, u) => (i(), t("div", m, [
|
|
11
|
-
o(
|
|
11
|
+
o(c, {
|
|
12
12
|
list: a.imgs,
|
|
13
13
|
"space-between": 6,
|
|
14
14
|
"initial-slide": a.initialSlide
|
|
15
15
|
}, {
|
|
16
16
|
default: l(({ item: e }) => [
|
|
17
|
-
|
|
17
|
+
d("div", r, [
|
|
18
18
|
e.id ? (i(), t("img", {
|
|
19
19
|
key: 1,
|
|
20
20
|
width: "320",
|
|
@@ -34,7 +34,7 @@ const m = { class: "saved-image-document-modal" }, r = { class: "saved-image-doc
|
|
|
34
34
|
}, 8, ["list", "initial-slide"])
|
|
35
35
|
]));
|
|
36
36
|
}
|
|
37
|
-
}), b = /* @__PURE__ */ n(h, [["__scopeId", "data-v-
|
|
37
|
+
}), b = /* @__PURE__ */ n(h, [["__scopeId", "data-v-7d79f58e"]]);
|
|
38
38
|
export {
|
|
39
39
|
b as default
|
|
40
40
|
};
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
var Dn = Object.create,
|
|
1
|
+
var Dn = Object.create, $t = Object.defineProperty, Sn = Object.getOwnPropertyDescriptor, Se = Object.getOwnPropertyNames, In = Object.getPrototypeOf, kn = Object.prototype.hasOwnProperty, bn = (e, t) => function() {
|
|
2
2
|
return e && (t = (0, e[Se(e)[0]])(e = 0)), t;
|
|
3
3
|
}, Rn = (e, t) => function() {
|
|
4
4
|
return t || (0, e[Se(e)[0]])((t = { exports: {} }).exports, t), t.exports;
|
|
5
5
|
}, wn = (e, t, n, u) => {
|
|
6
6
|
if (t && typeof t == "object" || typeof t == "function")
|
|
7
7
|
for (let r of Se(t))
|
|
8
|
-
!kn.call(e, r) && r !== n &&
|
|
8
|
+
!kn.call(e, r) && r !== n && $t(e, r, { get: () => t[r], enumerable: !(u = Sn(t, r)) || u.enumerable });
|
|
9
9
|
return e;
|
|
10
10
|
}, Pn = (e, t, n) => (n = e != null ? Dn(In(e)) : {}, wn(
|
|
11
11
|
// If the importer is in node compatibility mode or this is not an ESM
|
|
12
12
|
// file that has been converted to a CommonJS file using a Babel-
|
|
13
13
|
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
14
14
|
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
15
|
-
|
|
15
|
+
$t(n, "default", { value: e, enumerable: !0 }),
|
|
16
16
|
e
|
|
17
17
|
)), ee = bn({
|
|
18
18
|
"../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.51.1_@types+node@22.13.14__jiti@2.4.2_postcss@8.5_96eb05a9d65343021e53791dd83f3773/node_modules/tsup/assets/esm_shims.js"() {
|
|
@@ -140,9 +140,9 @@ var Dn = Object.create, jt = Object.defineProperty, Sn = Object.getOwnPropertyDe
|
|
|
140
140
|
ee();
|
|
141
141
|
ee();
|
|
142
142
|
ee();
|
|
143
|
-
var
|
|
143
|
+
var jt = typeof navigator < "u", l = typeof window < "u" ? window : typeof globalThis < "u" ? globalThis : typeof global < "u" ? global : {};
|
|
144
144
|
typeof l.chrome < "u" && l.chrome.devtools;
|
|
145
|
-
|
|
145
|
+
jt && (l.self, l.top);
|
|
146
146
|
var Ke;
|
|
147
147
|
typeof navigator < "u" && ((Ke = navigator.userAgent) == null || Ke.toLowerCase().includes("electron"));
|
|
148
148
|
ee();
|
|
@@ -207,7 +207,7 @@ function zn(e, t) {
|
|
|
207
207
|
Promise.resolve()
|
|
208
208
|
);
|
|
209
209
|
}
|
|
210
|
-
function
|
|
210
|
+
function $n(e, t) {
|
|
211
211
|
const n = t.shift(), u = Gt(n);
|
|
212
212
|
return Promise.all(e.map((r) => u.run(() => r(...t))));
|
|
213
213
|
}
|
|
@@ -215,7 +215,7 @@ function Ee(e, t) {
|
|
|
215
215
|
for (const n of [...e])
|
|
216
216
|
n(t);
|
|
217
217
|
}
|
|
218
|
-
class
|
|
218
|
+
class jn {
|
|
219
219
|
constructor() {
|
|
220
220
|
this._hooks = {}, this._before = void 0, this._after = void 0, this._deprecatedMessages = void 0, this._deprecatedHooks = {}, this.hook = this.hook.bind(this), this.callHook = this.callHook.bind(this), this.callHookWith = this.callHookWith.bind(this);
|
|
221
221
|
}
|
|
@@ -287,7 +287,7 @@ class $n {
|
|
|
287
287
|
return n.unshift(t), this.callHookWith(zn, t, ...n);
|
|
288
288
|
}
|
|
289
289
|
callHookParallel(t, ...n) {
|
|
290
|
-
return n.unshift(t), this.callHookWith(
|
|
290
|
+
return n.unshift(t), this.callHookWith($n, t, ...n);
|
|
291
291
|
}
|
|
292
292
|
callHookWith(t, n, ...u) {
|
|
293
293
|
const r = this._before || this._after ? { name: n, args: u, context: {} } : void 0;
|
|
@@ -318,7 +318,7 @@ class $n {
|
|
|
318
318
|
}
|
|
319
319
|
}
|
|
320
320
|
function qt() {
|
|
321
|
-
return new
|
|
321
|
+
return new jn();
|
|
322
322
|
}
|
|
323
323
|
var Gn = Object.create, Yt = Object.defineProperty, qn = Object.getOwnPropertyDescriptor, Ie = Object.getOwnPropertyNames, Yn = Object.getPrototypeOf, Wn = Object.prototype.hasOwnProperty, Zn = (e, t) => function() {
|
|
324
324
|
return e && (t = (0, e[Ie(e)[0]])(e = 0)), t;
|
|
@@ -1676,11 +1676,11 @@ var Gn = Object.create, Yt = Object.defineProperty, qn = Object.getOwnPropertyDe
|
|
|
1676
1676
|
"¤": "tien te"
|
|
1677
1677
|
}
|
|
1678
1678
|
}, h = [";", "?", ":", "@", "&", "=", "+", "$", ",", "/"].join(""), p = [";", "?", ":", "@", "&", "=", "+", "$", ","].join(""), A = [".", "!", "~", "*", "'", "(", ")"].join(""), d = function(f, E) {
|
|
1679
|
-
var C = "-", y = "", k = "", ce = !0, w = {}, Be, te,
|
|
1679
|
+
var C = "-", y = "", k = "", ce = !0, w = {}, Be, te, j, _e, fe, Ue, G, B, Le, P, v, ne, b, U, V = "";
|
|
1680
1680
|
if (typeof f != "string")
|
|
1681
1681
|
return "";
|
|
1682
1682
|
if (typeof E == "string" && (C = E), G = a.en, B = i.en, typeof E == "object") {
|
|
1683
|
-
Be = E.maintainCase || !1, w = E.custom && typeof E.custom == "object" ? E.custom : w,
|
|
1683
|
+
Be = E.maintainCase || !1, w = E.custom && typeof E.custom == "object" ? E.custom : w, j = +E.truncate > 1 && E.truncate || !1, _e = E.uric || !1, fe = E.uricNoSlash || !1, Ue = E.mark || !1, ce = !(E.symbols === !1 || E.lang === !1), C = E.separator || C, _e && (V += h), fe && (V += p), Ue && (V += A), G = E.lang && a[E.lang] && ce ? a[E.lang] : ce ? a.en : {}, B = E.lang && i[E.lang] ? i[E.lang] : E.lang === !1 || E.lang === !0 ? {} : i.en, E.titleCase && typeof E.titleCase.length == "number" && Array.prototype.toString.call(E.titleCase) ? (E.titleCase.forEach(function(I) {
|
|
1684
1684
|
w[I + ""] = I + "";
|
|
1685
1685
|
}), te = !0) : te = !!E.titleCase, E.custom && typeof E.custom.length == "number" && Array.prototype.toString.call(E.custom) && E.custom.forEach(function(I) {
|
|
1686
1686
|
w[I + ""] = I + "";
|
|
@@ -1696,7 +1696,7 @@ var Gn = Object.create, Yt = Object.defineProperty, qn = Object.getOwnPropertyDe
|
|
|
1696
1696
|
return te && (y = y.replace(/(\w)(\S*)/g, function(I, q, Me) {
|
|
1697
1697
|
var de = q.toUpperCase() + (Me !== null ? Me : "");
|
|
1698
1698
|
return Object.keys(w).indexOf(de.toLowerCase()) < 0 ? de : de.toLowerCase();
|
|
1699
|
-
})), y = y.replace(/\s+/g, C).replace(new RegExp("\\" + C + "+", "g"), C).replace(new RegExp("(^\\" + C + "+|\\" + C + "+$)", "g"), ""),
|
|
1699
|
+
})), y = y.replace(/\s+/g, C).replace(new RegExp("\\" + C + "+", "g"), C).replace(new RegExp("(^\\" + C + "+|\\" + C + "+$)", "g"), ""), j && y.length > j && (Le = y.charAt(j) === C, y = y.slice(0, j), Le || (y = y.slice(0, y.lastIndexOf(C)))), !Be && !te && (y = y.toLowerCase()), y;
|
|
1700
1700
|
}, m = function(f) {
|
|
1701
1701
|
return function(C) {
|
|
1702
1702
|
return d(C, f);
|
|
@@ -1823,7 +1823,7 @@ function iu(e) {
|
|
|
1823
1823
|
function su(e, t) {
|
|
1824
1824
|
return (!e.top || t.top < e.top) && (e.top = t.top), (!e.bottom || t.bottom > e.bottom) && (e.bottom = t.bottom), (!e.left || t.left < e.left) && (e.left = t.left), (!e.right || t.right > e.right) && (e.right = t.right), e;
|
|
1825
1825
|
}
|
|
1826
|
-
var
|
|
1826
|
+
var $e = {
|
|
1827
1827
|
top: 0,
|
|
1828
1828
|
left: 0,
|
|
1829
1829
|
right: 0,
|
|
@@ -1833,7 +1833,7 @@ var je = {
|
|
|
1833
1833
|
};
|
|
1834
1834
|
function F(e) {
|
|
1835
1835
|
const t = e.subTree.el;
|
|
1836
|
-
return typeof window > "u" ?
|
|
1836
|
+
return typeof window > "u" ? $e : Zt(e) ? iu(e.subTree) : (t == null ? void 0 : t.nodeType) === 1 ? t == null ? void 0 : t.getBoundingClientRect() : e.subTree.component ? F(e.subTree.component) : $e;
|
|
1837
1837
|
}
|
|
1838
1838
|
s();
|
|
1839
1839
|
function be(e) {
|
|
@@ -1998,8 +1998,8 @@ function mu(e) {
|
|
|
1998
1998
|
}
|
|
1999
1999
|
}
|
|
2000
2000
|
s();
|
|
2001
|
-
var
|
|
2002
|
-
(Ge = (
|
|
2001
|
+
var je, Ge;
|
|
2002
|
+
(Ge = (je = l).__VUE_DEVTOOLS_COMPONENT_INSPECTOR_ENABLED__) != null || (je.__VUE_DEVTOOLS_COMPONENT_INSPECTOR_ENABLED__ = !0);
|
|
2003
2003
|
function vu(e) {
|
|
2004
2004
|
let t = 0;
|
|
2005
2005
|
const n = setInterval(() => {
|
|
@@ -2111,7 +2111,7 @@ s();
|
|
|
2111
2111
|
s();
|
|
2112
2112
|
var Du = "__VUE_DEVTOOLS_KIT_TIMELINE_LAYERS_STATE__";
|
|
2113
2113
|
function Su() {
|
|
2114
|
-
if (
|
|
2114
|
+
if (typeof window > "u" || !jt || typeof localStorage > "u" || localStorage === null)
|
|
2115
2115
|
return {
|
|
2116
2116
|
recordingState: !1,
|
|
2117
2117
|
mouseEventEnabled: !1,
|
|
@@ -2120,7 +2120,7 @@ function Su() {
|
|
|
2120
2120
|
performanceEventEnabled: !1,
|
|
2121
2121
|
selected: ""
|
|
2122
2122
|
};
|
|
2123
|
-
const e = localStorage.getItem(Du);
|
|
2123
|
+
const e = typeof localStorage.getItem < "u" ? localStorage.getItem(Du) : null;
|
|
2124
2124
|
return e ? JSON.parse(e) : {
|
|
2125
2125
|
recordingState: !1,
|
|
2126
2126
|
mouseEventEnabled: !1,
|
|
@@ -2154,7 +2154,7 @@ var Ve = new Proxy(l.__VUE_DEVTOOLS_KIT_INSPECTOR__, {
|
|
|
2154
2154
|
return Reflect.get(e, t, n);
|
|
2155
2155
|
}
|
|
2156
2156
|
}), rn = M(() => {
|
|
2157
|
-
|
|
2157
|
+
$.hooks.callHook("sendInspectorToClient", on());
|
|
2158
2158
|
});
|
|
2159
2159
|
function bu(e, t) {
|
|
2160
2160
|
var n, u;
|
|
@@ -2310,10 +2310,10 @@ function wu() {
|
|
|
2310
2310
|
var st, at;
|
|
2311
2311
|
(at = (st = l)[N]) != null || (st[N] = wu());
|
|
2312
2312
|
var Pu = M((e) => {
|
|
2313
|
-
|
|
2313
|
+
$.hooks.callHook("devtoolsStateUpdated", { state: e });
|
|
2314
2314
|
});
|
|
2315
2315
|
M((e, t) => {
|
|
2316
|
-
|
|
2316
|
+
$.hooks.callHook("devtoolsConnectedUpdated", { state: e, oldState: t });
|
|
2317
2317
|
});
|
|
2318
2318
|
var ae = new Proxy(l.__VUE_DEVTOOLS_KIT_APP_RECORDS__, {
|
|
2319
2319
|
get(e, t, n) {
|
|
@@ -2420,7 +2420,7 @@ function Uu(e, t, n) {
|
|
|
2420
2420
|
...o,
|
|
2421
2421
|
[t]: n
|
|
2422
2422
|
};
|
|
2423
|
-
localStorage.setItem(u, JSON.stringify(i)),
|
|
2423
|
+
localStorage.setItem(u, JSON.stringify(i)), $.hooks.callHookWith(
|
|
2424
2424
|
(a) => {
|
|
2425
2425
|
a.forEach((h) => h({
|
|
2426
2426
|
pluginId: e,
|
|
@@ -2598,14 +2598,14 @@ s();
|
|
|
2598
2598
|
s();
|
|
2599
2599
|
s();
|
|
2600
2600
|
s();
|
|
2601
|
-
var Hu = "__vue_devtool_undefined__", zu = "__vue_devtool_infinity__",
|
|
2601
|
+
var Hu = "__vue_devtool_undefined__", zu = "__vue_devtool_infinity__", $u = "__vue_devtool_negative_infinity__", ju = "__vue_devtool_nan__";
|
|
2602
2602
|
s();
|
|
2603
2603
|
s();
|
|
2604
2604
|
var Gu = {
|
|
2605
2605
|
[Hu]: "undefined",
|
|
2606
|
-
[
|
|
2606
|
+
[ju]: "NaN",
|
|
2607
2607
|
[zu]: "Infinity",
|
|
2608
|
-
[
|
|
2608
|
+
[$u]: "-Infinity"
|
|
2609
2609
|
};
|
|
2610
2610
|
Object.entries(Gu).reduce((e, [t, n]) => (e[n] = t, e), {});
|
|
2611
2611
|
s();
|
|
@@ -2627,7 +2627,7 @@ function qu(e, t) {
|
|
|
2627
2627
|
setupFn: u,
|
|
2628
2628
|
descriptor: n
|
|
2629
2629
|
},
|
|
2630
|
-
ctx:
|
|
2630
|
+
ctx: $
|
|
2631
2631
|
});
|
|
2632
2632
|
n.packageName === "vuex" && r.on.editInspectorState((o) => {
|
|
2633
2633
|
r.sendInspectorState(o.inspectorId);
|
|
@@ -2701,7 +2701,7 @@ function Zu(e, t) {
|
|
|
2701
2701
|
}
|
|
2702
2702
|
n(), ln.on.componentUpdated(M(() => {
|
|
2703
2703
|
var u;
|
|
2704
|
-
((u = t.value) == null ? void 0 : u.app) === e.app && (n(), !T.highPerfModeEnabled &&
|
|
2704
|
+
((u = t.value) == null ? void 0 : u.app) === e.app && (n(), !T.highPerfModeEnabled && $.hooks.callHook("routerInfoUpdated", { state: l[K] }));
|
|
2705
2705
|
}, 200));
|
|
2706
2706
|
}
|
|
2707
2707
|
function Xu(e) {
|
|
@@ -2831,7 +2831,7 @@ var yt = Ru(), Ot, Ct;
|
|
|
2831
2831
|
},
|
|
2832
2832
|
api: Xu(yt)
|
|
2833
2833
|
});
|
|
2834
|
-
var
|
|
2834
|
+
var $ = l.__VUE_DEVTOOLS_KIT_CONTEXT__;
|
|
2835
2835
|
s();
|
|
2836
2836
|
Jn(eu());
|
|
2837
2837
|
var Tt, Dt;
|