pict-section-form 1.0.108 → 1.0.110

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pict-section-form",
3
- "version": "1.0.108",
3
+ "version": "1.0.110",
4
4
  "description": "Pict dynamic form sections",
5
5
  "main": "source/Pict-Section-Form.js",
6
6
  "directories": {
@@ -47,7 +47,8 @@ class CustomInputHandler extends libPictSectionInputExtension
47
47
 
48
48
  getSectionSelector(pTabViewSectionHash)
49
49
  {
50
- return `#Pict-${this.UUID}-${pTabViewSectionHash}-Wrap`;
50
+ const metaController = this.pict.views.PictFormMetacontroller;
51
+ return `#Pict-${metaController ? metaController.UUID : this.UUID}-${pTabViewSectionHash}-Wrap`;
51
52
  }
52
53
 
53
54
  selectTabByViewHash(pViewHash, pInputHash, pTabViewHash)
@@ -195,7 +195,7 @@ class PictTemplateInputWithViewAndDescriptorAddressTemplate extends libPictTempl
195
195
  }
196
196
  if (!pDescriptor.Hash)
197
197
  {
198
- pDescriptor.Hash = this.fable.DataFormat.cleanNonAlphaCharacters(pDescriptor.Address);
198
+ pDescriptor.Hash = this.fable.DataFormat.sanitizeObjectKey(pDescriptor.Address);
199
199
  }
200
200
  if (!pDescriptor.Name)
201
201
  {
@@ -1 +1 @@
1
- {"version":3,"file":"Pict-Provider-Input-TabSectionSelector.d.ts","sourceRoot":"","sources":["../../../../source/providers/inputs/Pict-Provider-Input-TabSectionSelector.js"],"names":[],"mappings":";AAEA;;;;;;GAMG;AACH;IAEC,2DAiBC;IAbA,6BAA6B;IAC7B,MADW,OAAO,MAAM,CAAC,CAChB;IACT,6BAA6B;IAC7B,OADW,OAAO,MAAM,CAAC,CACf;IAIV,qBAAqB;IACrB,cADW,MAAM,CAC4B;IAC7C,4BAAyD;IACzD,mBAAoH;IAKrH,2DAKC;IAED,+CAGC;IAED,0DAGC;IAED,qDAGC;IAED,iFA+CC;IAED;;;;OAIG;IACH,wCAHW,MAAM,GACJ,MAAM,CAKlB;CA0CD"}
1
+ {"version":3,"file":"Pict-Provider-Input-TabSectionSelector.d.ts","sourceRoot":"","sources":["../../../../source/providers/inputs/Pict-Provider-Input-TabSectionSelector.js"],"names":[],"mappings":";AAEA;;;;;;GAMG;AACH;IAEC,2DAiBC;IAbA,6BAA6B;IAC7B,MADW,OAAO,MAAM,CAAC,CAChB;IACT,6BAA6B;IAC7B,OADW,OAAO,MAAM,CAAC,CACf;IAIV,qBAAqB;IACrB,cADW,MAAM,CAC4B;IAC7C,4BAAyD;IACzD,mBAAoH;IAKrH,2DAKC;IAED,+CAGC;IAED,0DAGC;IAED,qDAIC;IAED,iFA+CC;IAED;;;;OAIG;IACH,wCAHW,MAAM,GACJ,MAAM,CAKlB;CA0CD"}