pds-dev-kit-web 1.9.13 → 1.9.15
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 +4 -1
- package/dist/src/desktop/components/TextField/TextField.js +18 -9
- package/dist/src/desktop/components/TextLabel/TextLabel.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 +4 -1
- package/dist/src/mobile/components/TextField/TextField.js +18 -9
- package/dist/storybook-static/{0.9bb7767d.iframe.bundle.js → 0.ab5276a1.iframe.bundle.js} +6 -6
- package/dist/storybook-static/{4.ed983a0a.iframe.bundle.js → 4.d8146a3b.iframe.bundle.js} +68 -68
- package/dist/storybook-static/{5.949eb428.iframe.bundle.js → 5.4e57edcd.iframe.bundle.js} +11 -11
- package/dist/storybook-static/{6.e34350b7.iframe.bundle.js → 6.3ca022b1.iframe.bundle.js} +6 -6
- package/dist/storybook-static/{7.f7cfb88e.iframe.bundle.js → 7.219b4103.iframe.bundle.js} +1 -1
- package/dist/storybook-static/{main.f16a77cc.iframe.bundle.d.ts → main.7cdd8d73.iframe.bundle.d.ts} +558 -534
- package/dist/storybook-static/{main.f16a77cc.iframe.bundle.js → main.7cdd8d73.iframe.bundle.js} +980 -886
- package/dist/storybook-static/{runtime~main.b5a58837.iframe.bundle.js → runtime~main.b48ce1da.iframe.bundle.js} +1 -1
- package/dist/storybook-static/{vendors~main.ed405a26.iframe.bundle.js → vendors~main.36e4a23b.iframe.bundle.js} +368 -368
- package/package.json +1 -1
- package/release-note.md +15 -2
- /package/dist/storybook-static/{0.9bb7767d.iframe.bundle.d.ts → 0.ab5276a1.iframe.bundle.d.ts} +0 -0
- /package/dist/storybook-static/{4.ed983a0a.iframe.bundle.d.ts → 4.d8146a3b.iframe.bundle.d.ts} +0 -0
- /package/dist/storybook-static/{5.949eb428.iframe.bundle.d.ts → 5.4e57edcd.iframe.bundle.d.ts} +0 -0
- /package/dist/storybook-static/{6.e34350b7.iframe.bundle.d.ts → 6.3ca022b1.iframe.bundle.d.ts} +0 -0
- /package/dist/storybook-static/{7.f7cfb88e.iframe.bundle.d.ts → 7.219b4103.iframe.bundle.d.ts} +0 -0
- /package/dist/storybook-static/{runtime~main.b5a58837.iframe.bundle.d.ts → runtime~main.b48ce1da.iframe.bundle.d.ts} +0 -0
- /package/dist/storybook-static/{vendors~main.ed405a26.iframe.bundle.d.ts → vendors~main.36e4a23b.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: "ab5276a1", 4: "d8146a3b", 5: "4e57edcd", 6: "3ca022b1", 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) {
|