pds-dev-kit-web 1.9.14 → 1.9.16
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/dist/src/GlobalStyle.js +1 -1
- package/dist/src/common/components/Navigations/ContextTextLabelNav.d.ts +1 -2
- package/dist/src/common/components/Navigations/ContextTextLabelNav.js +1 -1
- package/dist/src/common/decorators/withFormProvider.js +1 -0
- package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.d.ts +2 -1
- package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.js +10 -7
- package/dist/src/desktop/components/AdminListHeader/AdminListHeader.js +5 -1
- package/dist/src/desktop/components/DynamicDesktopNavBar/components/MenuItemNav/components/InternalLinkMenuItemNav.js +1 -1
- package/dist/src/desktop/components/DynamicDesktopNavBar/components/MenuItemNav/components/PAppMenuItemNav.js +1 -1
- package/dist/src/desktop/components/DynamicDesktopNavBar/components/MenuItemNav/components/PageMenuItemNav.js +1 -1
- package/dist/src/desktop/components/DynamicDesktopNavBar/utils.js +1 -0
- package/dist/src/desktop/components/PageTitleTextGroup/CompoundButton.d.ts +12 -0
- package/dist/src/desktop/components/PageTitleTextGroup/CompoundButton.js +71 -0
- package/dist/src/desktop/components/PageTitleTextGroup/PageTitleTextGroup.d.ts +9 -3
- package/dist/src/desktop/components/PageTitleTextGroup/PageTitleTextGroup.js +21 -5
- package/dist/src/desktop/components/TextField/TextField.d.ts +2 -1
- package/dist/src/desktop/components/TextField/TextField.js +7 -7
- package/dist/src/desktop/components/TextLabel/TextLabel.js +1 -1
- package/dist/src/desktop/panels/DesktopTutorialModal/DesktopTutorialModal.js +1 -1
- package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.d.ts +2 -1
- package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.js +10 -7
- package/dist/src/mobile/components/TextField/TextField.d.ts +2 -1
- package/dist/src/mobile/components/TextField/TextField.js +7 -7
- package/dist/storybook-static/{0.ab5276a1.iframe.bundle.js → 0.884ba98c.iframe.bundle.js} +2 -2
- package/dist/storybook-static/{4.d8146a3b.iframe.bundle.js → 4.178dbc94.iframe.bundle.js} +3 -3
- package/dist/storybook-static/{5.4e57edcd.iframe.bundle.js → 5.9853d77b.iframe.bundle.js} +4 -4
- package/dist/storybook-static/{6.3ca022b1.iframe.bundle.js → 6.76c3ee27.iframe.bundle.js} +3 -3
- package/dist/storybook-static/{main.12d33990.iframe.bundle.d.ts → main.1a444053.iframe.bundle.d.ts} +36 -22
- package/dist/storybook-static/{main.12d33990.iframe.bundle.js → main.1a444053.iframe.bundle.js} +826 -816
- package/dist/storybook-static/{runtime~main.b48ce1da.iframe.bundle.js → runtime~main.9d3f3830.iframe.bundle.js} +1 -1
- package/dist/storybook-static/{vendors~main.36e4a23b.iframe.bundle.js → vendors~main.2e6414f2.iframe.bundle.js} +347 -347
- package/package.json +1 -1
- package/release-note.md +4 -5
- /package/dist/storybook-static/{0.ab5276a1.iframe.bundle.d.ts → 0.884ba98c.iframe.bundle.d.ts} +0 -0
- /package/dist/storybook-static/{4.d8146a3b.iframe.bundle.d.ts → 4.178dbc94.iframe.bundle.d.ts} +0 -0
- /package/dist/storybook-static/{5.4e57edcd.iframe.bundle.d.ts → 5.9853d77b.iframe.bundle.d.ts} +0 -0
- /package/dist/storybook-static/{6.3ca022b1.iframe.bundle.d.ts → 6.76c3ee27.iframe.bundle.d.ts} +0 -0
- /package/dist/storybook-static/{runtime~main.b48ce1da.iframe.bundle.d.ts → runtime~main.9d3f3830.iframe.bundle.d.ts} +0 -0
- /package/dist/storybook-static/{vendors~main.36e4a23b.iframe.bundle.d.ts → vendors~main.2e6414f2.iframe.bundle.d.ts} +0 -0
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
var promise = new Promise((function (resolve, reject) { installedChunkData = installedChunks[chunkId] = [resolve, reject]; }));
|
|
16
16
|
promises.push(installedChunkData[2] = promise);
|
|
17
17
|
var onScriptComplete, script = document.createElement("script");
|
|
18
|
-
script.charset = "utf-8", script.timeout = 120, __webpack_require__.nc && script.setAttribute("nonce", __webpack_require__.nc), script.src = function jsonpScriptSrc(chunkId) { return __webpack_require__.p + "" + ({}[chunkId] || chunkId) + "." + { 0: "
|
|
18
|
+
script.charset = "utf-8", script.timeout = 120, __webpack_require__.nc && script.setAttribute("nonce", __webpack_require__.nc), script.src = function jsonpScriptSrc(chunkId) { return __webpack_require__.p + "" + ({}[chunkId] || chunkId) + "." + { 0: "884ba98c", 4: "178dbc94", 5: "9853d77b", 6: "76c3ee27", 7: "219b4103" }[chunkId] + ".iframe.bundle.js"; }(chunkId);
|
|
19
19
|
var error = new Error;
|
|
20
20
|
onScriptComplete = function (event) { script.onerror = script.onload = null, clearTimeout(timeout); var chunk = installedChunks[chunkId]; if (0 !== chunk) {
|
|
21
21
|
if (chunk) {
|