dash-button-web 0.0.18-beta.0 → 0.0.19-beta.0

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.
Files changed (37) hide show
  1. package/dist/cjs/dash-button.cjs.entry.js +199 -103
  2. package/dist/cjs/dash-button.cjs.entry.js.map +1 -1
  3. package/dist/cjs/{index-ad267eeb.js → index-87d4993d.js} +1 -5
  4. package/dist/cjs/index-87d4993d.js.map +1 -0
  5. package/dist/cjs/loader.cjs.js +2 -2
  6. package/dist/cjs/web-compnont.cjs.js +2 -2
  7. package/dist/collection/components/my-component/dash-button.css +3 -3
  8. package/dist/collection/components/my-component/dash-button.js +92 -319
  9. package/dist/collection/components/my-component/dash-button.js.map +1 -1
  10. package/dist/collection/services/config.js +59 -0
  11. package/dist/collection/services/config.js.map +1 -0
  12. package/dist/collection/services/menu.js +52 -0
  13. package/dist/collection/services/menu.js.map +1 -0
  14. package/dist/components/dash-button.js +202 -118
  15. package/dist/components/dash-button.js.map +1 -1
  16. package/dist/esm/dash-button.entry.js +199 -103
  17. package/dist/esm/dash-button.entry.js.map +1 -1
  18. package/dist/esm/{index-46149754.js → index-e3df5eaf.js} +1 -5
  19. package/dist/{cjs/index-ad267eeb.js.map → esm/index-e3df5eaf.js.map} +1 -1
  20. package/dist/esm/loader.js +3 -3
  21. package/dist/esm/web-compnont.js +3 -3
  22. package/dist/types/components/my-component/dash-button.d.ts +8 -19
  23. package/dist/types/components.d.ts +0 -24
  24. package/dist/types/services/config.d.ts +47 -0
  25. package/dist/types/services/menu.d.ts +27 -0
  26. package/dist/web-compnont/p-63d22b03.entry.js +10 -0
  27. package/dist/web-compnont/p-63d22b03.entry.js.map +1 -0
  28. package/dist/web-compnont/p-c1ec12fe.js +3 -0
  29. package/dist/web-compnont/p-c1ec12fe.js.map +1 -0
  30. package/dist/web-compnont/web-compnont.esm.js +1 -1
  31. package/dist/web-compnont/web-compnont.esm.js.map +1 -1
  32. package/package.json +1 -1
  33. package/dist/esm/index-46149754.js.map +0 -1
  34. package/dist/web-compnont/p-92bc7cf5.entry.js +0 -10
  35. package/dist/web-compnont/p-92bc7cf5.entry.js.map +0 -1
  36. package/dist/web-compnont/p-db53c3e9.js +0 -3
  37. package/dist/web-compnont/p-db53c3e9.js.map +0 -1
@@ -2,11 +2,11 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-ad267eeb.js');
5
+ const index = require('./index-87d4993d.js');
6
6
 
7
7
  const defineCustomElements = (win, options) => {
8
8
  if (typeof window === 'undefined') return undefined;
9
- return index.bootstrapLazy([["dash-button.cjs",[[1,"dash-button",{"showPostLoginText":[4,"show-post-login-text"],"silentCheckSso":[4,"silent-check-sso"],"silentCheckSsoHtmlPath":[1,"silent-check-sso-html-path"],"redirectUri":[1,"redirect-uri"],"authMethod":[1,"auth-method"],"keycloakUri":[1,"keycloak-uri"],"realm":[1],"clientId":[1,"client-id"],"appId":[1,"app-id"],"portalUrl":[1,"portal-url"],"portalApiUrl":[1,"portal-api-url"],"plmUrl":[1,"plm-url"],"usageTrackingUrl":[1,"usage-tracking-url"],"showUnauthorizedModal":[4,"show-unauthorized-modal"],"postTextDelayDuration":[2,"post-text-delay-duration"],"primaryColor":[1,"primary-color"],"accentColor":[1,"accent-color"],"otherLinkType":[1,"other-link-type"],"otherLinkDisplayName":[1,"other-link-display-name"],"applicationDisplayName":[1,"application-display-name"],"disableApplicationTab":[4,"disable-application-tab"],"menuViewType":[1,"menu-view-type"],"keycloak":[32],"isAuth":[32],"givenUserName":[32],"silentCheckSsoRedirectUri":[32],"appList":[32],"menuLinkList":[32],"mainMenuLinkList":[32],"showPostLoginLoadingSpinner":[32],"avatarSvg":[32],"dummyAppList":[32]}]]]], options);
9
+ return index.bootstrapLazy([["dash-button.cjs",[[1,"dash-button",{"showPostLoginText":[4,"show-post-login-text"],"silentCheckSso":[4,"silent-check-sso"],"redirectUri":[1,"redirect-uri"],"authMethod":[1,"auth-method"],"appId":[1,"app-id"],"portalApiUrl":[1,"portal-api-url"],"plmUrl":[1,"plm-url"],"showUnauthorizedModal":[4,"show-unauthorized-modal"],"primaryColor":[1,"primary-color"],"accentColor":[1,"accent-color"],"keycloak":[32],"isAuth":[32],"givenUserName":[32],"silentCheckSsoRedirectUri":[32],"appList":[32],"avatarSvg":[32],"isLoading":[32],"config":[32],"localMenuLinks":[32],"organizationUrl":[32]}]]]], options);
10
10
  };
