@atlaskit/link-create 4.1.5 → 4.1.7
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/CHANGELOG.md +15 -0
- package/dist/cjs/common/constants.js +1 -1
- package/dist/cjs/i18n/sl.js +30 -0
- package/dist/cjs/i18n/sr_RS.js +30 -0
- package/dist/cjs/i18n/sr_YR.js +30 -0
- package/dist/es2019/common/constants.js +1 -1
- package/dist/es2019/i18n/sl.js +24 -0
- package/dist/es2019/i18n/sr_RS.js +24 -0
- package/dist/es2019/i18n/sr_YR.js +24 -0
- package/dist/esm/common/constants.js +1 -1
- package/dist/esm/i18n/sl.js +24 -0
- package/dist/esm/i18n/sr_RS.js +24 -0
- package/dist/esm/i18n/sr_YR.js +24 -0
- package/dist/types/common/types.d.ts +2 -0
- package/dist/types/i18n/sl.d.ts +23 -0
- package/dist/types/i18n/sr_RS.d.ts +23 -0
- package/dist/types/i18n/sr_YR.d.ts +23 -0
- package/dist/types-ts4.5/common/types.d.ts +2 -0
- package/dist/types-ts4.5/i18n/sl.d.ts +23 -0
- package/dist/types-ts4.5/i18n/sr_RS.d.ts +23 -0
- package/dist/types-ts4.5/i18n/sr_YR.d.ts +23 -0
- package/package.json +6 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/link-create
|
|
2
2
|
|
|
3
|
+
## 4.1.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#178915](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/178915)
|
|
8
|
+
[`88ef2ded109f8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/88ef2ded109f8) -
|
|
9
|
+
Adds support for `/Create Confluence page` one step extension to insert view page link when draft
|
|
10
|
+
redirect is enabled
|
|
11
|
+
|
|
12
|
+
## 4.1.6
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
|
|
3
18
|
## 4.1.5
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
|
@@ -16,7 +16,7 @@ var CREATE_FORM_MIN_HEIGHT_IN_PX = exports.CREATE_FORM_MIN_HEIGHT_IN_PX = '200';
|
|
|
16
16
|
var LINK_CREATE_FORM_POST_CREATE_FIELD = exports.LINK_CREATE_FORM_POST_CREATE_FIELD = '__post_create__';
|
|
17
17
|
var PACKAGE_DATA = exports.PACKAGE_DATA = {
|
|
18
18
|
packageName: "@atlaskit/link-create" || '',
|
|
19
|
-
packageVersion: "4.1.
|
|
19
|
+
packageVersion: "4.1.6" || '',
|
|
20
20
|
component: COMPONENT_NAME,
|
|
21
21
|
componentName: COMPONENT_NAME
|
|
22
22
|
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
8
|
+
/**
|
|
9
|
+
* NOTE:
|
|
10
|
+
*
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
|
+
*/
|
|
14
|
+
//Slovenian (Slovenia) [sl-SI]
|
|
15
|
+
var _default = exports.default = {
|
|
16
|
+
'link-create.live-doc-icon-label': 'Dokument v živo',
|
|
17
|
+
'link-create.page-icon-label': 'Stran',
|
|
18
|
+
'link-create.unknown-error.description': 'Če se to ponavlja, osvežite stran ali se obrnite na <a>podporo družbe Atlassian</a>.',
|
|
19
|
+
'link-create.unknown-error.heading': 'Prišlo je do napake.',
|
|
20
|
+
'linkCreate.CreateConfluencePage.form.site.label': 'Spletno mesto',
|
|
21
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Nazaj',
|
|
22
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Zavrzi',
|
|
23
|
+
'linkCreate.confirm-dismiss-dialog.modal.description': 'Če zapustite to stran, vaših podatkov ne bo mogoče shraniti.',
|
|
24
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': 'Vaše spremembe ne bodo shranjene',
|
|
25
|
+
'linkCreate.createForm.button.close': 'Zapri',
|
|
26
|
+
'linkCreate.createForm.button.create': 'Ustvari',
|
|
27
|
+
'linkCreate.createForm.button.createAndOpen': 'Ustvari + odpri',
|
|
28
|
+
'linkCreate.form.requiredField.instruction': 'Obvezna polja so označena z zvezdico',
|
|
29
|
+
'linkCreate.modal.heading': 'Ustvari novo'
|
|
30
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
8
|
+
/**
|
|
9
|
+
* NOTE:
|
|
10
|
+
*
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
|
+
*/
|
|
14
|
+
//Serbian (Serbia) [sr-RS]
|
|
15
|
+
var _default = exports.default = {
|
|
16
|
+
'link-create.live-doc-icon-label': 'Dokument u realnom vremenu',
|
|
17
|
+
'link-create.page-icon-label': 'Stranica',
|
|
18
|
+
'link-create.unknown-error.description': 'Osvežite stranicu ili se obratite <a>Atlassian podršci</a> ako se problem nastavi.',
|
|
19
|
+
'link-create.unknown-error.heading': 'Došlo je do greške.',
|
|
20
|
+
'linkCreate.CreateConfluencePage.form.site.label': 'Sajt',
|
|
21
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Nazad',
|
|
22
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Odbaci',
|
|
23
|
+
'linkCreate.confirm-dismiss-dialog.modal.description': 'Informacije ne mogu da se sačuvaju ako napustite ovu stranicu.',
|
|
24
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': 'Promene neće biti sačuvane',
|
|
25
|
+
'linkCreate.createForm.button.close': 'Zatvori',
|
|
26
|
+
'linkCreate.createForm.button.create': 'Napravi',
|
|
27
|
+
'linkCreate.createForm.button.createAndOpen': 'Napravi + Otvori',
|
|
28
|
+
'linkCreate.form.requiredField.instruction': 'Obavezni atributi su označeni zvezdicom',
|
|
29
|
+
'linkCreate.modal.heading': 'Napravi novo'
|
|
30
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
8
|
+
/**
|
|
9
|
+
* NOTE:
|
|
10
|
+
*
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
|
+
*/
|
|
14
|
+
//Serbian (Cyrillic) [sr-YR]
|
|
15
|
+
var _default = exports.default = {
|
|
16
|
+
'link-create.live-doc-icon-label': 'Документ у реалном времену',
|
|
17
|
+
'link-create.page-icon-label': 'Страница',
|
|
18
|
+
'link-create.unknown-error.description': 'Освежите страницу или се обратите <a>Atlassian подршци</a> ако се проблем настави.',
|
|
19
|
+
'link-create.unknown-error.heading': 'Дошло је до грешке.',
|
|
20
|
+
'linkCreate.CreateConfluencePage.form.site.label': 'Сајт',
|
|
21
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Назад',
|
|
22
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Одбаци',
|
|
23
|
+
'linkCreate.confirm-dismiss-dialog.modal.description': 'Информације не могу да се сачувају ако напустите ову страницу.',
|
|
24
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': 'Промене неће бити сачуване',
|
|
25
|
+
'linkCreate.createForm.button.close': 'Затвори',
|
|
26
|
+
'linkCreate.createForm.button.create': 'Направи',
|
|
27
|
+
'linkCreate.createForm.button.createAndOpen': 'Направи + Отвори',
|
|
28
|
+
'linkCreate.form.requiredField.instruction': 'Обавезни атрибути су означени звездицом',
|
|
29
|
+
'linkCreate.modal.heading': 'Направите ново'
|
|
30
|
+
};
|
|
@@ -10,7 +10,7 @@ export const CREATE_FORM_MIN_HEIGHT_IN_PX = '200';
|
|
|
10
10
|
export const LINK_CREATE_FORM_POST_CREATE_FIELD = '__post_create__';
|
|
11
11
|
export const PACKAGE_DATA = {
|
|
12
12
|
packageName: "@atlaskit/link-create" || '',
|
|
13
|
-
packageVersion: "4.1.
|
|
13
|
+
packageVersion: "4.1.6" || '',
|
|
14
14
|
component: COMPONENT_NAME,
|
|
15
15
|
componentName: COMPONENT_NAME
|
|
16
16
|
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Slovenian (Slovenia) [sl-SI]
|
|
9
|
+
export default {
|
|
10
|
+
'link-create.live-doc-icon-label': 'Dokument v živo',
|
|
11
|
+
'link-create.page-icon-label': 'Stran',
|
|
12
|
+
'link-create.unknown-error.description': 'Če se to ponavlja, osvežite stran ali se obrnite na <a>podporo družbe Atlassian</a>.',
|
|
13
|
+
'link-create.unknown-error.heading': 'Prišlo je do napake.',
|
|
14
|
+
'linkCreate.CreateConfluencePage.form.site.label': 'Spletno mesto',
|
|
15
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Nazaj',
|
|
16
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Zavrzi',
|
|
17
|
+
'linkCreate.confirm-dismiss-dialog.modal.description': 'Če zapustite to stran, vaših podatkov ne bo mogoče shraniti.',
|
|
18
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': 'Vaše spremembe ne bodo shranjene',
|
|
19
|
+
'linkCreate.createForm.button.close': 'Zapri',
|
|
20
|
+
'linkCreate.createForm.button.create': 'Ustvari',
|
|
21
|
+
'linkCreate.createForm.button.createAndOpen': 'Ustvari + odpri',
|
|
22
|
+
'linkCreate.form.requiredField.instruction': 'Obvezna polja so označena z zvezdico',
|
|
23
|
+
'linkCreate.modal.heading': 'Ustvari novo'
|
|
24
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Serbian (Serbia) [sr-RS]
|
|
9
|
+
export default {
|
|
10
|
+
'link-create.live-doc-icon-label': 'Dokument u realnom vremenu',
|
|
11
|
+
'link-create.page-icon-label': 'Stranica',
|
|
12
|
+
'link-create.unknown-error.description': 'Osvežite stranicu ili se obratite <a>Atlassian podršci</a> ako se problem nastavi.',
|
|
13
|
+
'link-create.unknown-error.heading': 'Došlo je do greške.',
|
|
14
|
+
'linkCreate.CreateConfluencePage.form.site.label': 'Sajt',
|
|
15
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Nazad',
|
|
16
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Odbaci',
|
|
17
|
+
'linkCreate.confirm-dismiss-dialog.modal.description': 'Informacije ne mogu da se sačuvaju ako napustite ovu stranicu.',
|
|
18
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': 'Promene neće biti sačuvane',
|
|
19
|
+
'linkCreate.createForm.button.close': 'Zatvori',
|
|
20
|
+
'linkCreate.createForm.button.create': 'Napravi',
|
|
21
|
+
'linkCreate.createForm.button.createAndOpen': 'Napravi + Otvori',
|
|
22
|
+
'linkCreate.form.requiredField.instruction': 'Obavezni atributi su označeni zvezdicom',
|
|
23
|
+
'linkCreate.modal.heading': 'Napravi novo'
|
|
24
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Serbian (Cyrillic) [sr-YR]
|
|
9
|
+
export default {
|
|
10
|
+
'link-create.live-doc-icon-label': 'Документ у реалном времену',
|
|
11
|
+
'link-create.page-icon-label': 'Страница',
|
|
12
|
+
'link-create.unknown-error.description': 'Освежите страницу или се обратите <a>Atlassian подршци</a> ако се проблем настави.',
|
|
13
|
+
'link-create.unknown-error.heading': 'Дошло је до грешке.',
|
|
14
|
+
'linkCreate.CreateConfluencePage.form.site.label': 'Сајт',
|
|
15
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Назад',
|
|
16
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Одбаци',
|
|
17
|
+
'linkCreate.confirm-dismiss-dialog.modal.description': 'Информације не могу да се сачувају ако напустите ову страницу.',
|
|
18
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': 'Промене неће бити сачуване',
|
|
19
|
+
'linkCreate.createForm.button.close': 'Затвори',
|
|
20
|
+
'linkCreate.createForm.button.create': 'Направи',
|
|
21
|
+
'linkCreate.createForm.button.createAndOpen': 'Направи + Отвори',
|
|
22
|
+
'linkCreate.form.requiredField.instruction': 'Обавезни атрибути су означени звездицом',
|
|
23
|
+
'linkCreate.modal.heading': 'Направите ново'
|
|
24
|
+
};
|
|
@@ -10,7 +10,7 @@ export var CREATE_FORM_MIN_HEIGHT_IN_PX = '200';
|
|
|
10
10
|
export var LINK_CREATE_FORM_POST_CREATE_FIELD = '__post_create__';
|
|
11
11
|
export var PACKAGE_DATA = {
|
|
12
12
|
packageName: "@atlaskit/link-create" || '',
|
|
13
|
-
packageVersion: "4.1.
|
|
13
|
+
packageVersion: "4.1.6" || '',
|
|
14
14
|
component: COMPONENT_NAME,
|
|
15
15
|
componentName: COMPONENT_NAME
|
|
16
16
|
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Slovenian (Slovenia) [sl-SI]
|
|
9
|
+
export default {
|
|
10
|
+
'link-create.live-doc-icon-label': 'Dokument v živo',
|
|
11
|
+
'link-create.page-icon-label': 'Stran',
|
|
12
|
+
'link-create.unknown-error.description': 'Če se to ponavlja, osvežite stran ali se obrnite na <a>podporo družbe Atlassian</a>.',
|
|
13
|
+
'link-create.unknown-error.heading': 'Prišlo je do napake.',
|
|
14
|
+
'linkCreate.CreateConfluencePage.form.site.label': 'Spletno mesto',
|
|
15
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Nazaj',
|
|
16
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Zavrzi',
|
|
17
|
+
'linkCreate.confirm-dismiss-dialog.modal.description': 'Če zapustite to stran, vaših podatkov ne bo mogoče shraniti.',
|
|
18
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': 'Vaše spremembe ne bodo shranjene',
|
|
19
|
+
'linkCreate.createForm.button.close': 'Zapri',
|
|
20
|
+
'linkCreate.createForm.button.create': 'Ustvari',
|
|
21
|
+
'linkCreate.createForm.button.createAndOpen': 'Ustvari + odpri',
|
|
22
|
+
'linkCreate.form.requiredField.instruction': 'Obvezna polja so označena z zvezdico',
|
|
23
|
+
'linkCreate.modal.heading': 'Ustvari novo'
|
|
24
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Serbian (Serbia) [sr-RS]
|
|
9
|
+
export default {
|
|
10
|
+
'link-create.live-doc-icon-label': 'Dokument u realnom vremenu',
|
|
11
|
+
'link-create.page-icon-label': 'Stranica',
|
|
12
|
+
'link-create.unknown-error.description': 'Osvežite stranicu ili se obratite <a>Atlassian podršci</a> ako se problem nastavi.',
|
|
13
|
+
'link-create.unknown-error.heading': 'Došlo je do greške.',
|
|
14
|
+
'linkCreate.CreateConfluencePage.form.site.label': 'Sajt',
|
|
15
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Nazad',
|
|
16
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Odbaci',
|
|
17
|
+
'linkCreate.confirm-dismiss-dialog.modal.description': 'Informacije ne mogu da se sačuvaju ako napustite ovu stranicu.',
|
|
18
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': 'Promene neće biti sačuvane',
|
|
19
|
+
'linkCreate.createForm.button.close': 'Zatvori',
|
|
20
|
+
'linkCreate.createForm.button.create': 'Napravi',
|
|
21
|
+
'linkCreate.createForm.button.createAndOpen': 'Napravi + Otvori',
|
|
22
|
+
'linkCreate.form.requiredField.instruction': 'Obavezni atributi su označeni zvezdicom',
|
|
23
|
+
'linkCreate.modal.heading': 'Napravi novo'
|
|
24
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Serbian (Cyrillic) [sr-YR]
|
|
9
|
+
export default {
|
|
10
|
+
'link-create.live-doc-icon-label': 'Документ у реалном времену',
|
|
11
|
+
'link-create.page-icon-label': 'Страница',
|
|
12
|
+
'link-create.unknown-error.description': 'Освежите страницу или се обратите <a>Atlassian подршци</a> ако се проблем настави.',
|
|
13
|
+
'link-create.unknown-error.heading': 'Дошло је до грешке.',
|
|
14
|
+
'linkCreate.CreateConfluencePage.form.site.label': 'Сајт',
|
|
15
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Назад',
|
|
16
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Одбаци',
|
|
17
|
+
'linkCreate.confirm-dismiss-dialog.modal.description': 'Информације не могу да се сачувају ако напустите ову страницу.',
|
|
18
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': 'Промене неће бити сачуване',
|
|
19
|
+
'linkCreate.createForm.button.close': 'Затвори',
|
|
20
|
+
'linkCreate.createForm.button.create': 'Направи',
|
|
21
|
+
'linkCreate.createForm.button.createAndOpen': 'Направи + Отвори',
|
|
22
|
+
'linkCreate.form.requiredField.instruction': 'Обавезни атрибути су означени звездицом',
|
|
23
|
+
'linkCreate.modal.heading': 'Направите ново'
|
|
24
|
+
};
|
|
@@ -62,6 +62,8 @@ export interface LinkCreatePlugin<Key = string> {
|
|
|
62
62
|
export type CreatePayload = {
|
|
63
63
|
/** The url to the resource created by the create plugin */
|
|
64
64
|
url: string;
|
|
65
|
+
/** The url to be opened on create if this is different from `url` created*/
|
|
66
|
+
linkToOpen?: string;
|
|
65
67
|
/**
|
|
66
68
|
* ARI of the created resource.
|
|
67
69
|
* https://developer.atlassian.com/platform/atlassian-resource-identifier/spec/ari-latest/
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'link-create.live-doc-icon-label': string;
|
|
9
|
+
'link-create.page-icon-label': string;
|
|
10
|
+
'link-create.unknown-error.description': string;
|
|
11
|
+
'link-create.unknown-error.heading': string;
|
|
12
|
+
'linkCreate.CreateConfluencePage.form.site.label': string;
|
|
13
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': string;
|
|
14
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': string;
|
|
15
|
+
'linkCreate.confirm-dismiss-dialog.modal.description': string;
|
|
16
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': string;
|
|
17
|
+
'linkCreate.createForm.button.close': string;
|
|
18
|
+
'linkCreate.createForm.button.create': string;
|
|
19
|
+
'linkCreate.createForm.button.createAndOpen': string;
|
|
20
|
+
'linkCreate.form.requiredField.instruction': string;
|
|
21
|
+
'linkCreate.modal.heading': string;
|
|
22
|
+
};
|
|
23
|
+
export default _default;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'link-create.live-doc-icon-label': string;
|
|
9
|
+
'link-create.page-icon-label': string;
|
|
10
|
+
'link-create.unknown-error.description': string;
|
|
11
|
+
'link-create.unknown-error.heading': string;
|
|
12
|
+
'linkCreate.CreateConfluencePage.form.site.label': string;
|
|
13
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': string;
|
|
14
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': string;
|
|
15
|
+
'linkCreate.confirm-dismiss-dialog.modal.description': string;
|
|
16
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': string;
|
|
17
|
+
'linkCreate.createForm.button.close': string;
|
|
18
|
+
'linkCreate.createForm.button.create': string;
|
|
19
|
+
'linkCreate.createForm.button.createAndOpen': string;
|
|
20
|
+
'linkCreate.form.requiredField.instruction': string;
|
|
21
|
+
'linkCreate.modal.heading': string;
|
|
22
|
+
};
|
|
23
|
+
export default _default;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'link-create.live-doc-icon-label': string;
|
|
9
|
+
'link-create.page-icon-label': string;
|
|
10
|
+
'link-create.unknown-error.description': string;
|
|
11
|
+
'link-create.unknown-error.heading': string;
|
|
12
|
+
'linkCreate.CreateConfluencePage.form.site.label': string;
|
|
13
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': string;
|
|
14
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': string;
|
|
15
|
+
'linkCreate.confirm-dismiss-dialog.modal.description': string;
|
|
16
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': string;
|
|
17
|
+
'linkCreate.createForm.button.close': string;
|
|
18
|
+
'linkCreate.createForm.button.create': string;
|
|
19
|
+
'linkCreate.createForm.button.createAndOpen': string;
|
|
20
|
+
'linkCreate.form.requiredField.instruction': string;
|
|
21
|
+
'linkCreate.modal.heading': string;
|
|
22
|
+
};
|
|
23
|
+
export default _default;
|
|
@@ -62,6 +62,8 @@ export interface LinkCreatePlugin<Key = string> {
|
|
|
62
62
|
export type CreatePayload = {
|
|
63
63
|
/** The url to the resource created by the create plugin */
|
|
64
64
|
url: string;
|
|
65
|
+
/** The url to be opened on create if this is different from `url` created*/
|
|
66
|
+
linkToOpen?: string;
|
|
65
67
|
/**
|
|
66
68
|
* ARI of the created resource.
|
|
67
69
|
* https://developer.atlassian.com/platform/atlassian-resource-identifier/spec/ari-latest/
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'link-create.live-doc-icon-label': string;
|
|
9
|
+
'link-create.page-icon-label': string;
|
|
10
|
+
'link-create.unknown-error.description': string;
|
|
11
|
+
'link-create.unknown-error.heading': string;
|
|
12
|
+
'linkCreate.CreateConfluencePage.form.site.label': string;
|
|
13
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': string;
|
|
14
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': string;
|
|
15
|
+
'linkCreate.confirm-dismiss-dialog.modal.description': string;
|
|
16
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': string;
|
|
17
|
+
'linkCreate.createForm.button.close': string;
|
|
18
|
+
'linkCreate.createForm.button.create': string;
|
|
19
|
+
'linkCreate.createForm.button.createAndOpen': string;
|
|
20
|
+
'linkCreate.form.requiredField.instruction': string;
|
|
21
|
+
'linkCreate.modal.heading': string;
|
|
22
|
+
};
|
|
23
|
+
export default _default;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'link-create.live-doc-icon-label': string;
|
|
9
|
+
'link-create.page-icon-label': string;
|
|
10
|
+
'link-create.unknown-error.description': string;
|
|
11
|
+
'link-create.unknown-error.heading': string;
|
|
12
|
+
'linkCreate.CreateConfluencePage.form.site.label': string;
|
|
13
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': string;
|
|
14
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': string;
|
|
15
|
+
'linkCreate.confirm-dismiss-dialog.modal.description': string;
|
|
16
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': string;
|
|
17
|
+
'linkCreate.createForm.button.close': string;
|
|
18
|
+
'linkCreate.createForm.button.create': string;
|
|
19
|
+
'linkCreate.createForm.button.createAndOpen': string;
|
|
20
|
+
'linkCreate.form.requiredField.instruction': string;
|
|
21
|
+
'linkCreate.modal.heading': string;
|
|
22
|
+
};
|
|
23
|
+
export default _default;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'link-create.live-doc-icon-label': string;
|
|
9
|
+
'link-create.page-icon-label': string;
|
|
10
|
+
'link-create.unknown-error.description': string;
|
|
11
|
+
'link-create.unknown-error.heading': string;
|
|
12
|
+
'linkCreate.CreateConfluencePage.form.site.label': string;
|
|
13
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': string;
|
|
14
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': string;
|
|
15
|
+
'linkCreate.confirm-dismiss-dialog.modal.description': string;
|
|
16
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': string;
|
|
17
|
+
'linkCreate.createForm.button.close': string;
|
|
18
|
+
'linkCreate.createForm.button.create': string;
|
|
19
|
+
'linkCreate.createForm.button.createAndOpen': string;
|
|
20
|
+
'linkCreate.form.requiredField.instruction': string;
|
|
21
|
+
'linkCreate.modal.heading': string;
|
|
22
|
+
};
|
|
23
|
+
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-create",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.7",
|
|
4
4
|
"description": "The driver component of meta creation flow",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -12,8 +12,7 @@
|
|
|
12
12
|
"website": {
|
|
13
13
|
"name": "LinkCreate"
|
|
14
14
|
},
|
|
15
|
-
"i18n": true
|
|
16
|
-
"runReact18": true
|
|
15
|
+
"i18n": true
|
|
17
16
|
},
|
|
18
17
|
"repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
|
|
19
18
|
"main": "dist/cjs/index.js",
|
|
@@ -37,9 +36,9 @@
|
|
|
37
36
|
},
|
|
38
37
|
"dependencies": {
|
|
39
38
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
40
|
-
"@atlaskit/atlassian-context": "^0.
|
|
39
|
+
"@atlaskit/atlassian-context": "^0.3.0",
|
|
41
40
|
"@atlaskit/button": "^23.2.0",
|
|
42
|
-
"@atlaskit/css": "^0.
|
|
41
|
+
"@atlaskit/css": "^0.12.0",
|
|
43
42
|
"@atlaskit/empty-state": "^10.1.0",
|
|
44
43
|
"@atlaskit/form": "^12.0.0",
|
|
45
44
|
"@atlaskit/icon": "^27.2.0",
|
|
@@ -51,7 +50,7 @@
|
|
|
51
50
|
"@atlaskit/linking-common": "^9.1.0",
|
|
52
51
|
"@atlaskit/modal-dialog": "^14.2.0",
|
|
53
52
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
54
|
-
"@atlaskit/primitives": "^14.
|
|
53
|
+
"@atlaskit/primitives": "^14.10.0",
|
|
55
54
|
"@atlaskit/select": "^21.0.0",
|
|
56
55
|
"@atlaskit/smart-user-picker": "^8.0.0",
|
|
57
56
|
"@atlaskit/spinner": "^18.0.0",
|
|
@@ -73,7 +72,7 @@
|
|
|
73
72
|
"@af/integration-testing": "workspace:^",
|
|
74
73
|
"@af/visual-regression": "workspace:^",
|
|
75
74
|
"@atlaskit/drawer": "^11.0.0",
|
|
76
|
-
"@atlaskit/link-test-helpers": "^8.
|
|
75
|
+
"@atlaskit/link-test-helpers": "^8.1.0",
|
|
77
76
|
"@atlaskit/popup": "^4.3.0",
|
|
78
77
|
"@atlaskit/visual-regression": "workspace:^",
|
|
79
78
|
"@atlassian/feature-flags-test-utils": "^0.3.0",
|