11
11
 
12
12
  exports.setNonce = index.setNonce;
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-ad267eeb.js');
5
+ const index = require('./index-87d4993d.js');
6
6
 
7
7
  /*
8
8
  Stencil Client Patch Browser v4.12.0 | MIT Licensed | https://stenciljs.com
@@ -17,7 +17,7 @@ const patchBrowser = () => {
17
17
  };
18
18
 
19
19
  patchBrowser().then(options => {
20
- return index.bootstrapLazy([["dash-button.cjs",[[1,"dash-button",{"showPostLoginText":[4,"show-post-login-text"],"silentCheckSso":[4,"silent-check-sso"],"silentCheckSsoHtmlPath":[1,"silent-check-sso-html-path"],"redirectUri":[1,"redirect-uri"],"authMethod":[1,"auth-method"],"keycloakUri":[1,"keycloak-uri"],"realm":[1],"clientId":[1,"client-id"],"appId":[1,"app-id"],"portalUrl":[1,"portal-url"],"portalApiUrl":[1,"portal-api-url"],"plmUrl":[1,"plm-url"],"usageTrackingUrl":[1,"usage-tracking-url"],"showUnauthorizedModal":[4,"show-unauthorized-modal"],"postTextDelayDuration":[2,"post-text-delay-duration"],"primaryColor":[1,"primary-color"],"accentColor":[1,"accent-color"],"otherLinkType":[1,"other-link-type"],"otherLinkDisplayName":[1,"other-link-display-name"],"applicationDisplayName":[1,"application-display-name"],"disableApplicationTab":[4,"disable-application-tab"],"menuViewType":[1,"menu-view-type"],"keycloak":[32],"isAuth":[32],"givenUserName":[32],"silentCheckSsoRedirectUri":[32],"appList":[32],"menuLinkList":[32],"mainMenuLinkList":[32],"showPostLoginLoadingSpinner":[32],"avatarSvg":[32],"dummyAppList":[32]}]]]], options);
20
+ return index.bootstrapLazy([["dash-button.cjs",[[1,"dash-button",{"showPostLoginText":[4,"show-post-login-text"],"silentCheckSso":[4,"silent-check-sso"],"redirectUri":[1,"redirect-uri"],"authMethod":[1,"auth-method"],"appId":[1,"app-id"],"portalApiUrl":[1,"portal-api-url"],"plmUrl":[1,"plm-url"],"showUnauthorizedModal":[4,"show-unauthorized-modal"],"primaryColor":[1,"primary-color"],"accentColor":[1,"accent-color"],"keycloak":[32],"isAuth":[32],"givenUserName":[32],"silentCheckSsoRedirectUri":[32],"appList":[32],"avatarSvg":[32],"isLoading":[32],"config":[32],"localMenuLinks":[32],"organizationUrl":[32]}]]]], options);
21
21
  });
22
22
 
23
23
  exports.setNonce = index.setNonce;
@@ -238,10 +238,10 @@
238
238
  box-sizing: border-box;
239
239
  display: block;
240
240
  position: absolute;
241
- width: 30px;
242
- height: 30px;
241
+ width: 25px;
242
+ height: 25px;
243
243
  margin: 3px;
244
- border: 3px solid currentColor;
244
+ border: 2px solid currentColor;
245
245
  border-radius: 50%;
246
246
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
247
247
  border-color: currentColor transparent transparent transparent;